Port details |
- 0d1n Open source web HTTP fuzzing tool and bruteforcer
- 3.8_1 security =2 3.8_1Version of this port present on the latest quarterly branch.
- Maintainer: zackj901@yandex.com
- Port Added: 2017-03-07 12:56:45
- Last Update: 2023-02-24 08:50:04
- Commit Hash: ffba4d2
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE GPLv3
- WWW:
- https://github.com/CoolerVoid/0d1n
- Description:
- 0d1n is a tool for automating customized attacks against web applications.
Some of its features:
- Brute force login names and passwords in authentication forms
- Directory disclosure (brute over PATH list and find HTTP status codes)
- Tests to find SQL injection and XSS vulnerabilities
- Options to load ANTI-CSRF token for each request
- Options to use random proxy per request
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/security/0d1n/ && make install clean
- To add the package, run one of these commands:
- pkg install security/0d1n
- pkg install 0d1n
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: 0d1n
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1671242917
SHA256 (CoolerVoid-0d1n-3.8-OdinV38_GH0.tar.gz) = d392250b27c6870cbd219de52c89e3f2e3ed50ec2d309a1b8721774f63591665
SIZE (CoolerVoid-0d1n-3.8-OdinV38_GH0.tar.gz) = 4350113
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- libcurl.so : ftp/curl
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for 0d1n-3.8_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- security_0d1n
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 9
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.8_1 24 Feb 2023 08:50:04 |
Robert Clausecker (fuz) |
security/0d1n: fix build
- convert static REINPLACE_CMD to patch files as per policy
- remove remaining <alloca.h> uses
- patch getopt_long use on targets where char is unsigned
- work around missing __GNUC_PREREQ macro
- fix other missing includes
- update pkg-plist to what the maintainer intended to pack
- patch /opt/0d1n to ${DATADIR} in the relevant files
- note that project is dual licensed (upstream has since
removed the GPLv3 license)
- define LICENSE_FILE_{GPLv3,BSD3CLAUSE}
PR: 269717
Fixes: 88dd085ff7851bb2906039d97a81857fe6d8b2e3
Approved by: portmgr (build fix blanket)
Approved by: flo (mentor)
Differential Revision: https://reviews.freebsd.org/D38725 |
3.8 20 Feb 2023 11:47:21 |
Antoine Brodin (antoine) |
security/0d1n: mark BROKEN
src/headers/file_ops.h:15:10: fatal error: 'alloca.h' file not found
Reported by: pkg-fallout |
3.8 29 Dec 2022 06:28:12 |
Li-Wen Hsu (lwhsu) Author: Zack Wylde |
security/0d1n: Update to 3.8
PR: 268423 |
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) |
2.3 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 ) |
2.3 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.3 07 Mar 2017 16:17:54 |
danfe |
Improve wording (should be part of r435600). |
2.3 07 Mar 2017 12:56:36 |
danfe |
Add a port of `security/0d1n', web HTTP fuzzing tool and bruteforcer.
Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1484434410 which corresponds to commit 5e4e0ee tagged
as this release.
PR: 214503 (modified)
Submitted by: Rihaz Jerrin |
Number of commits found: 9
|