diff options
author | Aaron Ball <nullspoon@oper.io> | 2019-06-13 07:12:07 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2019-06-13 07:12:07 -0600 |
commit | 4e297033e85614f4fc230b3a625d36789a5a9d55 (patch) | |
tree | 8df04002e390418a390962f90ccccbe4782b17f6 /0d1n | |
parent | 599de92cc8ab26d6c3a5580b9c5255b15af2015d (diff) | |
download | ports-nullsec-4e297033e85614f4fc230b3a625d36789a5a9d55.tar.gz ports-nullsec-4e297033e85614f4fc230b3a625d36789a5a9d55.tar.xz |
Add 0d1n
Diffstat (limited to '0d1n')
-rw-r--r-- | 0d1n/.footprint | 3 | ||||
-rw-r--r-- | 0d1n/.md5sum | 1 | ||||
-rw-r--r-- | 0d1n/.signature | 5 | ||||
-rw-r--r-- | 0d1n/Pkgfile | 14 |
4 files changed, 23 insertions, 0 deletions
diff --git a/0d1n/.footprint b/0d1n/.footprint new file mode 100644 index 0000000..297d4d3 --- /dev/null +++ b/0d1n/.footprint @@ -0,0 +1,3 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/0d1n diff --git a/0d1n/.md5sum b/0d1n/.md5sum new file mode 100644 index 0000000..cd94a76 --- /dev/null +++ b/0d1n/.md5sum @@ -0,0 +1 @@ +cfda7b56e19f4291eb3549fe8fb48bb6 OdinV2.6.tar.gz diff --git a/0d1n/.signature b/0d1n/.signature new file mode 100644 index 0000000..74ec304 --- /dev/null +++ b/0d1n/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/nullsec.pub +RWSxUCZhUqGvtR+VF3S0VuNJpsTSFt6NKLKbBRjq7V912CHVNBgW3euVi9PFPsSWCRPP2SEqmRXlI1oRPOS2ch3iMnlS6i22aAw= +SHA256 (Pkgfile) = 0b3e2778314d6432ebfe5cf9700cc880e96b0db12a9ebf443fa6093c2b1fc609 +SHA256 (.footprint) = 8703452a011fe8562d30694b76e99508c0863885534f46f5ba422f3e00808b20 +SHA256 (OdinV2.6.tar.gz) = d28d0c30c501c0dbd837af57b6d2c757fdf41284af8d2a80845f09c747261e90 diff --git a/0d1n/Pkgfile b/0d1n/Pkgfile new file mode 100644 index 0000000..3210441 --- /dev/null +++ b/0d1n/Pkgfile @@ -0,0 +1,14 @@ +# Description: A tool for automating customized attacks against web apps +# URL: https://github.com/CoolerVoid/0d1n +# Maintainer: Aaron Ball, nullspoon at oper dot io +# Depends on: curl +name=0d1n +version=2.6 +release=1 +source=(https://github.com/CoolerVoid/0d1n/archive/OdinV2.6.tar.gz) + +build() { + cd ${name}-OdinV${version} + make + install -m 0755 -D 0d1n ${PKG}/usr/bin/0d1n +} |