summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2020-11-07 15:12:12 +0100
committerKr1ss2020-11-07 15:12:12 +0100
commitefdfac46947ae3de06e7db218d32ae29228a401c (patch)
tree962cb2edd0bf92cb171f9ccb5c7621c62753f330
parentc59ee44ac9f403e6bafa4c108bf8f58d6327ca2f (diff)
downloadaur-efdfac46947ae3de06e7db218d32ae29228a401c.tar.gz
update: dirsearch-git v0.4.0.r371.295ebab-1
-rw-r--r--.SRCINFO2
-rw-r--r--CHANGELOG.md116
-rw-r--r--PKGBUILD2
3 files changed, 95 insertions, 25 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f2ae5978c6c..dc89d3d7d475 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dirsearch-git
pkgdesc = Web path scanner/fuzzer, written in Python
- pkgver = v0.4.0.r125.1953527
+ pkgver = v0.4.0.r371.295ebab
pkgrel = 1
url = https://github.com/maurosoria/dirsearch
changelog = CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ccbbc5865875..5915a412a3bd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,26 +1,96 @@
-Changelog
----------
-
-0.4.0 - 2020.09.26
-* Exclude extensions argument added
-* Added custom prefixes and suffixes
-* No dot extensions option
-* Support HTTP request data
-* Added minimal response length and maximal response length arguments
-* Added include status codes and exclude status codes arguments
-* Added --clean-view option
-* Added option to print the full URL in the output
-* Added Prefix and Suffix arguments
-* Multiple bugfixes
-
----------
-- 0.3.9 - 2017.11.26 Added default extensions argument (-E). Added supress empty responses. Recursive level. Exclude responses with text and regexes. Multiple fixes.
-- 0.3.8 - 2017.07.25 Delay argument added. Request by hostname switch added. Suppress empty switch added. Added Force Extensions switch. Multiple fixes.
-- 0.3.7 - 2016.08.22 Force extensions switch added.
-- 0.3.6 - 2016.02.14 Bugfixes
-- 0.3.5 - 2016.01.29 Improved heuristic, replaced urllib3 for requests, error logs, batch reports, user agent randomization, bugfixes
-- 0.3.0 - 2015.02.05 Fixed issue3, fixed timeout exception, ported to Python3, other bugfixes
-- 0.2.7 - 2014.11.21 Added Url List feature (-L). Changed output. Minor Fixes
+# Changelog
+
+
+0.4.1 - Updating ...
+---------
+- Faster
+- Added no extension option
+- Removed the delay between test requests when using -s
+- Support capital wordlist format
+- Support SOCKS proxy
+- Option to stop whenever an error occurs
+- Option to provide headers using file as input
+- Option to exclude responses by human readable sizes
+- XML report format
+- Several updates
+- Multiple bugfixes
+
+---------
+
+0.4.0 - 2020.09.27
+---------
+- Exclude extensions argument added
+- No dot extensions option
+- Support HTTP request data
+- Added minimal response length and maximal response length arguments
+- Added include status codes and exclude status codes arguments
+- Added --clean-view option
+- Added option to print the full URL in the output
+- Added Prefixes and Suffixes arguments
+- Multiple bugfixes
+
+---------
+
+0.3.9 - 2019.11.26
+---------
+- Added default extensions argument (-E).
+- Added suppress empty responses.
+- Recursion max depth.
+- Exclude responses with text and regexes.
+- Multiple fixes.
+
+---------
+
+0.3.8 - 2017.07.25
+---------
+- Delay argument added.
+- Request by hostname switch added.
+- Suppress empty switch added.
+- Added Force Extensions switch.
+- Multiple bugfixes.
+
+---------
+
+0.3.7 - 2016.08.22
+---------
+- Force extensions switch added
+
+---------
+
+0.3.6 - 2016.02.14
+---------
+- Bugfixes
+
+---------
+
+0.3.5 - 2016.01.29
+---------
+- Improved heuristic
+- Replaced urllib3 for requests
+- Error logs
+- Batch reports
+- User agent randomization
+- bugfixes
+
+---------
+
+0.3.0 - 2015.02.05
+---------
+- Fixed issue3
+- Fixed timeout exception
+- Ported to Python3
+- Other bugfixes
+
+---------
+
+0.2.7 - 2014.11.21
+---------
+- Added Url List feature (-l)
+- Changed output
+- Minor Fixes
+
+---------
+
- 0.2.6 - 2014.9.12 Fixed bug when dictionary size is greater than threads count. Fixed URL encoding bug (issue2).
- 0.2.5 - 2014.9.2 Shows Content-Length in output and reports, added default.conf file (for setting defaults) and report auto save feature added.
- 0.2.4 - 2014.7.17 Added Windows support, --scan-subdir|--scan-subdirs argument added, --exclude-subdir|--exclude-subdirs added, --header argument added, dirbuster dictionaries added, fixed some concurrency bugs, MVC refactoring
diff --git a/PKGBUILD b/PKGBUILD
index 11925b7f1e8e..5d56d36f6448 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver() {
cd "${pkgname%-git}"
git describe --long --tags | sed 's/\([^-]*-\)g/r\1/;s/-/./g'
}
-pkgver=v0.4.0.r125.1953527
+pkgver=v0.4.0.r371.295ebab
pkgrel=1
pkgdesc='Web path scanner/fuzzer, written in Python'