I hereby claim:
- I am Shadow0ps on github.
- I am shadow0ps (https://keybase.io/shadow0ps) on keybase.
- I have a public key whose fingerprint is 1B65 0E95 76F5 AE77 8859 FCE3 11FB A5F6 77A4 6AFA
To claim this, I am signing this object:
| 0 | |
| 00 | |
| 0-0 | |
| 000 | |
| 0000 | |
| 00000 | |
| 000000 | |
| 000005 | |
| 00001 | |
| 00002 |
| #!/bin/bash | |
| # This script will fetch the Alexa top 1 million domains and prepare them how I like it. | |
| # Check if unzip is installed | |
| [ -f /usr/bin/unzip ] || sudo apt-get install unzip | |
| # Get Alexa Top 1 mil | |
| wget -q --show-progress http://s3.amazonaws.com/alexa-static/top-1m.csv.zip | |
| # Unzip |
| #!/bin/bash | |
| # This script will fetch the Alexa top 1 million domains and prepare them how I like it. | |
| # Check if unzip is installed | |
| [ -f /usr/bin/unzip ] || sudo apt-get install unzip | |
| # Get Alexa Top 1 mil | |
| wget -q --show-progress http://s3.amazonaws.com/alexa-static/top-1m.csv.zip | |
| # Unzip |
| ath> | |
| ath> ? | |
| ? - alias for 'help' | |
| base - print or set address offset | |
| boot - boot default, i.e., run 'bootcmd' | |
| bootd - boot default, i.e., run 'bootcmd' | |
| bootm - boot application image from memory | |
| bootp - boot image via network using BootP/TFTP protocol | |
| chpart - change active partition | |
| cmp - memory compare |
| <?php | |
| /** | |
| * Add WP API endpoint for form submission, then create new | |
| * Gravity Forms entry and send notifications. | |
| */ | |
| // rest api endpoint for forms submission | |
| add_action( 'rest_api_init', function () { | |
| register_rest_route( 'ahr/v1', '/forms', array( | |
| 'methods' => 'POST', |
| <?php | |
| /** | |
| * Gravity Wiz // Gravity Forms // Advanced Conditional Logic | |
| * | |
| * PLEASE NOTE: This snippet is a proof-of-concept. It is not supported and we have no plans to improve it. | |
| * | |
| * Allows multiple groups of conditional logic per field. | |
| * | |
| * @version 0.1 | |
| * @author David Smith <david@gravitywiz.com> |
| #include <stdio.h> | |
| #include <string.h> | |
| #include <stdlib.h> | |
| #include <ctype.h> | |
| #include <openssl/rsa.h> | |
| #include <openssl/engine.h> | |
| #include <openssl/pem.h> | |
| // I'm not using BIO for base64 encoding/decoding. It is difficult to use. | |
| // Using superwills' Nibble And A Half instead |
I hereby claim:
To claim this, I am signing this object:
| if (!(Test-Path "C:\Windows\perfc")) | |
| { | |
| New-Item -path C:\Windows -name perfc -type "file" -value "Inoculated" | |
| Write-Host "System Inoculated" | |
| } | |
| else | |
| { | |
| Write-Host "File already exists! Your system may be infected." | |
| } |
| if (!(Test-Path "C:\Windows\perfc")) | |
| { | |
| New-Item -path C:\Windows -name perfc -type "file" -value "Inoculated" | |
| Write-Host "System Inoculated" | |
| } | |
| else | |
| { | |
| Write-Host "File already exists! Your system may be infected." | |
| } |