Search Criteria
Package Details: dirsearch 0.4.3-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/dirsearch.git (read-only, click to copy) |
---|---|
Package Base: | dirsearch |
Description: | Web path scanner/fuzzer, written in Python |
Upstream URL: | https://github.com/maurosoria/dirsearch |
Keywords: | ITsec python security web wordlist |
Licenses: | GPL-2.0-only |
Submitter: | Kr1ss |
Maintainer: | Levitating |
Last Packager: | Levitating |
Votes: | 6 |
Popularity: | 0.50 |
First Submitted: | 2019-06-23 18:37 (UTC) |
Last Updated: | 2024-01-29 04:08 (UTC) |
Dependencies (23)
- python (python37AUR, python311AUR, python310AUR)
- python-beautifulsoup4
- python-certifi
- python-cffi
- python-chardet
- python-charset-normalizer
- python-colorama (python-colorama-gitAUR)
- python-cryptography
- python-defusedxml (python-defusedxml-gitAUR)
- python-idna
- python-jinja
- python-markupsafe
- python-ntlm-auth
- python-pyopenssl
- python-pyparsing
- python-pysocks
- python-requests
- python-requests-ntlm
- python-urllib3
- python-build (make)
- Show 3 more dependencies...
Latest Comments
« First ‹ Previous 1 2
Levitating commented on 2021-11-04 20:22 (UTC)
It's saving logs under
/usr/lib
again.I get it working by giving myself group permission to the folder but that's not preferable.
Kr1ss commented on 2020-10-13 13:32 (UTC) (edited on 2020-10-13 13:52 (UTC) by Kr1ss)
Thank you for investigating @dkasak !
I'll submit an update as soon as I'll get to my box.
Though I think the space and the sharp sign need to be swapped in your patch :
But I'll check that out. Cheers !
EDIT Oh I see you noticed that in the mean time XD
PS That's the commmit that changed the comment style in the default configuration :)
dkasak commented on 2020-10-13 13:26 (UTC) (edited on 2020-10-13 13:29 (UTC) by dkasak)
Ah, the sed regex in
prepare()
is missing a space so it's failing:EDIT: fixed the diff, a bit too quick on my fingers. :)
dkasak commented on 2020-10-13 13:20 (UTC)
Seems dirsearch is trying to write logs under
/usr/lib
. This happens when I try executing a search:« First ‹ Previous 1 2