This file contains 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
#!/bin/bash | |
# v95 | |
# Raspberry Pi Desktop | |
# Release date: January 11th 2021 | |
# Kernel version: 4.19 | |
# eth0 = tor gateway | |
# wlan0 = internet gateway | |
# ┌──(unk9vvn㉿avi)-[~] | |
# └─$ sudo chmod +x RPiTR.sh;sudo ./RPiTR.sh |
This file contains 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
#!/bin/python3 | |
# v3 | |
# ┌──(unk9vvn㉿mrt3acher)-[~] | |
# └─$ sudo chmod +x under-cover.py | |
# ┌──(unk9vvn㉿mrt3acher)-[~] | |
# └─$ cat in.php | python3 under-cover.py > out.php | |
# ┌──(unk9vvn㉿mrt3acher)-[~] | |
# └─$ python3 under-cover.py -i in.php -o out.php | |
import argparse |
This file contains 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/env python | |
# v10 | |
#coding:utf-8 | |
# ┌──(unk9vvn㉿e1l1ya)-[~] | |
# └─$ wget https://gist.githubusercontent.com/unk9vvn/d8607bd95283b1c9d3c137dcaa7b0a3c/raw/7d520d3ec206435d5882cb2930eb442543623716/gbk.py -O /usr/share/sqlmap/tamper/gbk.py | |
""" | |
Copyright (c) 2006-2020 sqlmap developers (http://sqlmap.org/) | |
See the file 'LICENSE' for copying permission | |
""" |
This file contains 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
#!/bin/bash | |
# v78 | |
# unk9vvn@avi:~$ sudo chmod +x Unk9_Kali.sh;sudo ./Unk9_Kali.sh | |
RED='\e[1;31m%s\e[0m\n' | |
GREEN='\e[1;32m%s\e[0m\n' | |
YELLOW='\e[1;33m%s\e[0m\n' | |
BLUE='\e[1;34m%s\e[0m\n' |
This file contains 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
#!/bin/bash | |
# unk9vvn@avi:~$ sudo chmod +x ModSecurity-DEB.sh;sudo ./ModSecurity-DEB.sh | |
# v10 | |
# Debian-Kali | |
# Switch off WAF | |
# unk9vvn@avi:~$ sed -i "s#SecRuleEngine On#SecRuleEngine Off#g" /etc/modsecurity/modsecurity.conf;service apache2 restart | |
RED='\e[1;31m%s\e[0m\n' |
This file contains 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
#!/bin/bash | |
# unk9vvn@avi:~$ sudo chmod +x ripdc.sh;sudo ./ripdc.sh -t target.com | |
# v98 | |
VERSION="ripdc.sh v0.3" | |
FALSE="0" | |
TRUE="1" | |
SUCCESS="1337" |
This file contains 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
#!/bin/bash | |
# unk9vvn@avi:~$ sudo chmod +x wp-bruteforecer.sh;sudo ./wp-bruteforecer.sh target.com ~/Passlist.txt | |
# v98 | |
RED='\e[1;31m%s\e[0m\n' | |
GREEN='\e[1;32m%s\e[0m\n' | |
YELLOW='\e[1;33m%s\e[0m\n' | |
BLUE='\e[1;34m%s\e[0m\n' |
This file contains 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
#!/bin/bash | |
# unk9vvn@avi:~$ sudo chmod +x hhi-scanner.sh;sudo ./hhi-scanner.sh targetlist.txt | |
# v98 | |
UBUNTU=$(cat /etc/apt/sources.list|grep -o "deb http://http.kali.org/kali") | |
METASPLOIT=/usr/share/metasploit-framework/ | |