-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathREADME
More file actions
45 lines (35 loc) · 976 Bytes
/
README
File metadata and controls
45 lines (35 loc) · 976 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
####### www.pentestgeek.com ######################
##################################################
pgconsole is an open source web applicaiton assessment framework.
It is also a work in progress.
---require gems-------
nokogiri (1.5.0)
mechanize (2.4)
anemone
-------------------
Lead developer/s
----------------------
R3dy - royce.e.davis@gmail.com
zeknox - mccann.brandon@gmail.com
-------------
TO DO
-------------
Add IP Address enumeration
Add dir/file brute forcing
Add interact with web forms
Finish writing Sitemap generateion functionality
Build module to test for XSS
Build module to test fo SQLi
Build module to grab HTTP Methods
Build module to bruteforce directories
Add database support
Build more modules!!!
Take over the world, Muahahahaha!
------------
Guide
----------
To run:
./pgconsole
-Type 'help' for a list of options.
-To spider a host, type 'spider' then provide a URL
NOTE: the url must be a full path 'http://www.pentestgeek.com'