Skip to content

Commit d6f4277

Browse files
committed
Update README.md
1 parent 9a88780 commit d6f4277

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ Options:
1010
-h, --help Show basic help message and exit
1111
-b keyword, --baidu=keyword Fetch URLs from Baidu based on specific keyword
1212
-g keyword, --google=keyword Fetch URLs from Google based on specific keyword
13+
-c keyword, --censys=keyword Fetch IP Addresses from Censys based on specific keyword
1314
-w keyword, --wooyun=keyword Fetch URLs from Wooyun Corps based on specific keyword
1415
-j url|file, --joomla=url|file Exploit SQLi for Joomla 3.2 - 3.4
1516
-r url|file, --rce=url|file Exploit Remote Code Execution for Joomla 1.5 - 3.4.5
17+
-f url|file, --ffcms=url|file Exploit Remote Code Execution for FeiFeiCMS 2.8
1618
-d site, --domain=site Scan subdomains based on specific site
1719
-e string, --encrypt=string Encrypt string based on specific encryption algorithms (e.g. base64, md5, sha1, sha256, etc.)
1820

@@ -21,16 +23,24 @@ Examples:
2123

2224
hackUtils.py -b inurl:www.example.com
2325
hackUtils.py -g inurl:www.example.com
26+
hackUtils.py -c 1099.java-rmi
2427
hackUtils.py -w .php?id=
2528
hackUtils.py -j http://www.joomla.com/
2629
hackUtils.py -j urls.txt
2730
hackUtils.py -r http://www.joomla.com/
2831
hackUtils.py -r urls.txt
32+
hackUtils.py -f http://www.feifeicms.com/
33+
hackUtils.py -f urls.txt
2934
hackUtils.py -d example.com
3035
hackUtils.py -e text
3136

3237
Change Logs:
3338

39+
****2016.02.24****
40+
41+
1. Add Censys IPs fetching module
42+
2. Add exploit module for FeiFeiCMS 2.8 Remote Code Execution
43+
3444
****2015.12.23****
3545

3646
1. Update Baidu URLs fetching module

0 commit comments

Comments
 (0)