-
Notifications
You must be signed in to change notification settings - Fork 116
/
CHANGELOG
35 lines (27 loc) · 873 Bytes
/
CHANGELOG
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
0.9.1:
- Fixed Issue 4 and removed hgapi dependency
0.9:
- Improved the command line interface
0.8:
- Added basic dom xss detection with --dom
0.7:
- Added support for cookies with --cookie
- Improved GET forms handling
- Improved results printing
- Improved stored xss checks
0.6:
- Added support for custom user agent with --user-agent
- Added support for random user agents with --random-agents
0.5:
- Added SIGINT support in multithread enviroment
- Improved links parsing in crawling
- Added a progress notification bar while scanning
0.4:
- Refactored the scanning engine, now faster with fewer request and lower FP rates
- Removed the payloads architecture (-p and -c)
0.3:
- Added support for POST requests with --post and --data
- Added form crawling with --crawl
0.2:
- Added url crawling with --crawl
- Added multi-threading url scanning with --threads