Search Criteria
Package Details: wfuzz-git 3.1.0.r2.1b695ee-4
Package Actions
| Git Clone URL: | https://aur.archlinux.org/wfuzz-git.git (read-only, click to copy) |
|---|---|
| Package Base: | wfuzz-git |
| Description: | Web application fuzzer - python3 build of the dev branch |
| Upstream URL: | https://github.com/xmendez/wfuzz |
| Keywords: | fuzzing ITsec python security web |
| Licenses: | GPL |
| Conflicts: | wfuzz |
| Provides: | wfuzz |
| Submitter: | Kr1ss |
| Maintainer: | micwoj92 |
| Last Packager: | micwoj92 |
| Votes: | 2 |
| Popularity: | 0.71 |
| First Submitted: | 2019-04-15 18:43 (UTC) |
| Last Updated: | 2025-11-04 02:19 (UTC) |
Dependencies (13)
- python
- python-cgi (python-standard-cgi)
- python-chardet
- python-pycurl
- python-pyparsing
- python-setuptools
- python-six
- python-zombie-impAUR
- git (git-gitAUR, git-glAUR) (make)
- python-mockAUR (make)
- python-netaddr (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- texinfo (texinfo-gitAUR) (make)
Required by (1)
- nmap-automator-git (requires wfuzz) (optional)
Latest Comments
dreieck commented on 2025-01-11 15:51 (UTC)
If possible, please remove the dependency on
python-furure/ make the package working withoutpython-future:Regards and thanks for this package!
luca.reggiannini commented on 2024-12-19 22:56 (UTC)
For anyone struggling to make @alexbraga’s fix work:
1 - Locate the build directory for your AUR helper. I'm using Pikaur, for example, so it stores the build files in
/var/cache/private/pikaur/build. You can try a search by running:2 - Edit the PKGBUILD. Since a small modification is needed in the affected file, add the following snippet (this code modification is essentially what @alexbraga suggested):
Or you can apply the code suggested by @alexbraga, changing the file path.
3 - Rebuild the package.
Hope this helps someone :)
alexbraga commented on 2023-12-05 03:11 (UTC) (edited on 2023-12-05 03:21 (UTC) by alexbraga)
For those facing the error:
Here's a fix:
1- Clone the wfuzz-git repository from the AUR and enter the folder:
2- Create a backup of setup.py:
3- Modify the setup.py file:
Open the setup.py file in a text editor, find the line
'pyparsing>=2.4*;python_version>="3.5"'and remove the asterisk after 2.4:4- Create the patch file
Navigate to the src/wfuzz directory and generate the patch file:
5- Go back to the wfuzz-git directory and open the PKGBUILD file for editing:
6- Add the prepare() function in PKGBUILD right after build():
7- Save the changes and exit the text editor.
8- Continue with the installation: