File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.4.0 - 2019-07-05
4+
5+ ### Added
6+ * Add ability to do scans using HEAD and POST requests
7+ * Directories which return 401 and 403 codes are no longer scanned by default
8+ * Not found detection now can detect response lengths that vary by the URL length
9+ * Added dockerfile to git repository
10+ * Commit hashes are now displayed with the version number in local builds
11+
12+ ### Changed
13+ * Wordlist items now have a leading and trailing slash removed
14+ * Default wordlist location checks have been improved
15+ * SimpleLog crate now used to print additional scanning information
16+ * Silent and verbose flags now affect logging level
17+ * Output for listable directories now has a bold L
18+ * Wordlist splitting of initial URLs is increased
19+
20+ ### Fixed
21+ * Disable recursion flag now works as intended
22+ * Validator always defaulting to 404
23+
324## 1.3.1 - 2019-05-01
425
526### Changed
Original file line number Diff line number Diff line change 11[package ]
22name = " dirble"
3- version = " 1.3.1 "
3+ version = " 1.4.0 "
44authors = [" Izzy Whistlecroft <izzy.whistlecroft@nccgroup.com>" ]
55edition = " 2018"
66build = " build.rs"
You can’t perform that action at this time.
0 commit comments