🏴☠️
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GOBIN=$HOME/go/bin | |
export PATH=$PATH:$GOBIN | |
export PATH=$PATH:$HOME/arsenal/john/run | |
export PATH=$PATH:$HOME/utilidades/badvpn/build/bin | |
alias urldecode='python -c "import sys, urllib as ul; print ul.unquote_plus(sys.argv[1])"' | |
alias urlencode='python -c "import sys, urllib as ul; print ul.quote_plus(sys.argv[1])"' | |
alias lt='ls --human-readable --size -1 -S --classify' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /etc/systemd/system/gophish.service | |
systemctl daemon-reload | |
systemctl start gophish | |
[Unit] | |
Description=Gophish Server | |
After=network.target | |
StartLimitIntervalSec=0 | |
[Service] | |
Type=simple |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python2 | |
# Borrowing heavily from https://github.com/internetwache/Python-AXFR-Test | |
import argparse | |
import sys | |
import dns.resolver | |
import dns.query | |
import dns.zone | |
parser = argparse.ArgumentParser(description='Perform Zone Transfer') | |
parser.add_argument('-d', '--domain', type=str, nargs=1, help="Domain to zone transfer") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bulbasaur | |
ivysaur | |
venusaur | |
charmander | |
charmeleon | |
charizard | |
squirtle | |
wartortle | |
blastoise | |
caterpie |
OlderNewer