Skip to content

Commit 07c592b

Browse files
authored
Update README.md
1 parent 452e2da commit 07c592b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Options:
1717
-r url|file, --rce=url|file Exploit Remote Code Execution for Joomla 1.5 - 3.4.5
1818
-f url|file, --ffcms=url|file Exploit Remote Code Execution for FeiFeiCMS 2.8
1919
-k ip|file[::cmd], --jenkins=ip|file[::cmd] Exploit Remote Code Execution for XStream (Jenkins CVE-2016-0792)
20+
-o url|file[::cmd], --shiro=url|file[::cmd] Exploit Remote Code Execution for Apache Shiro 1.2.4
2021
-s url|file, --s2032=url|file Exploit Remote Code Execution for Struts2 (S2-032)
2122
-d site, --domain=site Scan subdomains based on specific site
2223
-e string, --encrypt=string Encrypt string based on specific encryption algorithms (e.g. base64, md5, sha1, sha256, etc.)
@@ -39,13 +40,19 @@ Examples:
3940
hackUtils.py -k 10.10.10.10::dir
4041
hackUtils.py -k ips.txt
4142
hackUtils.py -k ips.txt::"touch /tmp/jenkins"
43+
hackUtils.py -o http://www.shiro.com/::"touch /tmp/shiro"
44+
hackUtils.py -o urls.txt::"touch /tmp/shiro"
4245
hackUtils.py -s http://www.struts2.com/index.action
4346
hackUtils.py -s urls.txt
4447
hackUtils.py -d example.com
4548
hackUtils.py -e text
4649

4750
Change Logs:
4851

52+
****2016.08.08****
53+
54+
1. Add exploit module for Apache Shiro 1.2.4 Remote Code Execution
55+
4956
****2016.04.26****
5057

5158
1. Add exploit module for Struts 2 (S2-032) Remote Code Execution

0 commit comments

Comments
 (0)