@@ -10,9 +10,11 @@ Options:
10
10
-h, --help Show basic help message and exit
11
11
-b keyword, --baidu=keyword Fetch URLs from Baidu based on specific keyword
12
12
-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
13
14
-w keyword, --wooyun=keyword Fetch URLs from Wooyun Corps based on specific keyword
14
15
-j url|file, --joomla=url|file Exploit SQLi for Joomla 3.2 - 3.4
15
16
-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
16
18
-d site, --domain=site Scan subdomains based on specific site
17
19
-e string, --encrypt=string Encrypt string based on specific encryption algorithms (e.g. base64, md5, sha1, sha256, etc.)
18
20
@@ -21,16 +23,24 @@ Examples:
21
23
22
24
hackUtils.py -b inurl:www.example.com
23
25
hackUtils.py -g inurl:www.example.com
26
+ hackUtils.py -c 1099.java-rmi
24
27
hackUtils.py -w .php?id=
25
28
hackUtils.py -j http://www.joomla.com/
26
29
hackUtils.py -j urls.txt
27
30
hackUtils.py -r http://www.joomla.com/
28
31
hackUtils.py -r urls.txt
32
+ hackUtils.py -f http://www.feifeicms.com/
33
+ hackUtils.py -f urls.txt
29
34
hackUtils.py -d example.com
30
35
hackUtils.py -e text
31
36
32
37
Change Logs:
33
38
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
+
34
44
**** 2015.12.23****
35
45
36
46
1. Update Baidu URLs fetching module
0 commit comments