Skip to content

Commit 4619921

Browse files
authored
1.1 Version
1 parent 4f1be41 commit 4619921

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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.

0 commit comments

Comments
 (0)