Port details |
- dotdotpwn Fuzzer to discover traversal directory vulnerabilities
- 3.0.2_2 security =2 3.0.2_2Version of this port present on the latest quarterly branch.
- Maintainer: rihaz.jerrin@gmail.com
- Port Added: 2016-12-07 21:29:48
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3+
- WWW:
- https://github.com/wireghoul/dotdotpwn
- Description:
- DotDotPwn - The Directory Traversal Fuzzer
It is a very flexible intelligent fuzzer to discover traversal
directory vulnerabilities in software such as HTTP/FTP/TFTP servers,
Web platforms such as CMSs, ERPs, Blogs, etc.
It has a protocol-independent module to send the desired payload
to the host and port specified. On the other hand, it also could
be used in a scripting way using the STDOUT module.
It is written in Perl.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- dotdotpwn>0:security/dotdotpwn
- To install the port:
- cd /usr/ports/security/dotdotpwn/ && make install clean
- To add the package, run one of these commands:
- pkg install security/dotdotpwn
- pkg install dotdotpwn
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dotdotpwn
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1480965191
SHA256 (wireghoul-dotdotpwn-3.0.2_GH0.tar.gz) = a74b4010a6171cc58d9881b0f2b1b0ac1f4f637386a0cbc62463e7ae227981d5
SIZE (wireghoul-dotdotpwn-3.0.2_GH0.tar.gz) = 50440
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Switch>=0 : lang/p5-Switch
- p5-libwww>=0 : www/p5-libwww
- p5-TFTP>=0 : net/p5-TFTP
- nmap : security/nmap
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for dotdotpwn-3.0.2_2:
DOCS=on: Build and/or install documentation
NMAP=on: Enable OS detection feature (requires nmap)
===> Use 'make config' to modify these settings
- Options name:
- security_dotdotpwn
- USES:
- perl5 shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.0.2_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.0.2_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.0.2_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.0.2_2 19 Oct 2019 09:37:29 |
tobik |
security/dotdotpw: Actually commit pkg-descr changes after r514780 |
3.0.2_2 19 Oct 2019 09:35:37 |
tobik |
security/dotdotpwn: Spell NMAP_RUN_DEPENDS correctly
While here
- Stop shouting NMAP_DESC
- Pet portclippy while here
- Clean up SHEBANG_FILES
- Fix LICENSE
- Install license via license framework
- Reformat pkg-descr |
3.0.2_1 01 Nov 2017 13:10:35 |
olgeni |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. |
3.0.2_1 26 Jun 2017 03:24:49 |
sunpoet |
Remove Perl core modules
- While I'm here:
- Remove MASTER_SITES
- Add missing OPTIONS_DEFINE=DOCS
- Fix indent
- Convert to options target helper
- Bump PORTREVISION for dependency change
With hat: perl |
3.0.2 17 Dec 2016 16:11:01 |
mat |
Whatever you do, ${PORTSDIR}/ keeps creeping back.
Sponsored by: Absolight |
3.0.2 07 Dec 2016 21:29:35 |
pi |
New port: security/dotdotpwn
DotDotPwn - The Directory Traversal Fuzzer
It's a very flexible intelligent
fuzzer to discover traversal directory
vulnerabilities in software such as HTTP/FTP/TFTP
servers, Web platforms such as CMSs,
ERPs, Blogs, etc.
Also, it has a protocol-independent
module to send the desired payload to
the host and port specified. On the
other hand, it also could be used in
a scripting way using the STDOUT module.
It's written in perl programming
language and can be run either under
*NIX or Windows platforms.
WWW: https://github.com/wireghoul/dotdotpwn
PR: 209323
Submitted by: Rihaz Jerrin <rihaz.jerrin@gmail.com> |