File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+ All notable changes to this project will be documented in this file.
3
+
4
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
+
7
+ ## [ Unreleased]
8
+
9
+ ## [ 1.0] - 2020-05-10
10
+ ### Added
11
+ Sub-Domain brute force.
12
+ Dir brute force.
13
+ Robots.txt scan, used to view existing dirs on the server.
14
+
15
+ ## [ 1.1] - 2020-05-13
16
+ ### Added
17
+ -l --list | option to list wordlists
18
+ -S --sub-dir | option to list sub-dir in wordlists dir
19
+
20
+ ### Modified
21
+ - install.sh
22
+ - Create $WORDLISTS enviroment variable, containing wordlists dir.
23
+ - install.bat
24
+ - Create %WORDLIST% enviroment variable, containing wordlists dir.
You can’t perform that action at this time.
0 commit comments