summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2021-09-13 15:03:12 +0200
committerKr1ss2021-09-13 15:03:12 +0200
commitbd1289ceb17d08541a824cce1f0c799e94d7c5e2 (patch)
tree2a459785d8614d73c2bdbd9d4a5be4a250a882af
parenta17e60404da03aa975b93ae40c424201ab41ec5a (diff)
downloadaur-bd1289ceb17d08541a824cce1f0c799e94d7c5e2.tar.gz
update: dirsearch-git 1:0.4.2.r0.746dd50-1
upstream release
-rw-r--r--.SRCINFO5
-rw-r--r--CHANGELOG.md112
-rw-r--r--PKGBUILD7
3 files changed, 64 insertions, 60 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfb21a965859..e8f31d26e596 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,8 @@
pkgbase = dirsearch-git
pkgdesc = Web path scanner/fuzzer, written in Python
- pkgver = 0.4.2.beta1.r0.1f3fc77
- pkgrel = 3
+ pkgver = 0.4.2.r0.746dd50
+ pkgrel = 1
+ epoch = 1
url = https://github.com/maurosoria/dirsearch
changelog = CHANGELOG.md
arch = any
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2cd731cc1fac..0f8bbdf2c0a6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,25 +1,22 @@
# Changelog
-v0.4.2 (2021.7.21)
----------
-- Fixed critical bugs from v0.4.1
+## [0.4.2] - 2021.9.12
- More accurate
- Exclude responses by redirects
- URLs from STDIN
- Fixed the CSV Injection vulnerability (https://www.exploit-db.com/exploits/49370)
- Raw request supported
- Can setup the default URL scheme (will be used when there is no scheme in the URL)
-- Added max-runtime option
+- Added max runtime option
- Recursion on specified status codes
- Max request rate
- Support several authentication types
-- Deep recursive scan
+- Deep/forced recursive scan
- HTML report format
-- Option to force recurse on all found paths (not just the ones end with /)
- Option to skip target by specified status codes
+- Bug fixes
-v0.4.1 (2020.12.8)
----------
+## [0.4.1] - 2020.12.8
- Faster
- Allow to brute force through a CIDR notation
- Exclude responses by human readable sizes
@@ -36,10 +33,7 @@ v0.4.1 (2020.12.8)
- Debug mode
- Multiple bugfixes
----------
-
-0.4.0 - 2020.09.27
----------
+## [0.4.0] - 2020.09.27
- Exclude extensions argument added
- No dot extensions option
- Support HTTP request data
@@ -50,42 +44,27 @@ v0.4.1 (2020.12.8)
- Added Prefixes and Suffixes arguments
- Multiple bugfixes
----------
-
-0.3.9 - 2019.11.26
----------
+## [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
----------
+## [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
----------
+## [0.3.7] - 2016.08.22
- Force extensions switch added
----------
-
-0.3.6 - 2016.02.14
----------
+## [0.3.6] - 2016.02.14
- Bugfixes
----------
-
-0.3.5 - 2016.01.29
----------
+## [0.3.5] - 2016.01.29
- Improved heuristic
- Replaced urllib3 for requests
- Error logs
@@ -93,42 +72,65 @@ v0.4.1 (2020.12.8)
- User agent randomization
- bugfixes
----------
-
-0.3.0 - 2015.02.05
----------
+## [0.3.0] - 2015.02.05
- Fixed issue3
- Fixed timeout exception
- Ported to Python3
- Other bugfixes
----------
-
-0.2.7 - 2014.11.21
----------
+## [0.2.7] - 2014.11.21
- Added Url List feature (-l)
- Changed output
- Minor Fixes
----------
-
-0.2.6 - 2014.9.12
----------
+## [0.2.6] - 2014.9.12
- Fixed bug when dictionary size is greater than threads count
- Fixed URL encoding bug
----------
-
-0.2.5 - 2014.9.2
----------
+## [0.2.5] - 2014.9.2
- Shows Content-Length in output and reports
- Added default.conf file (for setting defaults)
- 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
-- 0.2.3 - 2014.7.7 Fixed some bugs, minor refactorings, exclude status switch, "pause/next directory" feature, changed help structure, expaded default dictionary
-- 0.2.2 - 2014.7.2 Fixed some bugs, showing percentage of tested paths and added report generation feature
-- 0.2.1 - 2014.5.1 Fixed some bugs and added recursive option
-- 0.2.0 - 2014.1.31 Initial public release
+## [0.2.4] - 2014.7.17
+- Added Windows support
+- `--scan-subdirs` argument added
+- `--exclude-subdirs` added
+- `--header` argument added
+- Dirbuster dictionaries added
+- Fixed some concurrency bugs
+- MVC refactoring
+
+## [0.2.3] - 2014.7.7
+- Fixed some bugs
+- Minor refactorings
+- Exclude status switch
+- Pause/next directory feature
+- Changed help structure
+- Expaded default dictionary
+
+## [0.2.2] - 2014.7.2
+- Fixed some bugs
+- Showing percentage of tested paths and added report generation feature
+
+## 0.2.1 - 2014.5.1
+- Fixed some bugs and added recursive option
+
+## 0.2.0 - 2014.1.31
+- Initial public release
+
+[Unreleased]: https://github.com/maurosoria/dirsearch/tree/master
+[0.4.1]: https://github.com/maurosoria/dirsearch/tree/v0.4.1
+[0.4.0]: https://github.com/maurosoria/dirsearch/tree/v0.4.0
+[0.3.9]: https://github.com/maurosoria/dirsearch/tree/v0.3.9
+[0.3.8]: https://github.com/maurosoria/dirsearch/tree/v0.3.8
+[0.3.7]: https://github.com/maurosoria/dirsearch/tree/v0.3.7
+[0.3.6]: https://github.com/maurosoria/dirsearch/tree/v0.3.6
+[0.3.5]: https://github.com/maurosoria/dirsearch/tree/v0.3.5
+[0.3.0]: https://github.com/maurosoria/dirsearch/tree/v0.3.0
+[0.2.7]: https://github.com/maurosoria/dirsearch/tree/v0.2.7
+[0.2.6]: https://github.com/maurosoria/dirsearch/tree/v0.2.6
+[0.2.5]: https://github.com/maurosoria/dirsearch/tree/v0.2.5
+[0.2.4]: https://github.com/maurosoria/dirsearch/tree/v0.2.4
+[0.2.3]: https://github.com/maurosoria/dirsearch/tree/v0.2.3
+[0.2.2]: https://github.com/maurosoria/dirsearch/tree/v0.2.2
diff --git a/PKGBUILD b/PKGBUILD
index 38d8b26800ad..1a94eedd195a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,10 @@
pkgname=dirsearch-git
_name="${pkgname%-git}"
-pkgver() { git -C "$_name" describe --long --tags | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g;s/\(alpha\)\([0-9]\+\)/\1_\2/'; }
-pkgver=0.4.2.beta1.r0.1f3fc77
-pkgrel=3
+epoch=1
+pkgver() { git -C "$_name" describe --long --tags | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g'; }
+pkgver=0.4.2.r0.746dd50
+pkgrel=1
pkgdesc='Web path scanner/fuzzer, written in Python'
arch=('any')