Skip to content

Commit eadfa16

Browse files
committed
Update README.md
1 parent 3facc63 commit eadfa16

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ 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 IPs from Censys based on specific keyword
13+
-i keyword, --censysip=keyword Fetch IPs from Censys based on specific keyword
14+
-u keyword, --censysurl=keyword Fetch URLs from Censys based on specific keyword
1415
-w keyword, --wooyun=keyword Fetch URLs from Wooyun Corps based on specific keyword
1516
-j url|file, --joomla=url|file Exploit SQLi for Joomla 3.2 - 3.4
1617
-r url|file, --rce=url|file Exploit Remote Code Execution for Joomla 1.5 - 3.4.5
@@ -23,7 +24,8 @@ Examples:
2324

2425
hackUtils.py -b inurl:www.example.com
2526
hackUtils.py -g inurl:www.example.com
26-
hackUtils.py -c 1099.java-rmi
27+
hackUtils.py -i 1099.java-rmi
28+
hackUtils.py -u 1099.java-rmi
2729
hackUtils.py -w .php?id=
2830
hackUtils.py -j http://www.joomla.com/
2931
hackUtils.py -j urls.txt
@@ -36,6 +38,10 @@ Examples:
3638

3739
Change Logs:
3840

41+
****2016.02.29****
42+
43+
1. Add Censys URLs fetching module
44+
3945
****2016.02.24****
4046

4147
1. Add Censys IPs fetching module

0 commit comments

Comments
 (0)