From bfc43b171a9d7ac84470cc909d5d51aaee8289ff Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sat, 11 Jul 2026 12:42:37 +0200 Subject: Move danix-official SBo packages to sbo-slackbuilds repo Deduplicate the seven packages that are now danix-maintained on SlackBuilds.org (SecLists, ffuf, gobuster, exploitdb, nuclei, feroxbuster, metasploit-framework-bin); they live in the sbo-slackbuilds repo. ffuf and gobuster were synced to current SBo (arch-independent .info) before the move. README keeps them in the package table with In-repo/Maintainer columns since they stay relevant to the suite. CLAUDE.md build-strategy docs for the moved build types (Go/Rust/.deb, metasploit regen procedures) relocate to sbo-slackbuilds/CLAUDE.md; a pointer note remains here. cadaver stays (SBo entry orphaned, local is the notroj 0.28 rewrite). Co-Authored-By: Claude Opus 4.8 --- CLAUDE.md | 84 +++--------- README.md | 74 ++++------ SecLists/README | 8 -- SecLists/SecLists.SlackBuild | 78 ----------- SecLists/SecLists.info | 10 -- SecLists/slack-desc | 19 --- exploitdb/README | 20 --- exploitdb/exploitdb.SlackBuild | 83 ------------ exploitdb/exploitdb.info | 11 -- exploitdb/slack-desc | 19 --- feroxbuster/README | 46 ------- feroxbuster/doinst.sh | 14 -- feroxbuster/feroxbuster.SlackBuild | 150 --------------------- feroxbuster/feroxbuster.info | 12 -- feroxbuster/slack-desc | 19 --- ffuf/README | 11 -- ffuf/ffuf.1.gz | Bin 2932 -> 0 bytes ffuf/ffuf.SlackBuild | 113 ---------------- ffuf/ffuf.info | 10 -- ffuf/slack-desc | 19 --- gobuster/README | 28 ---- gobuster/gobuster.SlackBuild | 110 --------------- gobuster/gobuster.info | 10 -- gobuster/slack-desc | 19 --- metasploit-framework-bin/README | 18 --- metasploit-framework-bin/README.SLACKWARE | 15 --- .../metasploit-framework-bin.SlackBuild | 109 --------------- .../metasploit-framework-bin.info | 10 -- metasploit-framework-bin/msfconsole.1 | 129 ------------------ metasploit-framework-bin/msfvenom.1 | 136 ------------------- metasploit-framework-bin/msfvenom.bash-completion | 44 ------ metasploit-framework-bin/slack-desc | 19 --- nuclei/README | 21 --- nuclei/nuclei.SlackBuild | 129 ------------------ nuclei/nuclei.info | 10 -- nuclei/patches/Build-doc.patch | 31 ----- ...nge-default-directory-of-nuclei-templates.patch | 25 ---- nuclei/patches/Disable-update.patch | 22 --- nuclei/patches/series | 3 - nuclei/slack-desc | 19 --- 40 files changed, 39 insertions(+), 1668 deletions(-) delete mode 100644 SecLists/README delete mode 100755 SecLists/SecLists.SlackBuild delete mode 100644 SecLists/SecLists.info delete mode 100644 SecLists/slack-desc delete mode 100644 exploitdb/README delete mode 100644 exploitdb/exploitdb.SlackBuild delete mode 100644 exploitdb/exploitdb.info delete mode 100644 exploitdb/slack-desc delete mode 100644 feroxbuster/README delete mode 100644 feroxbuster/doinst.sh delete mode 100644 feroxbuster/feroxbuster.SlackBuild delete mode 100644 feroxbuster/feroxbuster.info delete mode 100644 feroxbuster/slack-desc delete mode 100644 ffuf/README delete mode 100644 ffuf/ffuf.1.gz delete mode 100755 ffuf/ffuf.SlackBuild delete mode 100644 ffuf/ffuf.info delete mode 100644 ffuf/slack-desc delete mode 100644 gobuster/README delete mode 100755 gobuster/gobuster.SlackBuild delete mode 100644 gobuster/gobuster.info delete mode 100644 gobuster/slack-desc delete mode 100644 metasploit-framework-bin/README delete mode 100644 metasploit-framework-bin/README.SLACKWARE delete mode 100644 metasploit-framework-bin/metasploit-framework-bin.SlackBuild delete mode 100644 metasploit-framework-bin/metasploit-framework-bin.info delete mode 100644 metasploit-framework-bin/msfconsole.1 delete mode 100644 metasploit-framework-bin/msfvenom.1 delete mode 100644 metasploit-framework-bin/msfvenom.bash-completion delete mode 100644 metasploit-framework-bin/slack-desc delete mode 100644 nuclei/README delete mode 100644 nuclei/nuclei.SlackBuild delete mode 100644 nuclei/nuclei.info delete mode 100644 nuclei/patches/Build-doc.patch delete mode 100644 nuclei/patches/Change-default-directory-of-nuclei-templates.patch delete mode 100644 nuclei/patches/Disable-update.patch delete mode 100644 nuclei/patches/series delete mode 100644 nuclei/slack-desc diff --git a/CLAUDE.md b/CLAUDE.md index f756f8e..417eab2 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -32,81 +32,29 @@ Each package lives in its own top-level subfolder: Packages in this repo fall into several categories — the SlackBuild style differs accordingly. -### 1. Source builds (Go) +### 1. Source builds (Python) -Packages such as `ffuf`, `gobuster`, `nuclei` are built from upstream source -tarballs using `go build`. Key points: - -- Set `GOPATH`, `GOPROXY`, `GOFLAGS` before building -- Use `-buildmode=pie -trimpath -mod=readonly -modcacherw` -- Strip ELF binaries after build -- Clean up `$GOPATH` / Go module cache before packaging -- `REQUIRES="google-go-lang"` in the `.info` file +Packages such as `netexec` are built from upstream source using the Python +build backend (see `~/Templates/SlackBuilds/python-template.SlackBuild`). ### 2. Source builds (autotools / cmake) -Packages such as `hydra`, `cadaver` are built from source using `./configure` -or `cmake`. Follow standard SBo template conventions. - -### 3. Binary repacks — Debian `.deb` - -Packages such as `metasploit-framework-bin` are repacked from upstream `.deb` -archives (SBo convention: `.deb`/binary repacks take a `-bin` suffix): - -- Extract with: `ar p .deb data.tar.gz | tar xzv` -- Set `DOWNLOAD="UNSUPPORTED"` and use `DOWNLOAD_x86_64` / `MD5SUM_x86_64` -- These packages are x86_64 only; exit with an error for other arches -- Strip ELF binaries after extraction - -#### `metasploit-framework-bin`: msfvenom bash-completion - -The shipped `msfvenom.bash-completion` is a **pre-generated snapshot**, not a -static file. Upstream (kali) no longer ships it; they generate it at build -time with a ruby script that loads the framework and dumps the live -payload/encoder/arch/platform/format lists. We ship a snapshot instead of -running ruby at build time (hermetic build, no build-time dep). - -**Regenerate it on every version bump.** After building and installing the -new package so `/opt/metasploit-framework` is live, pull the current -generator and run it against the installed framework's bundled ruby: - -```bash -curl -o /tmp/gen.rb \ - https://gitlab.com/kalilinux/packages/metasploit-framework/-/raw/kali/master/debian/generate-msfvenom-bash-completion.rb -/opt/metasploit-framework/embedded/bin/ruby \ - -I/opt/metasploit-framework/embedded/framework/lib /tmp/gen.rb \ - > metasploit-framework-bin/msfvenom.bash-completion -``` - -Verify the output is non-empty and the `%s` slots were filled (grep for real -payload names like `windows/meterpreter`), then commit it with the bump. - -#### `metasploit-framework-bin`: man pages - -The .deb ships **no** metasploit man pages (its `share/man` tree is only for -bundled deps like postgres/ruby). We ship `msfconsole.1` and `msfvenom.1` -from kali, who maintain them by hand (no generator script). The SlackBuild -gzips them into `/usr/man/man1`. **Refresh them on version bumps** in case -kali has updated them: - -```bash -for p in msfconsole msfvenom ; do - curl -o metasploit-framework-bin/$p.1 \ - https://gitlab.com/kalilinux/packages/metasploit-framework/-/raw/kali/master/debian/extra/$p.1 -done -``` - -### 4. Binary repacks — RPM - -Packages such as `nessus` are repacked from upstream `.rpm` archives: +Packages such as `cadaver` are built from source using `./configure` or +`cmake`. Follow standard SBo template conventions. -- Extract with: `rpm2cpio .rpm | cpio -idmv` -- Set `DOWNLOAD="UNSUPPORTED"` and use `DOWNLOAD_x86_64` / `MD5SUM_x86_64` +### 3. Data / archive packages -### 5. Data / archive packages +Packages such as `webshells`, `windows-binaries` install data files rather +than compiled binaries. No stripping needed. -Packages such as `SecLists`, `exploitdb`, `webshells`, `windows-binaries` -install data files rather than compiled binaries. No stripping needed. +> Several packages that used to live here (the Go builds `ffuf`/`gobuster`/ +> `nuclei`, the Rust build `feroxbuster`, the `.deb` repack +> `metasploit-framework-bin`, and the data packages `SecLists`/`exploitdb`) +> are now danix-official on SlackBuilds.org and maintained in the separate +> [sbo-slackbuilds](https://github.com/danixland/sbo-slackbuilds) repo. Their +> build strategies (Go/Rust source builds, `.deb` repack, the metasploit +> msfvenom-completion and man-page regeneration) are documented in that repo's +> `CLAUDE.md`. --- diff --git a/README.md b/README.md index c9ef86c..cba44d0 100644 --- a/README.md +++ b/README.md @@ -20,21 +20,27 @@ This list is ever growing, if you want to ask for a package to be prioritized, j Legend: ✅ yes / available / build-tested   ❎ not on SlackBuilds.org   ❔ not yet tested -| Package Name | SlackBuilds.org available | Upstream | Version | Tested -current | Tested -stable | -| -------------------- | ------------------------- | ------------------------------------------------------------ | ---------- | --------------- | -------------- | -| SecLists | ✅ | [danielmiessler/SecLists](https://github.com/danielmiessler/SecLists) | 2026.1 | ✅ | ❔ | -| ffuf | ✅ | [ffuf/ffuf](https://github.com/ffuf/ffuf) | 2.1.0 | ✅ | ❔ | -| gobuster | ✅ | [OJ/gobuster](https://github.com/OJ/gobuster) | 3.8.2 | ✅ | ❔ | -| hashcat | ✅ | [hashcat.net](https://hashcat.net/hashcat/) | 7.1.2 | ✅ | ❔ | -| john | ✅ | [openwall.com](https://www.openwall.com/john/) | 1.9.0 | ✅ | ❔ | -| exploitdb | ✅ | [exploit-db.com](https://www.exploit-db.com/) | 2026-04-30 | ✅ | ❔ | -| cadaver | ✅ | [notroj/cadaver](https://notroj.github.io/cadaver/) | 0.28 | ✅ | ❔ | -| nuclei | ✅ | [projectdiscovery/nuclei](https://github.com/projectdiscovery/nuclei) | 3.8.0 | ✅ | ❔ | -| feroxbuster | ❎ | [epi052/feroxbuster](https://github.com/epi052/feroxbuster) | 2.13.1 | ✅ | ✅ | -| netexec | ❎ | [Pennyw0rth/NetExec](https://github.com/Pennyw0rth/NetExec) | 1.5.1 | ✅ | ❎ | -| windows binaries | ❎ | [kali.org](https://www.kali.org/tools/windows-binaries/) | 0.6.10 | ✅ | ❔ | -| webshells | ❎ | [kali.org](https://www.kali.org/tools/webshells/) | 1.1 | ✅ | ❔ | -| metasploit-framework-bin | ✅ | [metasploit.com](https://www.metasploit.com/) | 6.4.135 | ✅ | ✅ | +The **In repo** column marks whether the SlackBuild source lives here. Packages +maintained by danix that already ship on SlackBuilds.org are kept in the +[sbo-slackbuilds](https://github.com/danixland/sbo-slackbuilds) repo, not +duplicated here; they are still listed below because they are relevant to the +suite. Third-party SBo packages (hashcat, john) are listed for the same reason. + +| Package Name | In repo | SlackBuilds.org available | Maintainer | Upstream | Version | Tested -current | Tested -stable | +| -------------------- | ------- | ------------------------- | ---------- | ------------------------------------------------------------ | ---------- | --------------- | -------------- | +| SecLists | ❎ (SBo) | ✅ | danix | [danielmiessler/SecLists](https://github.com/danielmiessler/SecLists) | 2026.1 | ✅ | ❔ | +| ffuf | ❎ (SBo) | ✅ | danix | [ffuf/ffuf](https://github.com/ffuf/ffuf) | 2.1.0 | ✅ | ❔ | +| gobuster | ❎ (SBo) | ✅ | danix | [OJ/gobuster](https://github.com/OJ/gobuster) | 3.8.2 | ✅ | ❔ | +| hashcat | ❎ | ✅ | B. Watson | [hashcat.net](https://hashcat.net/hashcat/) | 7.1.2 | ✅ | ❔ | +| john | ❎ | ✅ | Kent Fritz | [openwall.com](https://www.openwall.com/john/) | 1.9.0 | ✅ | ❔ | +| exploitdb | ❎ (SBo) | ✅ | danix | [exploit-db.com](https://www.exploit-db.com/) | 2026-04-30 | ✅ | ❔ | +| nuclei | ❎ (SBo) | ✅ | danix | [projectdiscovery/nuclei](https://github.com/projectdiscovery/nuclei) | 3.8.0 | ✅ | ❔ | +| feroxbuster | ❎ (SBo) | ✅ | danix | [epi052/feroxbuster](https://github.com/epi052/feroxbuster) | 2.13.1 | ✅ | ✅ | +| metasploit-framework-bin | ❎ (SBo) | ✅ | danix | [metasploit.com](https://www.metasploit.com/) | 6.4.143 | ✅ | ✅ | +| cadaver | ✅ | ✅ | danix | [notroj/cadaver](https://notroj.github.io/cadaver/) | 0.28 | ✅ | ❔ | +| netexec | ✅ | ❎ | danix | [Pennyw0rth/NetExec](https://github.com/Pennyw0rth/NetExec) | 1.5.1 | ✅ | ❎ | +| windows binaries | ✅ | ❎ | danix | [kali.org](https://www.kali.org/tools/windows-binaries/) | 0.6.10 | ✅ | ❔ | +| webshells | ✅ | ❎ | danix | [kali.org](https://www.kali.org/tools/webshells/) | 1.1 | ✅ | ❔ | > [!IMPORTANT] > @@ -72,8 +78,8 @@ submission tarball the post-commit hook produces, but on demand by name rather than at commit time: ```bash -.extras/mksboarchive feroxbuster # writes ./feroxbuster.tar.gz -OUTPUT=/tmp .extras/mksboarchive hydra # writes /tmp/hydra.tar.gz +.extras/mksboarchive netexec # writes ./netexec.tar.gz +OUTPUT=/tmp .extras/mksboarchive webshells # writes /tmp/webshells.tar.gz ``` Run it from the repo root: it looks for a `/.SlackBuild` @@ -83,37 +89,3 @@ the directory. The output directory defaults to the current working directory and can be overridden with the `OUTPUT` environment variable. This means it works the same whether you run `.extras/mksboarchive` or an installed copy (e.g. in `~/bin`), as long as you are in the repo root. - -## Vendored Crates (Rust packages) - -Rust packages such as `feroxbuster` build from a vendored crates tarball -(`--vendor.tar.gz`) declared as a second source in the `.info` -file, alongside the upstream tarball. The SlackBuild unpacks it, points cargo -at it via `.cargo/config.toml`, and builds fully offline (`cargo build ---offline --locked`). - -This mirrors how SlackBuilds.org packages Rust (and Go) software. SBo builds -must be reproducible from the checksummed sources declared in `.info` and run -in a clean chroot with no network access. Letting cargo fetch from crates.io -at build time would break that: builds would depend on crates.io being -reachable and unchanged, and the SBo build farm (which runs offline) would -reject the package. - -The vendor tarball is generated once per version with `cargo-vendor-filterer` -and hosted by the maintainer. `SOURCE_DATE_EPOCH` is pinned to the upstream -release tag's commit date so the archive is byte-for-byte reproducible: - -```bash -tar xf feroxbuster-.tar.gz && cd feroxbuster- -export SOURCE_DATE_EPOCH="$(date -u -d '' +%s)" -cargo vendor-filterer \ - --platform=x86_64-unknown-linux-gnu \ - --prefix=vendor \ - --format=tar.gz \ - feroxbuster--vendor.tar.gz -``` - -The tag commit date comes from the GitHub API -(`commits/` → `.commit.committer.date`). Then update `MD5SUM_x86_64` for -the new tarball in the `.info` file. The exact command is also recorded in the -package's own `README`. diff --git a/SecLists/README b/SecLists/README deleted file mode 100644 index 5f86af5..0000000 --- a/SecLists/README +++ /dev/null @@ -1,8 +0,0 @@ -SecLists - The Pentester's Companion - -SecLists is the security tester's companion. It's a collection of -multiple types of lists used during security assessments, collected -in one place. List types include usernames, passwords, URLs, sensitive -data patterns, fuzzing payloads, web shells, and many more. The goal -is to enable a security tester to pull this repository onto a new -testing box and have access to every type of list that may be needed. diff --git a/SecLists/SecLists.SlackBuild b/SecLists/SecLists.SlackBuild deleted file mode 100755 index 9729388..0000000 --- a/SecLists/SecLists.SlackBuild +++ /dev/null @@ -1,78 +0,0 @@ -#!/bin/bash - -# Slackware build script for SecLists - -# Copyright 2026 danix -# All rights reserved. -# -# Redistribution and use of this script, with or without modification, is -# permitted provided that the following conditions are met: -# -# 1. Redistributions of this script must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED -# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO -# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; -# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF -# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -cd $(dirname $0) ; CWD=$(pwd) - -PRGNAM=SecLists -VERSION=${VERSION:-2026.1} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} -PKGTYPE=${PKGTYPE:-tgz} - -ARCH=noarch - -if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then - echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" - exit 0 -fi - -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION -chown -R root:root . -find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; - -# We'll put our lists in /usr/share/seclists (same as kali) -mkdir -p $PKG/usr/share/seclists -cp -a Ai Discovery Fuzzing Miscellaneous Passwords Pattern-Matching \ - Payloads Usernames Web-Shells $PKG/usr/share/seclists - -# Strip binaries and libraries. -find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - CONTRIBUTING.md CONTRIBUTORS.md LICENSE README.md \ - $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE diff --git a/SecLists/SecLists.info b/SecLists/SecLists.info deleted file mode 100644 index b7f7de6..0000000 --- a/SecLists/SecLists.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="SecLists" -VERSION="2026.1" -HOMEPAGE="https://github.com/danielmiessler/SecLists" -DOWNLOAD="https://github.com/danielmiessler/SecLists/archive/2026.1/SecLists-2026.1.tar.gz" -MD5SUM="3afb931967e8b2e7586ed122b59ac8dd" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="" -MAINTAINER="danix" -EMAIL="danix@danix.xyz" diff --git a/SecLists/slack-desc b/SecLists/slack-desc deleted file mode 100644 index 358ec62..0000000 --- a/SecLists/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. -# Line up the first '|' above the ':' following the base package name, and -# the '|' on the right side marks the last column you can put a character in. -# You must make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -SecLists: SecLists (the security tester's companion.) -SecLists: -SecLists: It's a collection of multiple types of lists used during security -SecLists: assessments, collected in one place. -SecLists: List types include usernames, passwords, URLs, sensitive data -SecLists: patterns, fuzzing payloads, web shells, and many more. -SecLists: The goal is to enable a security tester to pull this repository -SecLists: onto a new testing box and have access to every type of list -SecLists: that may be needed. -SecLists: -SecLists: Repository: https://github.com/danielmiessler/SecLists diff --git a/exploitdb/README b/exploitdb/README deleted file mode 100644 index 30c295c..0000000 --- a/exploitdb/README +++ /dev/null @@ -1,20 +0,0 @@ -The Exploit Database official repository - -The Exploit Database is an archive of public exploits and corresponding -vulnerable software, developed for use by penetration testers and -vulnerability researchers. - -Its aim is to serve as the most comprehensive collection of exploits, -shellcode and papers gathered through direct submissions, mailing -lists, and other public sources, and present them in a -freely-available and easy-to-navigate database - -This package contains also the binary exploits distribution which is -around 1.1GB in size so it will produce a fairly large package. - -NOTE: -This package contains dangerous software, you don't want to have it on -your publicly reachable server on the internet. Exercise caution when -operating with vulnerable software and always ask for permission before -testing this software on someone else's machine. - diff --git a/exploitdb/exploitdb.SlackBuild b/exploitdb/exploitdb.SlackBuild deleted file mode 100644 index beba4fe..0000000 --- a/exploitdb/exploitdb.SlackBuild +++ /dev/null @@ -1,83 +0,0 @@ -#!/bin/bash - -# Slackware build script for exploitdb - -# Copyright 2026 danix -# All rights reserved. -# -# Redistribution and use of this script, with or without modification, is -# permitted provided that the following conditions are met: -# -# 1. Redistributions of this script must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED -# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO -# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; -# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF -# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -cd $(dirname $0) ; CWD=$(pwd) - -PRGNAM=exploitdb -VERSION=${VERSION:-2026_04_30} -SRCVER=$(echo $VERSION | tr _ -) - -BSNAM=exploitdb-bin-sploits -BSVERSION=2022-11-22 - -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} -PKGTYPE=${PKGTYPE:-tgz} - -ARCH=noarch - -if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then - echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" - exit 0 -fi - -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$SRCVER -tar xvf $CWD/$BSNAM-$BSVERSION.tar.gz -tar xvf $CWD/$PRGNAM-$SRCVER.tar.gz -cd $PRGNAM-$SRCVER -chown -R root:root . -find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; - -sed -i 's|/opt/|/usr/share/|g' .searchsploit_rc -install -Dm755 searchsploit $PKG/usr/bin/searchsploit -install -Dm644 .searchsploit_rc $PKG/etc/searchsploit_rc - -mkdir -p $PKG/usr/share/$PRGNAM -cp -a exploits shellcodes *.csv ghdb.xml $PKG/usr/share/$PRGNAM -cp -a $TMP/$BSNAM-$BSVERSION/bin-sploits $PKG/usr/share/$PRGNAM - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - LICENSE.md README.md \ - $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE diff --git a/exploitdb/exploitdb.info b/exploitdb/exploitdb.info deleted file mode 100644 index 76b111b..0000000 --- a/exploitdb/exploitdb.info +++ /dev/null @@ -1,11 +0,0 @@ -PRGNAM="exploitdb" -VERSION="2026_04_30" -HOMEPAGE="https://www.exploit-db.com/" -DOWNLOAD="https://gitlab.com/exploit-database/exploitdb/-/archive/2026-04-30/exploitdb-2026-04-30.tar.gz https://gitlab.com/exploit-database/exploitdb-bin-sploits/-/archive/2022-11-22/exploitdb-bin-sploits-2022-11-22.tar.gz" -MD5SUM="ab29261311e9abfda4efd66298eed9d5 \ - a7085246c2dcb84068065ee87519f47e" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="" -MAINTAINER="danix" -EMAIL="danix@danix.xyz" diff --git a/exploitdb/slack-desc b/exploitdb/slack-desc deleted file mode 100644 index 74e166d..0000000 --- a/exploitdb/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. -# Line up the first '|' above the ':' following the base package name, and -# the '|' on the right side marks the last column you can put a character in. -# You must make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -exploitdb: exploitdb (official repository of The Exploit Database) -exploitdb: -exploitdb: The Exploit Database is an archive of public exploits and -exploitdb: corresponding vulnerable software, developed for use by penetration -exploitdb: testers and vulnerability researchers. -exploitdb: Its aim is to serve as the most comprehensive collection of exploits, -exploitdb: shellcode and papers gathered through direct submissions, mailing -exploitdb: lists, and other public sources, and present them in a -exploitdb: freely-available and easy-to-navigate database -exploitdb: -exploitdb: Home: https://www.exploit-db.com/ diff --git a/feroxbuster/README b/feroxbuster/README deleted file mode 100644 index 277c41d..0000000 --- a/feroxbuster/README +++ /dev/null @@ -1,46 +0,0 @@ -feroxbuster is a fast, simple, recursive content discovery tool written -in Rust. It performs forced browsing, brute forcing URLs with a wordlist -to enumerate unlinked content (directories, files, backups, and similar -resources) that a web application does not reference but still serves. - -This package is x86_64 only. - -It builds against rust-opt so it works on Slackware -stable, whose -system cargo is too old to read the version 4 Cargo.lock. On -current -the system rust is new enough; rust-opt is still listed as a dependency -for a uniform build but its /opt/rust/bin directory is simply absent -there. - -Because SlackBuilds.org build hosts have no network access at build -time, this script does not let cargo fetch crates from the network. -Instead, a prebuilt vendored-crates tarball -(feroxbuster-$VERSION-vendor.tar.gz) is downloaded as a second source -and extracted alongside the upstream source. The build then runs cargo -in fully offline mode against those vendored crates. The vendored -tarball is generated from the upstream Cargo.lock at the matching -release tag, so the dependency set is reproducible. - -The vendored tarball is regenerated per version with -cargo-vendor-filterer. SOURCE_DATE_EPOCH is pinned to the release tag's -commit date so the archive is byte-for-byte reproducible: - - tar xf feroxbuster-2.13.1.tar.gz && cd feroxbuster-2.13.1 - export SOURCE_DATE_EPOCH="$(date -u -d 2025-12-13T14:09:44Z +%s)" - cargo vendor-filterer \ - --platform=x86_64-unknown-linux-gnu \ - --prefix=vendor \ - --format=tar.gz \ - feroxbuster-2.13.1-vendor.tar.gz - -The tag commit date comes from the GitHub API, field -.commit.committer.date of: - api.github.com/repos/epi052/feroxbuster/commits/v2.13.1 -Then update MD5SUM_x86_64 for the new tarball in feroxbuster.info. - -The sample configuration is installed to: - /etc/feroxbuster/ferox-config.toml.new -Rename it to ferox-config.toml to use it (it is shipped as .new so your -edits are never overwritten on upgrade). - -Shell completions for bash, fish, and zsh are installed if present in -the upstream release tree. diff --git a/feroxbuster/doinst.sh b/feroxbuster/doinst.sh deleted file mode 100644 index 82fe0c0..0000000 --- a/feroxbuster/doinst.sh +++ /dev/null @@ -1,14 +0,0 @@ -config() { - NEW="$1" - OLD="$(dirname $NEW)/$(basename $NEW .new)" - # If there's no config file by that name, mv it over: - if [ ! -r $OLD ]; then - mv $NEW $OLD - elif [ "$(cat $OLD | md5sum)" = "$(cat $NEW | md5sum)" ]; then - # toss the redundant copy - rm $NEW - fi - # Otherwise, we leave the .new copy for the admin to consider... -} - -config etc/feroxbuster/ferox-config.toml.new diff --git a/feroxbuster/feroxbuster.SlackBuild b/feroxbuster/feroxbuster.SlackBuild deleted file mode 100644 index 6597cb7..0000000 --- a/feroxbuster/feroxbuster.SlackBuild +++ /dev/null @@ -1,150 +0,0 @@ -#!/bin/bash - -# Slackware build script for feroxbuster - -# Copyright 2026 danix -# All rights reserved. -# -# Redistribution and use of this script, with or without modification, is -# permitted provided that the following conditions are met: -# -# 1. Redistributions of this script must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED -# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO -# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; -# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF -# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -cd $(dirname $0) ; CWD=$(pwd) - -PRGNAM=feroxbuster -VERSION=${VERSION:-2.13.1} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} -PKGTYPE=${PKGTYPE:-tgz} - -# Name of the vendored crates tarball (hosted by the maintainer). -VENDOR=${PRGNAM}-${VERSION}-vendor - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i586 ;; - arm*) ARCH=arm ;; - *) ARCH=$( uname -m ) ;; - esac -fi - -# feroxbuster is only meaningfully supported on x86_64. Bail out clearly -# on other arches rather than failing deep in the Rust build. -if [ "$ARCH" != "x86_64" ]; then - echo "$PRGNAM is only supported on x86_64." - exit 1 -fi - -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -# Rust honors RUSTFLAGS; we don't pass the usual SLKCFLAGS to a C compiler -# here since cargo drives the build. Release profile handles optimization. -SLKCFLAGS="" -LIBDIRSUFFIX="64" - -PKGNAM=$PRGNAM # PRINT_PACKAGE_NAME -if [ "$PRINT_PACKAGE_NAME" ]; then - echo "$PKGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" - exit 0 -fi - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION - -# Unpack the vendored crates alongside the source. The tarball extracts to -# a top-level vendor/ directory. -rm -rf vendor -tar xvf $CWD/$VENDOR.tar.gz - -chown -R root:root . -find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \+ -o \ - \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+ - -# Point cargo at the vendored sources and forbid any network access. -# The directory is relative to the parent of .cargo/, i.e. the source -# root, so this is portable across build hosts (no absolute /tmp paths). -mkdir -p .cargo -cat > .cargo/config.toml </dev/null || true - install -D -m 0644 shell_completions/${PRGNAM}.fish \ - $PKG/usr/share/fish/vendor_completions.d/${PRGNAM}.fish 2>/dev/null || true - install -D -m 0644 shell_completions/_${PRGNAM} \ - $PKG/usr/share/zsh/site-functions/_${PRGNAM} 2>/dev/null || true -fi - -# Sample configuration, shipped as .new so it never clobbers user edits. -if [ -f ferox-config.toml.example ]; then - install -D -m 0644 ferox-config.toml.example \ - $PKG/etc/$PRGNAM/ferox-config.toml.new -fi - -# Strip the binary. -find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" \ - | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a CHANGELOG.md LICENSE README.md \ - $PKG/usr/doc/$PRGNAM-$VERSION 2>/dev/null || true -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc -cat $CWD/doinst.sh > $PKG/install/doinst.sh - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE diff --git a/feroxbuster/feroxbuster.info b/feroxbuster/feroxbuster.info deleted file mode 100644 index 7d0d90e..0000000 --- a/feroxbuster/feroxbuster.info +++ /dev/null @@ -1,12 +0,0 @@ -PRGNAM="feroxbuster" -VERSION="2.13.1" -HOMEPAGE="https://github.com/epi052/feroxbuster" -DOWNLOAD="UNSUPPORTED" -MD5SUM="" -DOWNLOAD_x86_64="https://github.com/epi052/feroxbuster/archive/v2.13.1/feroxbuster-2.13.1.tar.gz \ - https://packages.danix.xyz/sbo/feroxbuster/feroxbuster-2.13.1-vendor.tar.gz" -MD5SUM_x86_64="dc0bfa007f22815875b8094d954c4f60 \ - 1ecbe3e0b6737669548afd595381979d" -REQUIRES="rust-opt" -MAINTAINER="danix" -EMAIL="danix@danix.xyz" diff --git a/feroxbuster/slack-desc b/feroxbuster/slack-desc deleted file mode 100644 index 369eb34..0000000 --- a/feroxbuster/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. -# Line up the first '|' above the ':' following the base package name, and -# the '|' on the right side marks the last column you can put a character in. -# You must make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -feroxbuster: feroxbuster (fast recursive content discovery tool) -feroxbuster: -feroxbuster: feroxbuster is a fast, simple, recursive content discovery tool -feroxbuster: written in Rust. It performs forced browsing: brute forcing URLs -feroxbuster: with a wordlist to find unlinked content such as directories, -feroxbuster: files, backups, and other resources on web servers that are not -feroxbuster: referenced by the application but remain accessible. -feroxbuster: -feroxbuster: Homepage: https://github.com/epi052/feroxbuster -feroxbuster: -feroxbuster: diff --git a/ffuf/README b/ffuf/README deleted file mode 100644 index 44942e4..0000000 --- a/ffuf/README +++ /dev/null @@ -1,11 +0,0 @@ -FFUF - Fuzz Faster U Fool - -ffuf is a fast web fuzzer written in Go. -For example use cases check the README.md in the -/usr/share/doc/ffuf-/ folder. - -A configuration file ffufrc.example file is provided in the same folder. -You can copy it as $HOME/.config/ffuf/ffufrc - -This script requires network access during build. - diff --git a/ffuf/ffuf.1.gz b/ffuf/ffuf.1.gz deleted file mode 100644 index 0130034..0000000 Binary files a/ffuf/ffuf.1.gz and /dev/null differ diff --git a/ffuf/ffuf.SlackBuild b/ffuf/ffuf.SlackBuild deleted file mode 100755 index caa2e83..0000000 --- a/ffuf/ffuf.SlackBuild +++ /dev/null @@ -1,113 +0,0 @@ -#!/bin/bash - -# Slackware build script for ffuf - -# Copyright 2026 danix -# All rights reserved. -# -# Redistribution and use of this script, with or without modification, is -# permitted provided that the following conditions are met: -# -# 1. Redistributions of this script must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED -# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO -# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; -# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF -# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -cd $(dirname $0) ; CWD=$(pwd) - -PRGNAM=ffuf -VERSION=${VERSION:-2.1.0} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} -PKGTYPE=${PKGTYPE:-tgz} - -ARCH=x86_64 - -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. -if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then - echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" - exit 0 -fi - -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION -chown -R root:root . -find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; - -export CGO_CPPFLAGS="$SLKCFLAGS" -export CGO_CFLAGS="$SLKCFLAGS" -export CGO_CXXFLAGS="$SLKCFLAGS" - -export GOPATH="$(pwd)/build" -export GOPROXY=https://proxy.golang.org,direct - -export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw \ - -ldflags=-linkmode=external \ - -ldflags=-s \ - -ldflags=-w" - -mkdir -p build - -mkdir -p "$PKG"/usr/bin -go build -o "$PKG"/usr/bin/ ./... - -rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la - -find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - -# the project doesn't have a man page so we borrow it from the Debian -# archive -mkdir -p $PKG/usr/man/man1 -cp $CWD/ffuf.1.gz $PKG/usr/man/man1 - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - ffufrc.example CHANGELOG.md CONTRIBUTORS.md LICENSE README.md \ - $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE diff --git a/ffuf/ffuf.info b/ffuf/ffuf.info deleted file mode 100644 index 4016878..0000000 --- a/ffuf/ffuf.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="ffuf" -VERSION="2.1.0" -HOMEPAGE="https://github.com/ffuf/ffuf" -DOWNLOAD="https://github.com/ffuf/ffuf/archive/v2.1.0/ffuf-2.1.0.tar.gz" -MD5SUM="f98f3cfbc92141d39f68b563e9b42201" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="google-go-lang" -MAINTAINER="danix" -EMAIL="danix@danix.xyz" diff --git a/ffuf/slack-desc b/ffuf/slack-desc deleted file mode 100644 index 00bd369..0000000 --- a/ffuf/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. -# Line up the first '|' above the ':' following the base package name, and -# the '|' on the right side marks the last column you can put a character in. -# You must make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -ffuf: ffuf (A fast web fuzzer written in Go.) -ffuf: -ffuf: ffuf < Fuzz Faster U Fool > is a fast web fuzzer written in Go. -ffuf: and it's released under MIT license. -ffuf: -ffuf: -ffuf: Home: https://github.com/ffuf/ffuf -ffuf: -ffuf: -ffuf: -ffuf: diff --git a/gobuster/README b/gobuster/README deleted file mode 100644 index 0042b64..0000000 --- a/gobuster/README +++ /dev/null @@ -1,28 +0,0 @@ -Gobuster is a high-performance directory/file, DNS and virtual host -brute-forcing tool written in Go. It's designed to be fast, -reliable, and easy to use for security professionals and -penetration testers. - -Features: - - High Performance: Multi-threaded scanning with configurable - concurrency - - Multiple Modes: Directory, DNS, virtual host, S3, GCS, TFTP, and - fuzzing modes - - Security Focused: Built for penetration testing and security - assessments - - Docker Support: Available as a Docker container - - Extensible: Pattern-based scanning and custom wordlists - -What Can Gobuster Do? - - Web Directory/File Enumeration: Discover hidden directories and - files on web servers - - DNS Subdomain Discovery: Find subdomains with wildcard support - - Virtual Host Detection: Identify virtual hosts on target web - servers - - Cloud Storage Enumeration: Discover open Amazon S3 and Google - Cloud Storage buckets - - TFTP File Discovery: Find files on TFTP servers - - Custom Fuzzing: Flexible fuzzing with customizable parameters - -REQUIRES="google-go-lang" - diff --git a/gobuster/gobuster.SlackBuild b/gobuster/gobuster.SlackBuild deleted file mode 100755 index e94e3d5..0000000 --- a/gobuster/gobuster.SlackBuild +++ /dev/null @@ -1,110 +0,0 @@ -#!/bin/bash - -# Slackware build script for gobuster - -# Copyright <2026> -# All rights reserved. -# -# Redistribution and use of this script, with or without modification, is -# permitted provided that the following conditions are met: -# -# 1. Redistributions of this script must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED -# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO -# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; -# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF -# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - -cd $(dirname $0) ; CWD=$(pwd) - -PRGNAM=gobuster -VERSION=${VERSION:-3.8.2} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} -PKGTYPE=${PKGTYPE:-tgz} - -ARCH=x86_64 - -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. -if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then - echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" - exit 0 -fi - -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION -chown -R root:root . -find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; - -export CGO_CPPFLAGS="$SLKCFLAGS" -export CGO_CFLAGS="$SLKCFLAGS" -export CGO_CXXFLAGS="$SLKCFLAGS" - -export GOPATH="$(pwd)/build" -export GOPROXY=https://proxy.golang.org,direct - -export GOFLAGS="-buildmode=pie -trimpath -mod=mod -modcacherw \ - -ldflags=-linkmode=external \ - -ldflags=-s \ - -ldflags=-w" - -mkdir -p build - -mkdir -p "$PKG"/usr/bin -go build -o "$PKG"/usr/bin/ ./... - -# Don't ship .la files: -rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la - -find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - LICENSE README.md \ - $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE diff --git a/gobuster/gobuster.info b/gobuster/gobuster.info deleted file mode 100644 index eb04892..0000000 --- a/gobuster/gobuster.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="gobuster" -VERSION="3.8.2" -HOMEPAGE="https://github.com/OJ/gobuster" -DOWNLOAD="https://github.com/OJ/gobuster/archive/v3.8.2/gobuster-3.8.2.tar.gz" -MD5SUM="456f3772e47415e1927522bfe32d0388" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="google-go-lang" -MAINTAINER="danix" -EMAIL="danix@danix.xyz" diff --git a/gobuster/slack-desc b/gobuster/slack-desc deleted file mode 100644 index 81b9afc..0000000 --- a/gobuster/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -gobuster: gobuster (A fast and flexible brute-forcing tool written in Go) -gobuster: -gobuster: Gobuster is a high-performance directory/file, DNS and virtual -gobuster: host brute-forcing tool written in Go. It's designed to be -gobuster: fast, reliable, and easy to use for security professionals and -gobuster: penetration testers. -gobuster: -gobuster: -gobuster: Home: https://github.com/OJ/gobuster -gobuster: -gobuster: diff --git a/metasploit-framework-bin/README b/metasploit-framework-bin/README deleted file mode 100644 index fb0a25e..0000000 --- a/metasploit-framework-bin/README +++ /dev/null @@ -1,18 +0,0 @@ -Metasploit Framework - -The world’s most used penetration testing framework - -Knowledge is power, especially when it’s shared. A collaboration -between the open source community and Rapid7, Metasploit helps -security teams do more than just verify vulnerabilities, manage -security assessments, and improve security awareness; - -it empowers and arms defenders to always stay one step (or two) -ahead of the game. - -This is a repackage of the official nightly build of the debian -package by Rapid7 - -Security note: the bundled payload and exploit binaries are shipped -executable, as Metasploit requires. They are delivery artifacts used -against remote targets, not programs meant to be run on the host. diff --git a/metasploit-framework-bin/README.SLACKWARE b/metasploit-framework-bin/README.SLACKWARE deleted file mode 100644 index cabf2ed..0000000 --- a/metasploit-framework-bin/README.SLACKWARE +++ /dev/null @@ -1,15 +0,0 @@ -Please run the SlackBuild script as root user. - -An optional cron script to keep the framework up to date is -distributed inside the /usr/doc/metasploit-framework-bin-${VERSION} directory and -it's called "msfupdate.sh", there also is a logrotate config file -called "msfupdate.logrotate" which can be useful. - -Inside the /usr/doc/metasploit-framework-bin-${VERSION} directory you'll also find a -bash-completion script for msfvenom, courtesy of kali linux. It is a -snapshot generated from the Metasploit version shipped in this package, -so its payload and encoder lists match this release. - -man pages for msfconsole and msfvenom (also courtesy of kali linux) are -installed under /usr/man/man1. - diff --git a/metasploit-framework-bin/metasploit-framework-bin.SlackBuild b/metasploit-framework-bin/metasploit-framework-bin.SlackBuild deleted file mode 100644 index 8e27b4e..0000000 --- a/metasploit-framework-bin/metasploit-framework-bin.SlackBuild +++ /dev/null @@ -1,109 +0,0 @@ -#!/bin/bash - -# Slackware build script for metasploit-framework-bin - -# Copyright 2026 danix < danix@danix.xyz > -# All rights reserved. -# -# Redistribution and use of this script, with or without modification, is -# permitted provided that the following conditions are met: -# -# 1. Redistributions of this script must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED -# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO -# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; -# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF -# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -cd $(dirname $0) ; CWD=$(pwd) - -PRGNAM=metasploit-framework-bin -SRCNAM=metasploit-framework -VERSION=${VERSION:-6.4.143} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} -PKGTYPE=${PKGTYPE:-tgz} - -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i586 ;; - arm*) ARCH=arm ;; - *) ARCH=$( uname -m ) ;; - esac -fi - -if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then - echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" - exit 0 -fi - -# Upstream ships binaries for x86_64 and i386. -case "$ARCH" in - x86_64) DEBARCH="amd64" ;; - i?86) DEBARCH="i386" ;; - *) - echo "Sorry, the metasploit-framework binaries are currently available for x86_64 and i386 only." - exit 1 - ;; -esac - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $PKG - -ar p $CWD/${SRCNAM}_${VERSION}~*~1rapid7-1_$DEBARCH.deb data.tar.gz | tar xzv -chown -R root:root . -find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; - -# make bundled payload/exploit ELFs executable (see README) -find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs -r chmod 755 - -find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - -# create /usr/bin launcher symlinks; let makepkg build doinst.sh per-arch -mkdir -p $PKG/usr/bin -( cd $PKG/usr/bin && \ - for exe in ../../opt/$SRCNAM/bin/* ; do - ln -s $exe - done -) - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a $PKG/opt/$SRCNAM/LICENSE $PKG/usr/doc/$PRGNAM-$VERSION -cp -a $PKG/opt/$SRCNAM/embedded/framework/README.md $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/msfvenom.bash-completion > $PKG/usr/doc/$PRGNAM-$VERSION/msfvenom.bash-completion -cat $CWD/README.SLACKWARE > $PKG/usr/doc/$PRGNAM-$VERSION/README.SLACKWARE - -# man pages (maintained by kali, updated per version bump) -mkdir -p $PKG/usr/man/man1 -for page in msfconsole msfvenom ; do - cat $CWD/$page.1 | gzip -9c > $PKG/usr/man/man1/$page.1.gz -done - -rm -rf $PKG/usr/share/doc -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE diff --git a/metasploit-framework-bin/metasploit-framework-bin.info b/metasploit-framework-bin/metasploit-framework-bin.info deleted file mode 100644 index 9621172..0000000 --- a/metasploit-framework-bin/metasploit-framework-bin.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="metasploit-framework-bin" -VERSION="6.4.143" -HOMEPAGE="https://www.metasploit.com/" -DOWNLOAD="https://apt.metasploit.com/pool/main/m/metasploit-framework/metasploit-framework_6.4.143~20260708055715.git.4.21d4593~1rapid7-1_i386.deb" -MD5SUM="89483af5b44b402f9e4ca678f56bf43f" -DOWNLOAD_x86_64="https://apt.metasploit.com/pool/main/m/metasploit-framework/metasploit-framework_6.4.143~20260708055717.git.4.21d4593~1rapid7-1_amd64.deb" -MD5SUM_x86_64="31831b55ee41dd096214dd74e43c21d9" -REQUIRES="" -MAINTAINER="danix" -EMAIL="danix@danix.xyz" diff --git a/metasploit-framework-bin/msfconsole.1 b/metasploit-framework-bin/msfconsole.1 deleted file mode 100644 index 7720779..0000000 --- a/metasploit-framework-bin/msfconsole.1 +++ /dev/null @@ -1,129 +0,0 @@ -.TH MSFCONSOLE 1 "July 24, 2015" "4.11.4" "Metasploit Framework Console" -.SH NAME -msfconsole - Metasploit Framework Console -.SH SYNOPSIS -msfconsole [options] -.SH DESCRIPTION -.B -Msfconsole -is probably the most popular interface to the MSF. It provides an "all-in-one" centralized console and allows you efficient access to virtually all of the options available in the Metasploit Framework. Msfconsole may seem intimidating at first, but once you learn the syntax of the commands you will learn to appreciate the power of utilizing this interface. -.SH OPTIONS -.SH Common options -.PP --E, --environment ENVIRONMENT -.br -The Rails environment. Will use RAIL_ENV environment variable if that is set. Defaults to production if neither option not RAILS_ENV environment variable is set. - -.SH Database options - -M, --migration-path DIRECTORY Specify a directory containing additional DB migrations - -n, --no-database Disable database support - -y, --yaml PATH Specify a YAML file containing database settings - -.SH Framework options - -c FILE Load the specified configuration file - -v, --version Show version - -.SH Module options - --defer-module-loads Defer module loading unless explicitly asked. - -m, --module-path DIRECTORY An additional module path - - -.SH Console options: - -a, --ask Ask before exiting Metasploit or accept 'exit -y' - -d, --defanged Execute the console as defanged - -L, --real-readline Use the system Readline library instead of RbReadline - -o, --output FILE Output to the specified file - -p, --plugin PLUGIN Load a plugin on startup - -q, --quiet Do not print the banner on start up - -r, --resource FILE Execute the specified resource file (- for stdin) - -x, --execute-command COMMAND Execute the specified string as console commands (use ; for multiples) - -h, --help Show help message - -.SH EXAMPLE -.PP -msfconsole -q -x "use auxiliary/scanner/telnet/telnet_login; set USERNAME msfadmin; set PASSWORD msfadmin; set RHOSTS metasploitable; run; exit -y" - -.SH SEE ALSO -msfcli(1) - -.I -deprecated -- -.br -msfvenom(1) -.br -msfpayload(1) - -.I -deprecated -- -.br -msfencode(1) - -.I -deprecated -- -.SH AUTHOR(S) -.TP -.B -Creator -HD Moore - @hdmoore / hdm@metasploit.com -.br -Man Page Author: Kali Linux\*(Tm -File man page bug reports at -.B -https://bugs.kali.org -.TP -.B -Top Contributors, -Joshua J. Drake, -Wei Chen, -James Lee, -Mario Ceballos, -Steve Tornio, -David D. Rude II, -Ramon Valle, -Nathan Keltner, -Tod Beardsley, -Patrick Webster, -Chris Gates, -Jonathan Cran, -Efrain Torres, -Carlos Perez, -Stephen Fewer, -Alexandre Maloteaux, -Chao Mu, -Juan Vazquez, -Brandon Perry, -David Maloney - -.SH NOTES -For a more complete list of contributors run: -.br -/usr/share/metasploit-framework/tools/modules_authors.rb -.br -Or visit: -.br -https://github.com/rapid7/metasploit-framework/graphs/contributors - -.SH COPYRIGHT -Copyright (C) 2006-2015, Rapid7 Inc. -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: -.TP -* -Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -.TP -* -Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -.TP -* -Neither the name of Rapid7 LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -The Metasploit Framework is provided under the 3-clause BSD license above. - -The copyright on this package is held by Rapid7 LLC. - -This license does not apply to several components within the Metasploit -Framework source tree. For more details see the LICENSE file. diff --git a/metasploit-framework-bin/msfvenom.1 b/metasploit-framework-bin/msfvenom.1 deleted file mode 100644 index 841f045..0000000 --- a/metasploit-framework-bin/msfvenom.1 +++ /dev/null @@ -1,136 +0,0 @@ -.TH MSFVENOM 1 "July 23, 2015" "4.11.4" "Metasploit Framework - msfvenom" -.SH NAME -msfvenom - Payload Generator and Encoder -.SH SYNOPSIS -msfvenom [options] -.SH DESCRIPTION -.B -Msfvenom -is a combination of Msfpayload and Msfencode, putting both of these tools into a single Framework instance. Msfvenom has replaced both msfpayload and msfencode as of -.B -June 8th, 2015. -.SH OPTIONS -.PP --p, --payload [payload] Payload to use. Specify a '-' or stdin to use custom payloads -.br - --payload-options List the payload's standard options -.TP --l, --list [module_type] -List a module type example: payloads, encoders, nops, all -.TP --n, --nopsled [length] -Prepend a nopsled of [length] size on to the payload -.TP --f, --format [format] -Output format (use --help-formats for a list) -.TP ---help-formats -List available formats -.TP --e, --encoder [encoder] -The encoder to use -.TP --a, --arch [architecture] -The architecture to use -.TP ---platform [platform] -The platform of the payload -.br -Cisco or cisco, OSX or osx, Solaris or solaris, BSD or bsd, OpenBSD or openbsd, Firefox or firefox, BSDi or bsdi, NetBSD or netbsd, NodeJS or nodejs, FreeBSD or freebsd, Python or python, AIX or aix, JavaScript or javascript, HPUX or hpux, PHP or php, Irix or irix, Unix or unix, Linux or linux, Ruby or ruby, Java or java, Android or android, Netware or netware, Windows or windows -.PP --s, --space [length] -The maximum size of the resulting payload -.br - --encoder-space [length] - The maximum size of the encoded payload (defaults to the -s value) -.TP --b, --bad-chars [list] -The list of characters to avoid example: '\\x00\\xff' -.TP --i, --iterations [count] -The number of times to encode the payload -.TP --c, --add-code [path] -Specify an additional win32 shellcode file to include -.TP --x, --template [path] -Specify a custom executable file to use as a template -.TP --k, --keep -Preserve the template behavior and inject the payload as a new thread -.TP --o, --out [path] -Save the payload -.TP --v, --var-name [name] -Specify a custom variable name to use for certain output formats -.TP ---smallest -Generate the smallest possible payload -.TP --h, --help -Show this message -.TP ---help-formats -List available formats -.SH EXAMPLE -msfvenom --platform Windows -p windows/shell/bind_tcp -e x86/shikata_ga_nai -b "\\x00" -f python -.br -msfvenom --platform linux -p linux/x86/shell/reverse_tcp LHOST=w.z.y.z LPORT=443 -b "\\x00" -f elf -o file.bin -.br - - -For more examples visit -.B -https://www.offensive-security.com/metasploit-unleashed/msfvenom -.SH SEE ALSO -msfcli(1) - -.I -deprecated -- -.br -msfconsole(1) -.br -msfpayload(1) - -.I -deprecated -- -.br -msfencode(1) - -.I -deprecated -- -.SH AUTHOR(S) -.TP -.B -Creator -HD Moore - @hdmoore / hdm@metasploit.com -.br -Man Page Author: Kali Linux\*(Tm -File man page bug reports at -.B -https://bugs.kali.org -.SH COPYRIGHT -Copyright (C) 2006-2015, Rapid7 Inc. -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: -.TP -* -Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -.TP -* -Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -.TP -* -Neither the name of Rapid7 LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -The Metasploit Framework is provided under the 3-clause BSD license above. - -The copyright on this package is held by Rapid7 LLC. - -This license does not apply to several components within the Metasploit -Framework source tree. For more details see the LICENSE file. diff --git a/metasploit-framework-bin/msfvenom.bash-completion b/metasploit-framework-bin/msfvenom.bash-completion deleted file mode 100644 index 50ba68a..0000000 --- a/metasploit-framework-bin/msfvenom.bash-completion +++ /dev/null @@ -1,44 +0,0 @@ - -_msfvenom() { - COMPREPLY=() - local cur=$(_get_cword) - local prev=$(_get_pword) - - case $prev in - -l|--list) - COMPREPLY=( $( compgen -W ' payloads encoders nops platforms archs encrypt formats all ' -- "$cur" ) ) - return 0 - ;; - -f|--format) - COMPREPLY=( $( compgen -W ' asp aspx aspx-exe axis2 dll ducky-script-psh elf elf-so exe exe-only exe-service exe-small hta-psh jar jsp loop-vbs macho msi msi-nouac osx-app psh psh-cmd psh-net psh-reflection python-reflection vba vba-exe vba-psh vbs war base32 base64 bash c csharp dw dword go golang hex java js_be js_le masm nim nimlang num octal perl pl powershell ps1 py python raw rb ruby rust rustlang sh vbapplication vbscript zig ' -- "$cur" ) ) - return 0 - ;; - -e|--encoder) - COMPREPLY=( $( compgen -W ' cmd/base64 cmd/brace cmd/echo cmd/generic_sh cmd/ifs cmd/perl cmd/powershell_base64 cmd/printf_php_mq generic/eicar generic/none mipsbe/byte_xori mipsbe/longxor mipsle/byte_xori mipsle/longxor php/base64 php/hex php/minify ppc/longxor ppc/longxor_tag ruby/base64 sparc/longxor_tag x64/xor x64/xor_context x64/xor_dynamic x64/zutto_dekiru x86/add_sub x86/alpha_mixed x86/alpha_upper x86/avoid_underscore_tolower x86/avoid_utf8_tolower x86/bloxor x86/bmp_polyglot x86/call4_dword_xor x86/context_cpuid x86/context_stat x86/context_time x86/countdown x86/fnstenv_mov x86/jmp_call_additive x86/nonalpha x86/nonupper x86/opt_sub x86/service x86/shikata_ga_nai x86/single_static_bit x86/unicode_mixed x86/unicode_upper x86/xor_dynamic x86/xor_poly ' -- "$cur" ) ) - return 0 - ;; - -p|--payload) - COMPREPLY=( $( compgen -W ' aix/ppc/shell_bind_tcp aix/ppc/shell_find_port aix/ppc/shell_interact aix/ppc/shell_reverse_tcp android/meterpreter/reverse_http android/meterpreter/reverse_https android/meterpreter/reverse_tcp android/meterpreter_reverse_http android/meterpreter_reverse_https android/meterpreter_reverse_tcp android/shell/reverse_http android/shell/reverse_https android/shell/reverse_tcp apple_ios/aarch64/meterpreter_reverse_http apple_ios/aarch64/meterpreter_reverse_https apple_ios/aarch64/meterpreter_reverse_tcp apple_ios/aarch64/shell_reverse_tcp apple_ios/armle/meterpreter_reverse_http apple_ios/armle/meterpreter_reverse_https apple_ios/armle/meterpreter_reverse_tcp bsd/sparc/shell_bind_tcp bsd/sparc/shell_reverse_tcp bsd/vax/shell_reverse_tcp bsd/x64/exec bsd/x64/shell_bind_ipv6_tcp bsd/x64/shell_bind_tcp bsd/x64/shell_bind_tcp_small bsd/x64/shell_reverse_ipv6_tcp bsd/x64/shell_reverse_tcp bsd/x64/shell_reverse_tcp_small bsd/x86/exec bsd/x86/metsvc_bind_tcp bsd/x86/metsvc_reverse_tcp bsd/x86/shell/bind_ipv6_tcp bsd/x86/shell/bind_tcp bsd/x86/shell/find_tag bsd/x86/shell/reverse_ipv6_tcp bsd/x86/shell/reverse_tcp bsd/x86/shell_bind_tcp bsd/x86/shell_bind_tcp_ipv6 bsd/x86/shell_find_port bsd/x86/shell_find_tag bsd/x86/shell_reverse_tcp bsd/x86/shell_reverse_tcp_ipv6 bsdi/x86/shell/bind_tcp bsdi/x86/shell/reverse_tcp bsdi/x86/shell_bind_tcp bsdi/x86/shell_find_port bsdi/x86/shell_reverse_tcp cmd/linux/http/aarch64/chmod cmd/linux/http/aarch64/exec cmd/linux/http/aarch64/meterpreter/reverse_tcp cmd/linux/http/aarch64/meterpreter_reverse_http cmd/linux/http/aarch64/meterpreter_reverse_https cmd/linux/http/aarch64/meterpreter_reverse_tcp cmd/linux/http/aarch64/shell/reverse_tcp cmd/linux/http/aarch64/shell_reverse_tcp cmd/linux/http/armbe/meterpreter_reverse_http cmd/linux/http/armbe/meterpreter_reverse_https cmd/linux/http/armbe/meterpreter_reverse_tcp cmd/linux/http/armbe/shell_bind_tcp cmd/linux/http/armle/adduser cmd/linux/http/armle/chmod cmd/linux/http/armle/exec cmd/linux/http/armle/meterpreter/bind_tcp cmd/linux/http/armle/meterpreter/reverse_tcp cmd/linux/http/armle/meterpreter_reverse_http cmd/linux/http/armle/meterpreter_reverse_https cmd/linux/http/armle/meterpreter_reverse_tcp cmd/linux/http/armle/shell/bind_tcp cmd/linux/http/armle/shell/reverse_tcp cmd/linux/http/armle/shell_bind_tcp cmd/linux/http/armle/shell_reverse_tcp cmd/linux/http/mips64/meterpreter_reverse_http cmd/linux/http/mips64/meterpreter_reverse_https cmd/linux/http/mips64/meterpreter_reverse_tcp cmd/linux/http/mipsbe/exec cmd/linux/http/mipsbe/meterpreter/reverse_tcp cmd/linux/http/mipsbe/meterpreter_reverse_http cmd/linux/http/mipsbe/meterpreter_reverse_https cmd/linux/http/mipsbe/meterpreter_reverse_tcp cmd/linux/http/mipsbe/reboot cmd/linux/http/mipsbe/shell/reverse_tcp cmd/linux/http/mipsbe/shell_bind_tcp cmd/linux/http/mipsbe/shell_reverse_tcp cmd/linux/http/mipsle/exec cmd/linux/http/mipsle/meterpreter/reverse_tcp cmd/linux/http/mipsle/meterpreter_reverse_http cmd/linux/http/mipsle/meterpreter_reverse_https cmd/linux/http/mipsle/meterpreter_reverse_tcp cmd/linux/http/mipsle/reboot cmd/linux/http/mipsle/shell/reverse_tcp cmd/linux/http/mipsle/shell_bind_tcp cmd/linux/http/mipsle/shell_reverse_tcp cmd/linux/http/ppc/shell_bind_tcp cmd/linux/http/ppc/shell_find_port cmd/linux/http/ppc/shell_reverse_tcp cmd/linux/http/ppc64/shell_bind_tcp cmd/linux/http/ppc64/shell_find_port cmd/linux/http/ppc64/shell_reverse_tcp cmd/linux/http/riscv32le/chmod cmd/linux/http/riscv32le/exec cmd/linux/http/riscv32le/reboot cmd/linux/http/riscv32le/shell_bind_tcp cmd/linux/http/riscv32le/shell_reverse_tcp cmd/linux/http/riscv64le/chmod cmd/linux/http/riscv64le/exec cmd/linux/http/riscv64le/reboot cmd/linux/http/riscv64le/shell_bind_tcp cmd/linux/http/riscv64le/shell_reverse_tcp cmd/linux/http/x64/exec cmd/linux/http/x64/meterpreter/bind_tcp cmd/linux/http/x64/meterpreter/reverse_sctp cmd/linux/http/x64/meterpreter/reverse_tcp cmd/linux/http/x64/meterpreter_reverse_http cmd/linux/http/x64/meterpreter_reverse_https cmd/linux/http/x64/meterpreter_reverse_tcp cmd/linux/http/x64/pingback_bind_tcp cmd/linux/http/x64/pingback_reverse_tcp cmd/linux/http/x64/set_hostname cmd/linux/http/x64/shell/bind_tcp cmd/linux/http/x64/shell/reverse_sctp cmd/linux/http/x64/shell/reverse_tcp cmd/linux/http/x64/shell_bind_ipv6_tcp cmd/linux/http/x64/shell_bind_tcp cmd/linux/http/x64/shell_bind_tcp_random_port cmd/linux/http/x64/shell_find_port cmd/linux/http/x64/shell_reverse_ipv6_tcp cmd/linux/http/x64/shell_reverse_tcp cmd/linux/http/x86/adduser cmd/linux/http/x86/chmod cmd/linux/http/x86/exec cmd/linux/http/x86/generic/debug_trap cmd/linux/http/x86/generic/tight_loop cmd/linux/http/x86/meterpreter/bind_ipv6_tcp cmd/linux/http/x86/meterpreter/bind_ipv6_tcp_uuid cmd/linux/http/x86/meterpreter/bind_nonx_tcp cmd/linux/http/x86/meterpreter/bind_tcp cmd/linux/http/x86/meterpreter/bind_tcp_uuid cmd/linux/http/x86/meterpreter/find_tag cmd/linux/http/x86/meterpreter/reverse_ipv6_tcp cmd/linux/http/x86/meterpreter/reverse_nonx_tcp cmd/linux/http/x86/meterpreter/reverse_tcp cmd/linux/http/x86/meterpreter/reverse_tcp_uuid cmd/linux/http/x86/meterpreter_reverse_http cmd/linux/http/x86/meterpreter_reverse_https cmd/linux/http/x86/meterpreter_reverse_tcp cmd/linux/http/x86/metsvc_bind_tcp cmd/linux/http/x86/metsvc_reverse_tcp cmd/linux/http/x86/read_file cmd/linux/http/x86/shell/bind_ipv6_tcp cmd/linux/http/x86/shell/bind_ipv6_tcp_uuid cmd/linux/http/x86/shell/bind_nonx_tcp cmd/linux/http/x86/shell/bind_tcp cmd/linux/http/x86/shell/bind_tcp_uuid cmd/linux/http/x86/shell/find_tag cmd/linux/http/x86/shell/reverse_ipv6_tcp cmd/linux/http/x86/shell/reverse_nonx_tcp cmd/linux/http/x86/shell/reverse_tcp cmd/linux/http/x86/shell/reverse_tcp_uuid cmd/linux/http/x86/shell_bind_ipv6_tcp cmd/linux/http/x86/shell_bind_tcp cmd/linux/http/x86/shell_bind_tcp_random_port cmd/linux/http/x86/shell_find_port cmd/linux/http/x86/shell_find_tag cmd/linux/http/x86/shell_reverse_tcp cmd/linux/http/x86/shell_reverse_tcp_ipv6 cmd/linux/https/aarch64/chmod cmd/linux/https/aarch64/exec cmd/linux/https/aarch64/meterpreter/reverse_tcp cmd/linux/https/aarch64/meterpreter_reverse_http cmd/linux/https/aarch64/meterpreter_reverse_https cmd/linux/https/aarch64/meterpreter_reverse_tcp cmd/linux/https/aarch64/shell/reverse_tcp cmd/linux/https/aarch64/shell_reverse_tcp cmd/linux/https/armbe/meterpreter_reverse_http cmd/linux/https/armbe/meterpreter_reverse_https cmd/linux/https/armbe/meterpreter_reverse_tcp cmd/linux/https/armbe/shell_bind_tcp cmd/linux/https/armle/adduser cmd/linux/https/armle/chmod cmd/linux/https/armle/exec cmd/linux/https/armle/meterpreter/bind_tcp cmd/linux/https/armle/meterpreter/reverse_tcp cmd/linux/https/armle/meterpreter_reverse_http cmd/linux/https/armle/meterpreter_reverse_https cmd/linux/https/armle/meterpreter_reverse_tcp cmd/linux/https/armle/shell/bind_tcp cmd/linux/https/armle/shell/reverse_tcp cmd/linux/https/armle/shell_bind_tcp cmd/linux/https/armle/shell_reverse_tcp cmd/linux/https/mips64/meterpreter_reverse_http cmd/linux/https/mips64/meterpreter_reverse_https cmd/linux/https/mips64/meterpreter_reverse_tcp cmd/linux/https/mipsbe/exec cmd/linux/https/mipsbe/meterpreter/reverse_tcp cmd/linux/https/mipsbe/meterpreter_reverse_http cmd/linux/https/mipsbe/meterpreter_reverse_https cmd/linux/https/mipsbe/meterpreter_reverse_tcp cmd/linux/https/mipsbe/reboot cmd/linux/https/mipsbe/shell/reverse_tcp cmd/linux/https/mipsbe/shell_bind_tcp cmd/linux/https/mipsbe/shell_reverse_tcp cmd/linux/https/mipsle/exec cmd/linux/https/mipsle/meterpreter/reverse_tcp cmd/linux/https/mipsle/meterpreter_reverse_http cmd/linux/https/mipsle/meterpreter_reverse_https cmd/linux/https/mipsle/meterpreter_reverse_tcp cmd/linux/https/mipsle/reboot cmd/linux/https/mipsle/shell/reverse_tcp cmd/linux/https/mipsle/shell_bind_tcp cmd/linux/https/mipsle/shell_reverse_tcp cmd/linux/https/ppc/shell_bind_tcp cmd/linux/https/ppc/shell_find_port cmd/linux/https/ppc/shell_reverse_tcp cmd/linux/https/ppc64/shell_bind_tcp cmd/linux/https/ppc64/shell_find_port cmd/linux/https/ppc64/shell_reverse_tcp cmd/linux/https/riscv32le/chmod cmd/linux/https/riscv32le/exec cmd/linux/https/riscv32le/reboot cmd/linux/https/riscv32le/shell_bind_tcp cmd/linux/https/riscv32le/shell_reverse_tcp cmd/linux/https/riscv64le/chmod cmd/linux/https/riscv64le/exec cmd/linux/https/riscv64le/reboot cmd/linux/https/riscv64le/shell_bind_tcp cmd/linux/https/riscv64le/shell_reverse_tcp cmd/linux/https/x64/exec cmd/linux/https/x64/meterpreter/bind_tcp cmd/linux/https/x64/meterpreter/reverse_sctp cmd/linux/https/x64/meterpreter/reverse_tcp cmd/linux/https/x64/meterpreter_reverse_http cmd/linux/https/x64/meterpreter_reverse_https cmd/linux/https/x64/meterpreter_reverse_tcp cmd/linux/https/x64/pingback_bind_tcp cmd/linux/https/x64/pingback_reverse_tcp cmd/linux/https/x64/set_hostname cmd/linux/https/x64/shell/bind_tcp cmd/linux/https/x64/shell/reverse_sctp cmd/linux/https/x64/shell/reverse_tcp cmd/linux/https/x64/shell_bind_ipv6_tcp cmd/linux/https/x64/shell_bind_tcp cmd/linux/https/x64/shell_bind_tcp_random_port cmd/linux/https/x64/shell_find_port cmd/linux/https/x64/shell_reverse_ipv6_tcp cmd/linux/https/x64/shell_reverse_tcp cmd/linux/https/x86/adduser cmd/linux/https/x86/chmod cmd/linux/https/x86/exec cmd/linux/https/x86/generic/debug_trap cmd/linux/https/x86/generic/tight_loop cmd/linux/https/x86/meterpreter/bind_ipv6_tcp cmd/linux/https/x86/meterpreter/bind_ipv6_tcp_uuid cmd/linux/https/x86/meterpreter/bind_nonx_tcp cmd/linux/https/x86/meterpreter/bind_tcp cmd/linux/https/x86/meterpreter/bind_tcp_uuid cmd/linux/https/x86/meterpreter/find_tag cmd/linux/https/x86/meterpreter/reverse_ipv6_tcp cmd/linux/https/x86/meterpreter/reverse_nonx_tcp cmd/linux/https/x86/meterpreter/reverse_tcp cmd/linux/https/x86/meterpreter/reverse_tcp_uuid cmd/linux/https/x86/meterpreter_reverse_http cmd/linux/https/x86/meterpreter_reverse_https cmd/linux/https/x86/meterpreter_reverse_tcp cmd/linux/https/x86/metsvc_bind_tcp cmd/linux/https/x86/metsvc_reverse_tcp cmd/linux/https/x86/read_file cmd/linux/https/x86/shell/bind_ipv6_tcp cmd/linux/https/x86/shell/bind_ipv6_tcp_uuid cmd/linux/https/x86/shell/bind_nonx_tcp cmd/linux/https/x86/shell/bind_tcp cmd/linux/https/x86/shell/bind_tcp_uuid cmd/linux/https/x86/shell/find_tag cmd/linux/https/x86/shell/reverse_ipv6_tcp cmd/linux/https/x86/shell/reverse_nonx_tcp cmd/linux/https/x86/shell/reverse_tcp cmd/linux/https/x86/shell/reverse_tcp_uuid cmd/linux/https/x86/shell_bind_ipv6_tcp cmd/linux/https/x86/shell_bind_tcp cmd/linux/https/x86/shell_bind_tcp_random_port cmd/linux/https/x86/shell_find_port cmd/linux/https/x86/shell_find_tag cmd/linux/https/x86/shell_reverse_tcp cmd/linux/https/x86/shell_reverse_tcp_ipv6 cmd/linux/tftp/aarch64/chmod cmd/linux/tftp/aarch64/exec cmd/linux/tftp/aarch64/meterpreter/reverse_tcp cmd/linux/tftp/aarch64/meterpreter_reverse_http cmd/linux/tftp/aarch64/meterpreter_reverse_https cmd/linux/tftp/aarch64/meterpreter_reverse_tcp cmd/linux/tftp/aarch64/shell/reverse_tcp cmd/linux/tftp/aarch64/shell_reverse_tcp cmd/linux/tftp/armbe/meterpreter_reverse_http cmd/linux/tftp/armbe/meterpreter_reverse_https cmd/linux/tftp/armbe/meterpreter_reverse_tcp cmd/linux/tftp/armbe/shell_bind_tcp cmd/linux/tftp/armle/adduser cmd/linux/tftp/armle/chmod cmd/linux/tftp/armle/exec cmd/linux/tftp/armle/meterpreter/bind_tcp cmd/linux/tftp/armle/meterpreter/reverse_tcp cmd/linux/tftp/armle/meterpreter_reverse_http cmd/linux/tftp/armle/meterpreter_reverse_https cmd/linux/tftp/armle/meterpreter_reverse_tcp cmd/linux/tftp/armle/shell/bind_tcp cmd/linux/tftp/armle/shell/reverse_tcp cmd/linux/tftp/armle/shell_bind_tcp cmd/linux/tftp/armle/shell_reverse_tcp cmd/linux/tftp/mips64/meterpreter_reverse_http cmd/linux/tftp/mips64/meterpreter_reverse_https cmd/linux/tftp/mips64/meterpreter_reverse_tcp cmd/linux/tftp/mipsbe/exec cmd/linux/tftp/mipsbe/meterpreter/reverse_tcp cmd/linux/tftp/mipsbe/meterpreter_reverse_http cmd/linux/tftp/mipsbe/meterpreter_reverse_https cmd/linux/tftp/mipsbe/meterpreter_reverse_tcp cmd/linux/tftp/mipsbe/reboot cmd/linux/tftp/mipsbe/shell/reverse_tcp cmd/linux/tftp/mipsbe/shell_bind_tcp cmd/linux/tftp/mipsbe/shell_reverse_tcp cmd/linux/tftp/mipsle/exec cmd/linux/tftp/mipsle/meterpreter/reverse_tcp cmd/linux/tftp/mipsle/meterpreter_reverse_http cmd/linux/tftp/mipsle/meterpreter_reverse_https cmd/linux/tftp/mipsle/meterpreter_reverse_tcp cmd/linux/tftp/mipsle/reboot cmd/linux/tftp/mipsle/shell/reverse_tcp cmd/linux/tftp/mipsle/shell_bind_tcp cmd/linux/tftp/mipsle/shell_reverse_tcp cmd/linux/tftp/ppc/shell_bind_tcp cmd/linux/tftp/ppc/shell_find_port cmd/linux/tftp/ppc/shell_reverse_tcp cmd/linux/tftp/ppc64/shell_bind_tcp cmd/linux/tftp/ppc64/shell_find_port cmd/linux/tftp/ppc64/shell_reverse_tcp cmd/linux/tftp/riscv32le/chmod cmd/linux/tftp/riscv32le/exec cmd/linux/tftp/riscv32le/reboot cmd/linux/tftp/riscv32le/shell_bind_tcp cmd/linux/tftp/riscv32le/shell_reverse_tcp cmd/linux/tftp/riscv64le/chmod cmd/linux/tftp/riscv64le/exec cmd/linux/tftp/riscv64le/reboot cmd/linux/tftp/riscv64le/shell_bind_tcp cmd/linux/tftp/riscv64le/shell_reverse_tcp cmd/linux/tftp/x64/exec cmd/linux/tftp/x64/meterpreter/bind_tcp cmd/linux/tftp/x64/meterpreter/reverse_sctp cmd/linux/tftp/x64/meterpreter/reverse_tcp cmd/linux/tftp/x64/meterpreter_reverse_http cmd/linux/tftp/x64/meterpreter_reverse_https cmd/linux/tftp/x64/meterpreter_reverse_tcp cmd/linux/tftp/x64/pingback_bind_tcp cmd/linux/tftp/x64/pingback_reverse_tcp cmd/linux/tftp/x64/set_hostname cmd/linux/tftp/x64/shell/bind_tcp cmd/linux/tftp/x64/shell/reverse_sctp cmd/linux/tftp/x64/shell/reverse_tcp cmd/linux/tftp/x64/shell_bind_ipv6_tcp cmd/linux/tftp/x64/shell_bind_tcp cmd/linux/tftp/x64/shell_bind_tcp_random_port cmd/linux/tftp/x64/shell_find_port cmd/linux/tftp/x64/shell_reverse_ipv6_tcp cmd/linux/tftp/x64/shell_reverse_tcp cmd/linux/tftp/x86/adduser cmd/linux/tftp/x86/chmod cmd/linux/tftp/x86/exec cmd/linux/tftp/x86/generic/debug_trap cmd/linux/tftp/x86/generic/tight_loop cmd/linux/tftp/x86/meterpreter/bind_ipv6_tcp cmd/linux/tftp/x86/meterpreter/bind_ipv6_tcp_uuid cmd/linux/tftp/x86/meterpreter/bind_nonx_tcp cmd/linux/tftp/x86/meterpreter/bind_tcp cmd/linux/tftp/x86/meterpreter/bind_tcp_uuid cmd/linux/tftp/x86/meterpreter/find_tag cmd/linux/tftp/x86/meterpreter/reverse_ipv6_tcp cmd/linux/tftp/x86/meterpreter/reverse_nonx_tcp cmd/linux/tftp/x86/meterpreter/reverse_tcp cmd/linux/tftp/x86/meterpreter/reverse_tcp_uuid cmd/linux/tftp/x86/meterpreter_reverse_http cmd/linux/tftp/x86/meterpreter_reverse_https cmd/linux/tftp/x86/meterpreter_reverse_tcp cmd/linux/tftp/x86/metsvc_bind_tcp cmd/linux/tftp/x86/metsvc_reverse_tcp cmd/linux/tftp/x86/read_file cmd/linux/tftp/x86/shell/bind_ipv6_tcp cmd/linux/tftp/x86/shell/bind_ipv6_tcp_uuid cmd/linux/tftp/x86/shell/bind_nonx_tcp cmd/linux/tftp/x86/shell/bind_tcp cmd/linux/tftp/x86/shell/bind_tcp_uuid cmd/linux/tftp/x86/shell/find_tag cmd/linux/tftp/x86/shell/reverse_ipv6_tcp cmd/linux/tftp/x86/shell/reverse_nonx_tcp cmd/linux/tftp/x86/shell/reverse_tcp cmd/linux/tftp/x86/shell/reverse_tcp_uuid cmd/linux/tftp/x86/shell_bind_ipv6_tcp cmd/linux/tftp/x86/shell_bind_tcp cmd/linux/tftp/x86/shell_bind_tcp_random_port cmd/linux/tftp/x86/shell_find_port cmd/linux/tftp/x86/shell_find_tag cmd/linux/tftp/x86/shell_reverse_tcp cmd/linux/tftp/x86/shell_reverse_tcp_ipv6 cmd/mainframe/apf_privesc_jcl cmd/mainframe/bind_shell_jcl cmd/mainframe/generic_jcl cmd/mainframe/reverse_shell_jcl cmd/unix/adduser cmd/unix/bind_awk cmd/unix/bind_aws_instance_connect cmd/unix/bind_busybox_telnetd cmd/unix/bind_inetd cmd/unix/bind_jjs cmd/unix/bind_lua cmd/unix/bind_netcat cmd/unix/bind_netcat_gaping cmd/unix/bind_netcat_gaping_ipv6 cmd/unix/bind_nodejs cmd/unix/bind_perl cmd/unix/bind_perl_ipv6 cmd/unix/bind_r cmd/unix/bind_ruby cmd/unix/bind_ruby_ipv6 cmd/unix/bind_socat_sctp cmd/unix/bind_socat_tcp cmd/unix/bind_socat_udp cmd/unix/bind_stub cmd/unix/bind_zsh cmd/unix/generic cmd/unix/interact cmd/unix/php/bind_php cmd/unix/php/bind_php_ipv6 cmd/unix/php/download_exec cmd/unix/php/exec cmd/unix/php/meterpreter/bind_tcp cmd/unix/php/meterpreter/bind_tcp_ipv6 cmd/unix/php/meterpreter/bind_tcp_ipv6_uuid cmd/unix/php/meterpreter/bind_tcp_uuid cmd/unix/php/meterpreter/reverse_tcp cmd/unix/php/meterpreter/reverse_tcp_uuid cmd/unix/php/meterpreter_reverse_tcp cmd/unix/php/reverse_php cmd/unix/php/shell_findsock cmd/unix/pingback_bind cmd/unix/pingback_reverse cmd/unix/python/exec cmd/unix/python/meterpreter/bind_tcp cmd/unix/python/meterpreter/bind_tcp_uuid cmd/unix/python/meterpreter/reverse_http cmd/unix/python/meterpreter/reverse_https cmd/unix/python/meterpreter/reverse_tcp cmd/unix/python/meterpreter/reverse_tcp_ssl cmd/unix/python/meterpreter/reverse_tcp_uuid cmd/unix/python/meterpreter_bind_tcp cmd/unix/python/meterpreter_reverse_http cmd/unix/python/meterpreter_reverse_https cmd/unix/python/meterpreter_reverse_tcp cmd/unix/python/pingback_bind_tcp cmd/unix/python/pingback_reverse_tcp cmd/unix/python/shell_bind_tcp cmd/unix/python/shell_reverse_sctp cmd/unix/python/shell_reverse_tcp cmd/unix/python/shell_reverse_tcp_ssl cmd/unix/python/shell_reverse_udp cmd/unix/reverse cmd/unix/reverse_awk cmd/unix/reverse_bash cmd/unix/reverse_bash_telnet_ssl cmd/unix/reverse_bash_udp cmd/unix/reverse_jjs cmd/unix/reverse_ksh cmd/unix/reverse_lua cmd/unix/reverse_ncat_ssl cmd/unix/reverse_netcat cmd/unix/reverse_netcat_gaping cmd/unix/reverse_nodejs cmd/unix/reverse_openssl cmd/unix/reverse_perl cmd/unix/reverse_perl_ssl cmd/unix/reverse_php_ssl cmd/unix/reverse_python cmd/unix/reverse_python_ssl cmd/unix/reverse_r cmd/unix/reverse_ruby cmd/unix/reverse_ruby_ssl cmd/unix/reverse_socat_sctp cmd/unix/reverse_socat_tcp cmd/unix/reverse_socat_udp cmd/unix/reverse_ssh cmd/unix/reverse_ssl_double_telnet cmd/unix/reverse_stub cmd/unix/reverse_tclsh cmd/unix/reverse_zsh cmd/windows/adduser cmd/windows/bind_lua cmd/windows/bind_perl cmd/windows/bind_perl_ipv6 cmd/windows/bind_ruby cmd/windows/download_eval_vbs cmd/windows/download_exec_vbs cmd/windows/generic cmd/windows/http/x64/custom/bind_ipv6_tcp cmd/windows/http/x64/custom/bind_ipv6_tcp_uuid cmd/windows/http/x64/custom/bind_named_pipe cmd/windows/http/x64/custom/bind_tcp cmd/windows/http/x64/custom/bind_tcp_rc4 cmd/windows/http/x64/custom/bind_tcp_uuid cmd/windows/http/x64/custom/reverse_http cmd/windows/http/x64/custom/reverse_https cmd/windows/http/x64/custom/reverse_named_pipe cmd/windows/http/x64/custom/reverse_tcp cmd/windows/http/x64/custom/reverse_tcp_rc4 cmd/windows/http/x64/custom/reverse_tcp_uuid cmd/windows/http/x64/custom/reverse_winhttp cmd/windows/http/x64/custom/reverse_winhttps cmd/windows/http/x64/download_exec cmd/windows/http/x64/exec cmd/windows/http/x64/loadlibrary cmd/windows/http/x64/messagebox cmd/windows/http/x64/meterpreter/bind_ipv6_tcp cmd/windows/http/x64/meterpreter/bind_ipv6_tcp_uuid cmd/windows/http/x64/meterpreter/bind_named_pipe cmd/windows/http/x64/meterpreter/bind_tcp cmd/windows/http/x64/meterpreter/bind_tcp_rc4 cmd/windows/http/x64/meterpreter/bind_tcp_uuid cmd/windows/http/x64/meterpreter/reverse_http cmd/windows/http/x64/meterpreter/reverse_https cmd/windows/http/x64/meterpreter/reverse_named_pipe cmd/windows/http/x64/meterpreter/reverse_tcp cmd/windows/http/x64/meterpreter/reverse_tcp_rc4 cmd/windows/http/x64/meterpreter/reverse_tcp_uuid cmd/windows/http/x64/meterpreter/reverse_winhttp cmd/windows/http/x64/meterpreter/reverse_winhttps cmd/windows/http/x64/meterpreter_bind_named_pipe cmd/windows/http/x64/meterpreter_bind_tcp cmd/windows/http/x64/meterpreter_reverse_http cmd/windows/http/x64/meterpreter_reverse_https cmd/windows/http/x64/meterpreter_reverse_ipv6_tcp cmd/windows/http/x64/meterpreter_reverse_tcp cmd/windows/http/x64/peinject/bind_ipv6_tcp cmd/windows/http/x64/peinject/bind_ipv6_tcp_uuid cmd/windows/http/x64/peinject/bind_named_pipe cmd/windows/http/x64/peinject/bind_tcp cmd/windows/http/x64/peinject/bind_tcp_rc4 cmd/windows/http/x64/peinject/bind_tcp_uuid cmd/windows/http/x64/peinject/reverse_named_pipe cmd/windows/http/x64/peinject/reverse_tcp cmd/windows/http/x64/peinject/reverse_tcp_rc4 cmd/windows/http/x64/peinject/reverse_tcp_uuid cmd/windows/http/x64/pingback_reverse_tcp cmd/windows/http/x64/powershell_bind_tcp cmd/windows/http/x64/powershell_reverse_tcp cmd/windows/http/x64/powershell_reverse_tcp_ssl cmd/windows/http/x64/shell/bind_ipv6_tcp cmd/windows/http/x64/shell/bind_ipv6_tcp_uuid cmd/windows/http/x64/shell/bind_named_pipe cmd/windows/http/x64/shell/bind_tcp cmd/windows/http/x64/shell/bind_tcp_rc4 cmd/windows/http/x64/shell/bind_tcp_uuid cmd/windows/http/x64/shell/reverse_tcp cmd/windows/http/x64/shell/reverse_tcp_rc4 cmd/windows/http/x64/shell/reverse_tcp_uuid cmd/windows/http/x64/shell_bind_tcp cmd/windows/http/x64/shell_reverse_tcp cmd/windows/http/x64/vncinject/bind_ipv6_tcp cmd/windows/http/x64/vncinject/bind_ipv6_tcp_uuid cmd/windows/http/x64/vncinject/bind_named_pipe cmd/windows/http/x64/vncinject/bind_tcp cmd/windows/http/x64/vncinject/bind_tcp_rc4 cmd/windows/http/x64/vncinject/bind_tcp_uuid cmd/windows/http/x64/vncinject/reverse_http cmd/windows/http/x64/vncinject/reverse_https cmd/windows/http/x64/vncinject/reverse_tcp cmd/windows/http/x64/vncinject/reverse_tcp_rc4 cmd/windows/http/x64/vncinject/reverse_tcp_uuid cmd/windows/http/x64/vncinject/reverse_winhttp cmd/windows/http/x64/vncinject/reverse_winhttps cmd/windows/http/x86/adduser cmd/windows/http/x86/custom/bind_hidden_ipknock_tcp cmd/windows/http/x86/custom/bind_hidden_tcp cmd/windows/http/x86/custom/bind_ipv6_tcp cmd/windows/http/x86/custom/bind_ipv6_tcp_uuid cmd/windows/http/x86/custom/bind_named_pipe cmd/windows/http/x86/custom/bind_nonx_tcp cmd/windows/http/x86/custom/bind_tcp cmd/windows/http/x86/custom/bind_tcp_rc4 cmd/windows/http/x86/custom/bind_tcp_uuid cmd/windows/http/x86/custom/find_tag cmd/windows/http/x86/custom/reverse_http cmd/windows/http/x86/custom/reverse_http_proxy_pstore cmd/windows/http/x86/custom/reverse_https cmd/windows/http/x86/custom/reverse_ipv6_tcp cmd/windows/http/x86/custom/reverse_named_pipe cmd/windows/http/x86/custom/reverse_nonx_tcp cmd/windows/http/x86/custom/reverse_ord_tcp cmd/windows/http/x86/custom/reverse_tcp cmd/windows/http/x86/custom/reverse_tcp_allports cmd/windows/http/x86/custom/reverse_tcp_dns cmd/windows/http/x86/custom/reverse_tcp_rc4 cmd/windows/http/x86/custom/reverse_tcp_rc4_dns cmd/windows/http/x86/custom/reverse_tcp_uuid cmd/windows/http/x86/custom/reverse_udp cmd/windows/http/x86/custom/reverse_winhttp cmd/windows/http/x86/custom/reverse_winhttps cmd/windows/http/x86/dllinject/bind_hidden_ipknock_tcp cmd/windows/http/x86/dllinject/bind_hidden_tcp cmd/windows/http/x86/dllinject/bind_ipv6_tcp cmd/windows/http/x86/dllinject/bind_ipv6_tcp_uuid cmd/windows/http/x86/dllinject/bind_named_pipe cmd/windows/http/x86/dllinject/bind_nonx_tcp cmd/windows/http/x86/dllinject/bind_tcp cmd/windows/http/x86/dllinject/bind_tcp_rc4 cmd/windows/http/x86/dllinject/bind_tcp_uuid cmd/windows/http/x86/dllinject/find_tag cmd/windows/http/x86/dllinject/reverse_http cmd/windows/http/x86/dllinject/reverse_http_proxy_pstore cmd/windows/http/x86/dllinject/reverse_ipv6_tcp cmd/windows/http/x86/dllinject/reverse_nonx_tcp cmd/windows/http/x86/dllinject/reverse_ord_tcp cmd/windows/http/x86/dllinject/reverse_tcp cmd/windows/http/x86/dllinject/reverse_tcp_allports cmd/windows/http/x86/dllinject/reverse_tcp_dns cmd/windows/http/x86/dllinject/reverse_tcp_rc4 cmd/windows/http/x86/dllinject/reverse_tcp_rc4_dns cmd/windows/http/x86/dllinject/reverse_tcp_uuid cmd/windows/http/x86/dllinject/reverse_winhttp cmd/windows/http/x86/dns_txt_query_exec cmd/windows/http/x86/download_exec cmd/windows/http/x86/exec cmd/windows/http/x86/format_all_drives cmd/windows/http/x86/generic/debug_trap cmd/windows/http/x86/generic/tight_loop cmd/windows/http/x86/loadlibrary cmd/windows/http/x86/messagebox cmd/windows/http/x86/meterpreter/bind_hidden_ipknock_tcp cmd/windows/http/x86/meterpreter/bind_hidden_tcp cmd/windows/http/x86/meterpreter/bind_ipv6_tcp cmd/windows/http/x86/meterpreter/bind_ipv6_tcp_uuid cmd/windows/http/x86/meterpreter/bind_named_pipe cmd/windows/http/x86/meterpreter/bind_nonx_tcp cmd/windows/http/x86/meterpreter/bind_tcp cmd/windows/http/x86/meterpreter/bind_tcp_rc4 cmd/windows/http/x86/meterpreter/bind_tcp_uuid cmd/windows/http/x86/meterpreter/find_tag cmd/windows/http/x86/meterpreter/reverse_http cmd/windows/http/x86/meterpreter/reverse_http_proxy_pstore cmd/windows/http/x86/meterpreter/reverse_https cmd/windows/http/x86/meterpreter/reverse_ipv6_tcp cmd/windows/http/x86/meterpreter/reverse_named_pipe cmd/windows/http/x86/meterpreter/reverse_nonx_tcp cmd/windows/http/x86/meterpreter/reverse_ord_tcp cmd/windows/http/x86/meterpreter/reverse_tcp cmd/windows/http/x86/meterpreter/reverse_tcp_allports cmd/windows/http/x86/meterpreter/reverse_tcp_dns cmd/windows/http/x86/meterpreter/reverse_tcp_rc4 cmd/windows/http/x86/meterpreter/reverse_tcp_rc4_dns cmd/windows/http/x86/meterpreter/reverse_tcp_uuid cmd/windows/http/x86/meterpreter/reverse_winhttp cmd/windows/http/x86/meterpreter/reverse_winhttps cmd/windows/http/x86/meterpreter_bind_named_pipe cmd/windows/http/x86/meterpreter_bind_tcp cmd/windows/http/x86/meterpreter_reverse_http cmd/windows/http/x86/meterpreter_reverse_https cmd/windows/http/x86/meterpreter_reverse_ipv6_tcp cmd/windows/http/x86/meterpreter_reverse_tcp cmd/windows/http/x86/metsvc_bind_tcp cmd/windows/http/x86/metsvc_reverse_tcp cmd/windows/http/x86/patchupdllinject/bind_hidden_ipknock_tcp cmd/windows/http/x86/patchupdllinject/bind_hidden_tcp cmd/windows/http/x86/patchupdllinject/bind_ipv6_tcp cmd/windows/http/x86/patchupdllinject/bind_ipv6_tcp_uuid cmd/windows/http/x86/patchupdllinject/bind_named_pipe cmd/windows/http/x86/patchupdllinject/bind_nonx_tcp cmd/windows/http/x86/patchupdllinject/bind_tcp cmd/windows/http/x86/patchupdllinject/bind_tcp_rc4 cmd/windows/http/x86/patchupdllinject/bind_tcp_uuid cmd/windows/http/x86/patchupdllinject/find_tag cmd/windows/http/x86/patchupdllinject/reverse_ipv6_tcp cmd/windows/http/x86/patchupdllinject/reverse_nonx_tcp cmd/windows/http/x86/patchupdllinject/reverse_ord_tcp cmd/windows/http/x86/patchupdllinject/reverse_tcp cmd/windows/http/x86/patchupdllinject/reverse_tcp_allports cmd/windows/http/x86/patchupdllinject/reverse_tcp_dns cmd/windows/http/x86/patchupdllinject/reverse_tcp_rc4 cmd/windows/http/x86/patchupdllinject/reverse_tcp_rc4_dns cmd/windows/http/x86/patchupdllinject/reverse_tcp_uuid cmd/windows/http/x86/patchupmeterpreter/bind_hidden_ipknock_tcp cmd/windows/http/x86/patchupmeterpreter/bind_hidden_tcp cmd/windows/http/x86/patchupmeterpreter/bind_ipv6_tcp cmd/windows/http/x86/patchupmeterpreter/bind_ipv6_tcp_uuid cmd/windows/http/x86/patchupmeterpreter/bind_named_pipe cmd/windows/http/x86/patchupmeterpreter/bind_nonx_tcp cmd/windows/http/x86/patchupmeterpreter/bind_tcp cmd/windows/http/x86/patchupmeterpreter/bind_tcp_rc4 cmd/windows/http/x86/patchupmeterpreter/bind_tcp_uuid cmd/windows/http/x86/patchupmeterpreter/find_tag cmd/windows/http/x86/patchupmeterpreter/reverse_ipv6_tcp cmd/windows/http/x86/patchupmeterpreter/reverse_nonx_tcp cmd/windows/http/x86/patchupmeterpreter/reverse_ord_tcp cmd/windows/http/x86/patchupmeterpreter/reverse_tcp cmd/windows/http/x86/patchupmeterpreter/reverse_tcp_allports cmd/windows/http/x86/patchupmeterpreter/reverse_tcp_dns cmd/windows/http/x86/patchupmeterpreter/reverse_tcp_rc4 cmd/windows/http/x86/patchupmeterpreter/reverse_tcp_rc4_dns cmd/windows/http/x86/patchupmeterpreter/reverse_tcp_uuid cmd/windows/http/x86/peinject/bind_hidden_ipknock_tcp cmd/windows/http/x86/peinject/bind_hidden_tcp cmd/windows/http/x86/peinject/bind_ipv6_tcp cmd/windows/http/x86/peinject/bind_ipv6_tcp_uuid cmd/windows/http/x86/peinject/bind_named_pipe cmd/windows/http/x86/peinject/bind_nonx_tcp cmd/windows/http/x86/peinject/bind_tcp cmd/windows/http/x86/peinject/bind_tcp_rc4 cmd/windows/http/x86/peinject/bind_tcp_uuid cmd/windows/http/x86/peinject/find_tag cmd/windows/http/x86/peinject/reverse_ipv6_tcp cmd/windows/http/x86/peinject/reverse_named_pipe cmd/windows/http/x86/peinject/reverse_nonx_tcp cmd/windows/http/x86/peinject/reverse_ord_tcp cmd/windows/http/x86/peinject/reverse_tcp cmd/windows/http/x86/peinject/reverse_tcp_allports cmd/windows/http/x86/peinject/reverse_tcp_dns cmd/windows/http/x86/peinject/reverse_tcp_rc4 cmd/windows/http/x86/peinject/reverse_tcp_rc4_dns cmd/windows/http/x86/peinject/reverse_tcp_uuid cmd/windows/http/x86/pingback_bind_tcp cmd/windows/http/x86/pingback_reverse_tcp cmd/windows/http/x86/powershell_bind_tcp cmd/windows/http/x86/powershell_reverse_tcp cmd/windows/http/x86/powershell_reverse_tcp_ssl cmd/windows/http/x86/shell/bind_hidden_ipknock_tcp cmd/windows/http/x86/shell/bind_hidden_tcp cmd/windows/http/x86/shell/bind_ipv6_tcp cmd/windows/http/x86/shell/bind_ipv6_tcp_uuid cmd/windows/http/x86/shell/bind_named_pipe cmd/windows/http/x86/shell/bind_nonx_tcp cmd/windows/http/x86/shell/bind_tcp cmd/windows/http/x86/shell/bind_tcp_rc4 cmd/windows/http/x86/shell/bind_tcp_uuid cmd/windows/http/x86/shell/find_tag cmd/windows/http/x86/shell/reverse_ipv6_tcp cmd/windows/http/x86/shell/reverse_nonx_tcp cmd/windows/http/x86/shell/reverse_ord_tcp cmd/windows/http/x86/shell/reverse_tcp cmd/windows/http/x86/shell/reverse_tcp_allports cmd/windows/http/x86/shell/reverse_tcp_dns cmd/windows/http/x86/shell/reverse_tcp_rc4 cmd/windows/http/x86/shell/reverse_tcp_rc4_dns cmd/windows/http/x86/shell/reverse_tcp_uuid cmd/windows/http/x86/shell/reverse_udp cmd/windows/http/x86/shell_bind_tcp cmd/windows/http/x86/shell_bind_tcp_xpfw cmd/windows/http/x86/shell_hidden_bind_tcp cmd/windows/http/x86/shell_reverse_tcp cmd/windows/http/x86/speak_pwned cmd/windows/http/x86/upexec/bind_hidden_ipknock_tcp cmd/windows/http/x86/upexec/bind_hidden_tcp cmd/windows/http/x86/upexec/bind_ipv6_tcp cmd/windows/http/x86/upexec/bind_ipv6_tcp_uuid cmd/windows/http/x86/upexec/bind_named_pipe cmd/windows/http/x86/upexec/bind_nonx_tcp cmd/windows/http/x86/upexec/bind_tcp cmd/windows/http/x86/upexec/bind_tcp_rc4 cmd/windows/http/x86/upexec/bind_tcp_uuid cmd/windows/http/x86/upexec/find_tag cmd/windows/http/x86/upexec/reverse_ipv6_tcp cmd/windows/http/x86/upexec/reverse_nonx_tcp cmd/windows/http/x86/upexec/reverse_ord_tcp cmd/windows/http/x86/upexec/reverse_tcp cmd/windows/http/x86/upexec/reverse_tcp_allports cmd/windows/http/x86/upexec/reverse_tcp_dns cmd/windows/http/x86/upexec/reverse_tcp_rc4 cmd/windows/http/x86/upexec/reverse_tcp_rc4_dns cmd/windows/http/x86/upexec/reverse_tcp_uuid cmd/windows/http/x86/upexec/reverse_udp cmd/windows/http/x86/vncinject/bind_hidden_ipknock_tcp cmd/windows/http/x86/vncinject/bind_hidden_tcp cmd/windows/http/x86/vncinject/bind_ipv6_tcp cmd/windows/http/x86/vncinject/bind_ipv6_tcp_uuid cmd/windows/http/x86/vncinject/bind_named_pipe cmd/windows/http/x86/vncinject/bind_nonx_tcp cmd/windows/http/x86/vncinject/bind_tcp cmd/windows/http/x86/vncinject/bind_tcp_rc4 cmd/windows/http/x86/vncinject/bind_tcp_uuid cmd/windows/http/x86/vncinject/find_tag cmd/windows/http/x86/vncinject/reverse_http cmd/windows/http/x86/vncinject/reverse_http_proxy_pstore cmd/windows/http/x86/vncinject/reverse_ipv6_tcp cmd/windows/http/x86/vncinject/reverse_nonx_tcp cmd/windows/http/x86/vncinject/reverse_ord_tcp cmd/windows/http/x86/vncinject/reverse_tcp cmd/windows/http/x86/vncinject/reverse_tcp_allports cmd/windows/http/x86/vncinject/reverse_tcp_dns cmd/windows/http/x86/vncinject/reverse_tcp_rc4 cmd/windows/http/x86/vncinject/reverse_tcp_rc4_dns cmd/windows/http/x86/vncinject/reverse_tcp_uuid cmd/windows/http/x86/vncinject/reverse_winhttp cmd/windows/https/x64/custom/bind_ipv6_tcp cmd/windows/https/x64/custom/bind_ipv6_tcp_uuid cmd/windows/https/x64/custom/bind_named_pipe cmd/windows/https/x64/custom/bind_tcp cmd/windows/https/x64/custom/bind_tcp_rc4 cmd/windows/https/x64/custom/bind_tcp_uuid cmd/windows/https/x64/custom/reverse_http cmd/windows/https/x64/custom/reverse_https cmd/windows/https/x64/custom/reverse_named_pipe cmd/windows/https/x64/custom/reverse_tcp cmd/windows/https/x64/custom/reverse_tcp_rc4 cmd/windows/https/x64/custom/reverse_tcp_uuid cmd/windows/https/x64/custom/reverse_winhttp cmd/windows/https/x64/custom/reverse_winhttps cmd/windows/https/x64/download_exec cmd/windows/https/x64/exec cmd/windows/https/x64/loadlibrary cmd/windows/https/x64/messagebox cmd/windows/https/x64/meterpreter/bind_ipv6_tcp cmd/windows/https/x64/meterpreter/bind_ipv6_tcp_uuid cmd/windows/https/x64/meterpreter/bind_named_pipe cmd/windows/https/x64/meterpreter/bind_tcp cmd/windows/https/x64/meterpreter/bind_tcp_rc4 cmd/windows/https/x64/meterpreter/bind_tcp_uuid cmd/windows/https/x64/meterpreter/reverse_http cmd/windows/https/x64/meterpreter/reverse_https cmd/windows/https/x64/meterpreter/reverse_named_pipe cmd/windows/https/x64/meterpreter/reverse_tcp cmd/windows/https/x64/meterpreter/reverse_tcp_rc4 cmd/windows/https/x64/meterpreter/reverse_tcp_uuid cmd/windows/https/x64/meterpreter/reverse_winhttp cmd/windows/https/x64/meterpreter/reverse_winhttps cmd/windows/https/x64/meterpreter_bind_named_pipe cmd/windows/https/x64/meterpreter_bind_tcp cmd/windows/https/x64/meterpreter_reverse_http cmd/windows/https/x64/meterpreter_reverse_https cmd/windows/https/x64/meterpreter_reverse_ipv6_tcp cmd/windows/https/x64/meterpreter_reverse_tcp cmd/windows/https/x64/peinject/bind_ipv6_tcp cmd/windows/https/x64/peinject/bind_ipv6_tcp_uuid cmd/windows/https/x64/peinject/bind_named_pipe cmd/windows/https/x64/peinject/bind_tcp cmd/windows/https/x64/peinject/bind_tcp_rc4 cmd/windows/https/x64/peinject/bind_tcp_uuid cmd/windows/https/x64/peinject/reverse_named_pipe cmd/windows/https/x64/peinject/reverse_tcp cmd/windows/https/x64/peinject/reverse_tcp_rc4 cmd/windows/https/x64/peinject/reverse_tcp_uuid cmd/windows/https/x64/pingback_reverse_tcp cmd/windows/https/x64/powershell_bind_tcp cmd/windows/https/x64/powershell_reverse_tcp cmd/windows/https/x64/powershell_reverse_tcp_ssl cmd/windows/https/x64/shell/bind_ipv6_tcp cmd/windows/https/x64/shell/bind_ipv6_tcp_uuid cmd/windows/https/x64/shell/bind_named_pipe cmd/windows/https/x64/shell/bind_tcp cmd/windows/https/x64/shell/bind_tcp_rc4 cmd/windows/https/x64/shell/bind_tcp_uuid cmd/windows/https/x64/shell/reverse_tcp cmd/windows/https/x64/shell/reverse_tcp_rc4 cmd/windows/https/x64/shell/reverse_tcp_uuid cmd/windows/https/x64/shell_bind_tcp cmd/windows/https/x64/shell_reverse_tcp cmd/windows/https/x64/vncinject/bind_ipv6_tcp cmd/windows/https/x64/vncinject/bind_ipv6_tcp_uuid cmd/windows/https/x64/vncinject/bind_named_pipe cmd/windows/https/x64/vncinject/bind_tcp cmd/windows/https/x64/vncinject/bind_tcp_rc4 cmd/windows/https/x64/vncinject/bind_tcp_uuid cmd/windows/https/x64/vncinject/reverse_http cmd/windows/https/x64/vncinject/reverse_https cmd/windows/https/x64/vncinject/reverse_tcp cmd/windows/https/x64/vncinject/reverse_tcp_rc4 cmd/windows/https/x64/vncinject/reverse_tcp_uuid cmd/windows/https/x64/vncinject/reverse_winhttp cmd/windows/https/x64/vncinject/reverse_winhttps cmd/windows/https/x86/adduser cmd/windows/https/x86/custom/bind_hidden_ipknock_tcp cmd/windows/https/x86/custom/bind_hidden_tcp cmd/windows/https/x86/custom/bind_ipv6_tcp cmd/windows/https/x86/custom/bind_ipv6_tcp_uuid cmd/windows/https/x86/custom/bind_named_pipe cmd/windows/https/x86/custom/bind_nonx_tcp cmd/windows/https/x86/custom/bind_tcp cmd/windows/https/x86/custom/bind_tcp_rc4 cmd/windows/https/x86/custom/bind_tcp_uuid cmd/windows/https/x86/custom/find_tag cmd/windows/https/x86/custom/reverse_http cmd/windows/https/x86/custom/reverse_http_proxy_pstore cmd/windows/https/x86/custom/reverse_https cmd/windows/https/x86/custom/reverse_ipv6_tcp cmd/windows/https/x86/custom/reverse_named_pipe cmd/windows/https/x86/custom/reverse_nonx_tcp cmd/windows/https/x86/custom/reverse_ord_tcp cmd/windows/https/x86/custom/reverse_tcp cmd/windows/https/x86/custom/reverse_tcp_allports cmd/windows/https/x86/custom/reverse_tcp_dns cmd/windows/https/x86/custom/reverse_tcp_rc4 cmd/windows/https/x86/custom/reverse_tcp_rc4_dns cmd/windows/https/x86/custom/reverse_tcp_uuid cmd/windows/https/x86/custom/reverse_udp cmd/windows/https/x86/custom/reverse_winhttp cmd/windows/https/x86/custom/reverse_winhttps cmd/windows/https/x86/dllinject/bind_hidden_ipknock_tcp cmd/windows/https/x86/dllinject/bind_hidden_tcp cmd/windows/https/x86/dllinject/bind_ipv6_tcp cmd/windows/https/x86/dllinject/bind_ipv6_tcp_uuid cmd/windows/https/x86/dllinject/bind_named_pipe cmd/windows/https/x86/dllinject/bind_nonx_tcp cmd/windows/https/x86/dllinject/bind_tcp cmd/windows/https/x86/dllinject/bind_tcp_rc4 cmd/windows/https/x86/dllinject/bind_tcp_uuid cmd/windows/https/x86/dllinject/find_tag cmd/windows/https/x86/dllinject/reverse_http cmd/windows/https/x86/dllinject/reverse_http_proxy_pstore cmd/windows/https/x86/dllinject/reverse_ipv6_tcp cmd/windows/https/x86/dllinject/reverse_nonx_tcp cmd/windows/https/x86/dllinject/reverse_ord_tcp cmd/windows/https/x86/dllinject/reverse_tcp cmd/windows/https/x86/dllinject/reverse_tcp_allports cmd/windows/https/x86/dllinject/reverse_tcp_dns cmd/windows/https/x86/dllinject/reverse_tcp_rc4 cmd/windows/https/x86/dllinject/reverse_tcp_rc4_dns cmd/windows/https/x86/dllinject/reverse_tcp_uuid cmd/windows/https/x86/dllinject/reverse_winhttp cmd/windows/https/x86/dns_txt_query_exec cmd/windows/https/x86/download_exec cmd/windows/https/x86/exec cmd/windows/https/x86/format_all_drives cmd/windows/https/x86/generic/debug_trap cmd/windows/https/x86/generic/tight_loop cmd/windows/https/x86/loadlibrary cmd/windows/https/x86/messagebox cmd/windows/https/x86/meterpreter/bind_hidden_ipknock_tcp cmd/windows/https/x86/meterpreter/bind_hidden_tcp cmd/windows/https/x86/meterpreter/bind_ipv6_tcp cmd/windows/https/x86/meterpreter/bind_ipv6_tcp_uuid cmd/windows/https/x86/meterpreter/bind_named_pipe cmd/windows/https/x86/meterpreter/bind_nonx_tcp cmd/windows/https/x86/meterpreter/bind_tcp cmd/windows/https/x86/meterpreter/bind_tcp_rc4 cmd/windows/https/x86/meterpreter/bind_tcp_uuid cmd/windows/https/x86/meterpreter/find_tag cmd/windows/https/x86/meterpreter/reverse_http cmd/windows/https/x86/meterpreter/reverse_http_proxy_pstore cmd/windows/https/x86/meterpreter/reverse_https cmd/windows/https/x86/meterpreter/reverse_ipv6_tcp cmd/windows/https/x86/meterpreter/reverse_named_pipe cmd/windows/https/x86/meterpreter/reverse_nonx_tcp cmd/windows/https/x86/meterpreter/reverse_ord_tcp cmd/windows/https/x86/meterpreter/reverse_tcp cmd/windows/https/x86/meterpreter/reverse_tcp_allports cmd/windows/https/x86/meterpreter/reverse_tcp_dns cmd/windows/https/x86/meterpreter/reverse_tcp_rc4 cmd/windows/https/x86/meterpreter/reverse_tcp_rc4_dns cmd/windows/https/x86/meterpreter/reverse_tcp_uuid cmd/windows/https/x86/meterpreter/reverse_winhttp cmd/windows/https/x86/meterpreter/reverse_winhttps cmd/windows/https/x86/meterpreter_bind_named_pipe cmd/windows/https/x86/meterpreter_bind_tcp cmd/windows/https/x86/meterpreter_reverse_http cmd/windows/https/x86/meterpreter_reverse_https cmd/windows/https/x86/meterpreter_reverse_ipv6_tcp cmd/windows/https/x86/meterpreter_reverse_tcp cmd/windows/https/x86/metsvc_bind_tcp cmd/windows/https/x86/metsvc_reverse_tcp cmd/windows/https/x86/patchupdllinject/bind_hidden_ipknock_tcp cmd/windows/https/x86/patchupdllinject/bind_hidden_tcp cmd/windows/https/x86/patchupdllinject/bind_ipv6_tcp cmd/windows/https/x86/patchupdllinject/bind_ipv6_tcp_uuid cmd/windows/https/x86/patchupdllinject/bind_named_pipe cmd/windows/https/x86/patchupdllinject/bind_nonx_tcp cmd/windows/https/x86/patchupdllinject/bind_tcp cmd/windows/https/x86/patchupdllinject/bind_tcp_rc4 cmd/windows/https/x86/patchupdllinject/bind_tcp_uuid cmd/windows/https/x86/patchupdllinject/find_tag cmd/windows/https/x86/patchupdllinject/reverse_ipv6_tcp cmd/windows/https/x86/patchupdllinject/reverse_nonx_tcp cmd/windows/https/x86/patchupdllinject/reverse_ord_tcp cmd/windows/https/x86/patchupdllinject/reverse_tcp cmd/windows/https/x86/patchupdllinject/reverse_tcp_allports cmd/windows/https/x86/patchupdllinject/reverse_tcp_dns cmd/windows/https/x86/patchupdllinject/reverse_tcp_rc4 cmd/windows/https/x86/patchupdllinject/reverse_tcp_rc4_dns cmd/windows/https/x86/patchupdllinject/reverse_tcp_uuid cmd/windows/https/x86/patchupmeterpreter/bind_hidden_ipknock_tcp cmd/windows/https/x86/patchupmeterpreter/bind_hidden_tcp cmd/windows/https/x86/patchupmeterpreter/bind_ipv6_tcp cmd/windows/https/x86/patchupmeterpreter/bind_ipv6_tcp_uuid cmd/windows/https/x86/patchupmeterpreter/bind_named_pipe cmd/windows/https/x86/patchupmeterpreter/bind_nonx_tcp cmd/windows/https/x86/patchupmeterpreter/bind_tcp cmd/windows/https/x86/patchupmeterpreter/bind_tcp_rc4 cmd/windows/https/x86/patchupmeterpreter/bind_tcp_uuid cmd/windows/https/x86/patchupmeterpreter/find_tag cmd/windows/https/x86/patchupmeterpreter/reverse_ipv6_tcp cmd/windows/https/x86/patchupmeterpreter/reverse_nonx_tcp cmd/windows/https/x86/patchupmeterpreter/reverse_ord_tcp cmd/windows/https/x86/patchupmeterpreter/reverse_tcp cmd/windows/https/x86/patchupmeterpreter/reverse_tcp_allports cmd/windows/https/x86/patchupmeterpreter/reverse_tcp_dns cmd/windows/https/x86/patchupmeterpreter/reverse_tcp_rc4 cmd/windows/https/x86/patchupmeterpreter/reverse_tcp_rc4_dns cmd/windows/https/x86/patchupmeterpreter/reverse_tcp_uuid cmd/windows/https/x86/peinject/bind_hidden_ipknock_tcp cmd/windows/https/x86/peinject/bind_hidden_tcp cmd/windows/https/x86/peinject/bind_ipv6_tcp cmd/windows/https/x86/peinject/bind_ipv6_tcp_uuid cmd/windows/https/x86/peinject/bind_named_pipe cmd/windows/https/x86/peinject/bind_nonx_tcp cmd/windows/https/x86/peinject/bind_tcp cmd/windows/https/x86/peinject/bind_tcp_rc4 cmd/windows/https/x86/peinject/bind_tcp_uuid cmd/windows/https/x86/peinject/find_tag cmd/windows/https/x86/peinject/reverse_ipv6_tcp cmd/windows/https/x86/peinject/reverse_named_pipe cmd/windows/https/x86/peinject/reverse_nonx_tcp cmd/windows/https/x86/peinject/reverse_ord_tcp cmd/windows/https/x86/peinject/reverse_tcp cmd/windows/https/x86/peinject/reverse_tcp_allports cmd/windows/https/x86/peinject/reverse_tcp_dns cmd/windows/https/x86/peinject/reverse_tcp_rc4 cmd/windows/https/x86/peinject/reverse_tcp_rc4_dns cmd/windows/https/x86/peinject/reverse_tcp_uuid cmd/windows/https/x86/pingback_bind_tcp cmd/windows/https/x86/pingback_reverse_tcp cmd/windows/https/x86/powershell_bind_tcp cmd/windows/https/x86/powershell_reverse_tcp cmd/windows/https/x86/powershell_reverse_tcp_ssl cmd/windows/https/x86/shell/bind_hidden_ipknock_tcp cmd/windows/https/x86/shell/bind_hidden_tcp cmd/windows/https/x86/shell/bind_ipv6_tcp cmd/windows/https/x86/shell/bind_ipv6_tcp_uuid cmd/windows/https/x86/shell/bind_named_pipe cmd/windows/https/x86/shell/bind_nonx_tcp cmd/windows/https/x86/shell/bind_tcp cmd/windows/https/x86/shell/bind_tcp_rc4 cmd/windows/https/x86/shell/bind_tcp_uuid cmd/windows/https/x86/shell/find_tag cmd/windows/https/x86/shell/reverse_ipv6_tcp cmd/windows/https/x86/shell/reverse_nonx_tcp cmd/windows/https/x86/shell/reverse_ord_tcp cmd/windows/https/x86/shell/reverse_tcp cmd/windows/https/x86/shell/reverse_tcp_allports cmd/windows/https/x86/shell/reverse_tcp_dns cmd/windows/https/x86/shell/reverse_tcp_rc4 cmd/windows/https/x86/shell/reverse_tcp_rc4_dns cmd/windows/https/x86/shell/reverse_tcp_uuid cmd/windows/https/x86/shell/reverse_udp cmd/windows/https/x86/shell_bind_tcp cmd/windows/https/x86/shell_bind_tcp_xpfw cmd/windows/https/x86/shell_hidden_bind_tcp cmd/windows/https/x86/shell_reverse_tcp cmd/windows/https/x86/speak_pwned cmd/windows/https/x86/upexec/bind_hidden_ipknock_tcp cmd/windows/https/x86/upexec/bind_hidden_tcp cmd/windows/https/x86/upexec/bind_ipv6_tcp cmd/windows/https/x86/upexec/bind_ipv6_tcp_uuid cmd/windows/https/x86/upexec/bind_named_pipe cmd/windows/https/x86/upexec/bind_nonx_tcp cmd/windows/https/x86/upexec/bind_tcp cmd/windows/https/x86/upexec/bind_tcp_rc4 cmd/windows/https/x86/upexec/bind_tcp_uuid cmd/windows/https/x86/upexec/find_tag cmd/windows/https/x86/upexec/reverse_ipv6_tcp cmd/windows/https/x86/upexec/reverse_nonx_tcp cmd/windows/https/x86/upexec/reverse_ord_tcp cmd/windows/https/x86/upexec/reverse_tcp cmd/windows/https/x86/upexec/reverse_tcp_allports cmd/windows/https/x86/upexec/reverse_tcp_dns cmd/windows/https/x86/upexec/reverse_tcp_rc4 cmd/windows/https/x86/upexec/reverse_tcp_rc4_dns cmd/windows/https/x86/upexec/reverse_tcp_uuid cmd/windows/https/x86/upexec/reverse_udp cmd/windows/https/x86/vncinject/bind_hidden_ipknock_tcp cmd/windows/https/x86/vncinject/bind_hidden_tcp cmd/windows/https/x86/vncinject/bind_ipv6_tcp cmd/windows/https/x86/vncinject/bind_ipv6_tcp_uuid cmd/windows/https/x86/vncinject/bind_named_pipe cmd/windows/https/x86/vncinject/bind_nonx_tcp cmd/windows/https/x86/vncinject/bind_tcp cmd/windows/https/x86/vncinject/bind_tcp_rc4 cmd/windows/https/x86/vncinject/bind_tcp_uuid cmd/windows/https/x86/vncinject/find_tag cmd/windows/https/x86/vncinject/reverse_http cmd/windows/https/x86/vncinject/reverse_http_proxy_pstore cmd/windows/https/x86/vncinject/reverse_ipv6_tcp cmd/windows/https/x86/vncinject/reverse_nonx_tcp cmd/windows/https/x86/vncinject/reverse_ord_tcp cmd/windows/https/x86/vncinject/reverse_tcp cmd/windows/https/x86/vncinject/reverse_tcp_allports cmd/windows/https/x86/vncinject/reverse_tcp_dns cmd/windows/https/x86/vncinject/reverse_tcp_rc4 cmd/windows/https/x86/vncinject/reverse_tcp_rc4_dns cmd/windows/https/x86/vncinject/reverse_tcp_uuid cmd/windows/https/x86/vncinject/reverse_winhttp cmd/windows/jjs_reverse_tcp cmd/windows/powershell/adduser cmd/windows/powershell/custom/bind_hidden_ipknock_tcp cmd/windows/powershell/custom/bind_hidden_tcp cmd/windows/powershell/custom/bind_ipv6_tcp cmd/windows/powershell/custom/bind_ipv6_tcp_uuid cmd/windows/powershell/custom/bind_named_pipe cmd/windows/powershell/custom/bind_nonx_tcp cmd/windows/powershell/custom/bind_tcp cmd/windows/powershell/custom/bind_tcp_rc4 cmd/windows/powershell/custom/bind_tcp_uuid cmd/windows/powershell/custom/find_tag cmd/windows/powershell/custom/reverse_http cmd/windows/powershell/custom/reverse_http_proxy_pstore cmd/windows/powershell/custom/reverse_https cmd/windows/powershell/custom/reverse_ipv6_tcp cmd/windows/powershell/custom/reverse_named_pipe cmd/windows/powershell/custom/reverse_nonx_tcp cmd/windows/powershell/custom/reverse_ord_tcp cmd/windows/powershell/custom/reverse_tcp cmd/windows/powershell/custom/reverse_tcp_allports cmd/windows/powershell/custom/reverse_tcp_dns cmd/windows/powershell/custom/reverse_tcp_rc4 cmd/windows/powershell/custom/reverse_tcp_rc4_dns cmd/windows/powershell/custom/reverse_tcp_uuid cmd/windows/powershell/custom/reverse_udp cmd/windows/powershell/custom/reverse_winhttp cmd/windows/powershell/custom/reverse_winhttps cmd/windows/powershell/dllinject/bind_hidden_ipknock_tcp cmd/windows/powershell/dllinject/bind_hidden_tcp cmd/windows/powershell/dllinject/bind_ipv6_tcp cmd/windows/powershell/dllinject/bind_ipv6_tcp_uuid cmd/windows/powershell/dllinject/bind_named_pipe cmd/windows/powershell/dllinject/bind_nonx_tcp cmd/windows/powershell/dllinject/bind_tcp cmd/windows/powershell/dllinject/bind_tcp_rc4 cmd/windows/powershell/dllinject/bind_tcp_uuid cmd/windows/powershell/dllinject/find_tag cmd/windows/powershell/dllinject/reverse_http cmd/windows/powershell/dllinject/reverse_http_proxy_pstore cmd/windows/powershell/dllinject/reverse_ipv6_tcp cmd/windows/powershell/dllinject/reverse_nonx_tcp cmd/windows/powershell/dllinject/reverse_ord_tcp cmd/windows/powershell/dllinject/reverse_tcp cmd/windows/powershell/dllinject/reverse_tcp_allports cmd/windows/powershell/dllinject/reverse_tcp_dns cmd/windows/powershell/dllinject/reverse_tcp_rc4 cmd/windows/powershell/dllinject/reverse_tcp_rc4_dns cmd/windows/powershell/dllinject/reverse_tcp_uuid cmd/windows/powershell/dllinject/reverse_winhttp cmd/windows/powershell/dns_txt_query_exec cmd/windows/powershell/download_exec cmd/windows/powershell/exec cmd/windows/powershell/format_all_drives cmd/windows/powershell/generic/debug_trap cmd/windows/powershell/generic/tight_loop cmd/windows/powershell/loadlibrary cmd/windows/powershell/messagebox cmd/windows/powershell/meterpreter/bind_hidden_ipknock_tcp cmd/windows/powershell/meterpreter/bind_hidden_tcp cmd/windows/powershell/meterpreter/bind_ipv6_tcp cmd/windows/powershell/meterpreter/bind_ipv6_tcp_uuid cmd/windows/powershell/meterpreter/bind_named_pipe cmd/windows/powershell/meterpreter/bind_nonx_tcp cmd/windows/powershell/meterpreter/bind_tcp cmd/windows/powershell/meterpreter/bind_tcp_rc4 cmd/windows/powershell/meterpreter/bind_tcp_uuid cmd/windows/powershell/meterpreter/find_tag cmd/windows/powershell/meterpreter/reverse_http cmd/windows/powershell/meterpreter/reverse_http_proxy_pstore cmd/windows/powershell/meterpreter/reverse_https cmd/windows/powershell/meterpreter/reverse_ipv6_tcp cmd/windows/powershell/meterpreter/reverse_named_pipe cmd/windows/powershell/meterpreter/reverse_nonx_tcp cmd/windows/powershell/meterpreter/reverse_ord_tcp cmd/windows/powershell/meterpreter/reverse_tcp cmd/windows/powershell/meterpreter/reverse_tcp_allports cmd/windows/powershell/meterpreter/reverse_tcp_dns cmd/windows/powershell/meterpreter/reverse_tcp_rc4 cmd/windows/powershell/meterpreter/reverse_tcp_rc4_dns cmd/windows/powershell/meterpreter/reverse_tcp_uuid cmd/windows/powershell/meterpreter/reverse_winhttp cmd/windows/powershell/meterpreter/reverse_winhttps cmd/windows/powershell/metsvc_bind_tcp cmd/windows/powershell/metsvc_reverse_tcp cmd/windows/powershell/patchupdllinject/bind_hidden_ipknock_tcp cmd/windows/powershell/patchupdllinject/bind_hidden_tcp cmd/windows/powershell/patchupdllinject/bind_ipv6_tcp cmd/windows/powershell/patchupdllinject/bind_ipv6_tcp_uuid cmd/windows/powershell/patchupdllinject/bind_named_pipe cmd/windows/powershell/patchupdllinject/bind_nonx_tcp cmd/windows/powershell/patchupdllinject/bind_tcp cmd/windows/powershell/patchupdllinject/bind_tcp_rc4 cmd/windows/powershell/patchupdllinject/bind_tcp_uuid cmd/windows/powershell/patchupdllinject/find_tag cmd/windows/powershell/patchupdllinject/reverse_ipv6_tcp cmd/windows/powershell/patchupdllinject/reverse_nonx_tcp cmd/windows/powershell/patchupdllinject/reverse_ord_tcp cmd/windows/powershell/patchupdllinject/reverse_tcp cmd/windows/powershell/patchupdllinject/reverse_tcp_allports cmd/windows/powershell/patchupdllinject/reverse_tcp_dns cmd/windows/powershell/patchupdllinject/reverse_tcp_rc4 cmd/windows/powershell/patchupdllinject/reverse_tcp_rc4_dns cmd/windows/powershell/patchupdllinject/reverse_tcp_uuid cmd/windows/powershell/patchupmeterpreter/bind_hidden_ipknock_tcp cmd/windows/powershell/patchupmeterpreter/bind_hidden_tcp cmd/windows/powershell/patchupmeterpreter/bind_ipv6_tcp cmd/windows/powershell/patchupmeterpreter/bind_ipv6_tcp_uuid cmd/windows/powershell/patchupmeterpreter/bind_named_pipe cmd/windows/powershell/patchupmeterpreter/bind_nonx_tcp cmd/windows/powershell/patchupmeterpreter/bind_tcp cmd/windows/powershell/patchupmeterpreter/bind_tcp_rc4 cmd/windows/powershell/patchupmeterpreter/bind_tcp_uuid cmd/windows/powershell/patchupmeterpreter/find_tag cmd/windows/powershell/patchupmeterpreter/reverse_ipv6_tcp cmd/windows/powershell/patchupmeterpreter/reverse_nonx_tcp cmd/windows/powershell/patchupmeterpreter/reverse_ord_tcp cmd/windows/powershell/patchupmeterpreter/reverse_tcp cmd/windows/powershell/patchupmeterpreter/reverse_tcp_allports cmd/windows/powershell/patchupmeterpreter/reverse_tcp_dns cmd/windows/powershell/patchupmeterpreter/reverse_tcp_rc4 cmd/windows/powershell/patchupmeterpreter/reverse_tcp_rc4_dns cmd/windows/powershell/patchupmeterpreter/reverse_tcp_uuid cmd/windows/powershell/peinject/bind_hidden_ipknock_tcp cmd/windows/powershell/peinject/bind_hidden_tcp cmd/windows/powershell/peinject/bind_ipv6_tcp cmd/windows/powershell/peinject/bind_ipv6_tcp_uuid cmd/windows/powershell/peinject/bind_named_pipe cmd/windows/powershell/peinject/bind_nonx_tcp cmd/windows/powershell/peinject/bind_tcp cmd/windows/powershell/peinject/bind_tcp_rc4 cmd/windows/powershell/peinject/bind_tcp_uuid cmd/windows/powershell/peinject/find_tag cmd/windows/powershell/peinject/reverse_ipv6_tcp cmd/windows/powershell/peinject/reverse_named_pipe cmd/windows/powershell/peinject/reverse_nonx_tcp cmd/windows/powershell/peinject/reverse_ord_tcp cmd/windows/powershell/peinject/reverse_tcp cmd/windows/powershell/peinject/reverse_tcp_allports cmd/windows/powershell/peinject/reverse_tcp_dns cmd/windows/powershell/peinject/reverse_tcp_rc4 cmd/windows/powershell/peinject/reverse_tcp_rc4_dns cmd/windows/powershell/peinject/reverse_tcp_uuid cmd/windows/powershell/pingback_bind_tcp cmd/windows/powershell/pingback_reverse_tcp cmd/windows/powershell/powershell_bind_tcp cmd/windows/powershell/powershell_reverse_tcp cmd/windows/powershell/powershell_reverse_tcp_ssl cmd/windows/powershell/shell/bind_hidden_ipknock_tcp cmd/windows/powershell/shell/bind_hidden_tcp cmd/windows/powershell/shell/bind_ipv6_tcp cmd/windows/powershell/shell/bind_ipv6_tcp_uuid cmd/windows/powershell/shell/bind_named_pipe cmd/windows/powershell/shell/bind_nonx_tcp cmd/windows/powershell/shell/bind_tcp cmd/windows/powershell/shell/bind_tcp_rc4 cmd/windows/powershell/shell/bind_tcp_uuid cmd/windows/powershell/shell/find_tag cmd/windows/powershell/shell/reverse_ipv6_tcp cmd/windows/powershell/shell/reverse_nonx_tcp cmd/windows/powershell/shell/reverse_ord_tcp cmd/windows/powershell/shell/reverse_tcp cmd/windows/powershell/shell/reverse_tcp_allports cmd/windows/powershell/shell/reverse_tcp_dns cmd/windows/powershell/shell/reverse_tcp_rc4 cmd/windows/powershell/shell/reverse_tcp_rc4_dns cmd/windows/powershell/shell/reverse_tcp_uuid cmd/windows/powershell/shell/reverse_udp cmd/windows/powershell/shell_bind_tcp cmd/windows/powershell/shell_bind_tcp_xpfw cmd/windows/powershell/shell_hidden_bind_tcp cmd/windows/powershell/shell_reverse_tcp cmd/windows/powershell/speak_pwned cmd/windows/powershell/upexec/bind_hidden_ipknock_tcp cmd/windows/powershell/upexec/bind_hidden_tcp cmd/windows/powershell/upexec/bind_ipv6_tcp cmd/windows/powershell/upexec/bind_ipv6_tcp_uuid cmd/windows/powershell/upexec/bind_named_pipe cmd/windows/powershell/upexec/bind_nonx_tcp cmd/windows/powershell/upexec/bind_tcp cmd/windows/powershell/upexec/bind_tcp_rc4 cmd/windows/powershell/upexec/bind_tcp_uuid cmd/windows/powershell/upexec/find_tag cmd/windows/powershell/upexec/reverse_ipv6_tcp cmd/windows/powershell/upexec/reverse_nonx_tcp cmd/windows/powershell/upexec/reverse_ord_tcp cmd/windows/powershell/upexec/reverse_tcp cmd/windows/powershell/upexec/reverse_tcp_allports cmd/windows/powershell/upexec/reverse_tcp_dns cmd/windows/powershell/upexec/reverse_tcp_rc4 cmd/windows/powershell/upexec/reverse_tcp_rc4_dns cmd/windows/powershell/upexec/reverse_tcp_uuid cmd/windows/powershell/upexec/reverse_udp cmd/windows/powershell/vncinject/bind_hidden_ipknock_tcp cmd/windows/powershell/vncinject/bind_hidden_tcp cmd/windows/powershell/vncinject/bind_ipv6_tcp cmd/windows/powershell/vncinject/bind_ipv6_tcp_uuid cmd/windows/powershell/vncinject/bind_named_pipe cmd/windows/powershell/vncinject/bind_nonx_tcp cmd/windows/powershell/vncinject/bind_tcp cmd/windows/powershell/vncinject/bind_tcp_rc4 cmd/windows/powershell/vncinject/bind_tcp_uuid cmd/windows/powershell/vncinject/find_tag cmd/windows/powershell/vncinject/reverse_http cmd/windows/powershell/vncinject/reverse_http_proxy_pstore cmd/windows/powershell/vncinject/reverse_ipv6_tcp cmd/windows/powershell/vncinject/reverse_nonx_tcp cmd/windows/powershell/vncinject/reverse_ord_tcp cmd/windows/powershell/vncinject/reverse_tcp cmd/windows/powershell/vncinject/reverse_tcp_allports cmd/windows/powershell/vncinject/reverse_tcp_dns cmd/windows/powershell/vncinject/reverse_tcp_rc4 cmd/windows/powershell/vncinject/reverse_tcp_rc4_dns cmd/windows/powershell/vncinject/reverse_tcp_uuid cmd/windows/powershell/vncinject/reverse_winhttp cmd/windows/powershell/x64/custom/bind_ipv6_tcp cmd/windows/powershell/x64/custom/bind_ipv6_tcp_uuid cmd/windows/powershell/x64/custom/bind_named_pipe cmd/windows/powershell/x64/custom/bind_tcp cmd/windows/powershell/x64/custom/bind_tcp_rc4 cmd/windows/powershell/x64/custom/bind_tcp_uuid cmd/windows/powershell/x64/custom/reverse_http cmd/windows/powershell/x64/custom/reverse_https cmd/windows/powershell/x64/custom/reverse_named_pipe cmd/windows/powershell/x64/custom/reverse_tcp cmd/windows/powershell/x64/custom/reverse_tcp_rc4 cmd/windows/powershell/x64/custom/reverse_tcp_uuid cmd/windows/powershell/x64/custom/reverse_winhttp cmd/windows/powershell/x64/custom/reverse_winhttps cmd/windows/powershell/x64/download_exec cmd/windows/powershell/x64/exec cmd/windows/powershell/x64/loadlibrary cmd/windows/powershell/x64/messagebox cmd/windows/powershell/x64/meterpreter/bind_ipv6_tcp cmd/windows/powershell/x64/meterpreter/bind_ipv6_tcp_uuid cmd/windows/powershell/x64/meterpreter/bind_named_pipe cmd/windows/powershell/x64/meterpreter/bind_tcp cmd/windows/powershell/x64/meterpreter/bind_tcp_rc4 cmd/windows/powershell/x64/meterpreter/bind_tcp_uuid cmd/windows/powershell/x64/meterpreter/reverse_http cmd/windows/powershell/x64/meterpreter/reverse_https cmd/windows/powershell/x64/meterpreter/reverse_named_pipe cmd/windows/powershell/x64/meterpreter/reverse_tcp cmd/windows/powershell/x64/meterpreter/reverse_tcp_rc4 cmd/windows/powershell/x64/meterpreter/reverse_tcp_uuid cmd/windows/powershell/x64/meterpreter/reverse_winhttp cmd/windows/powershell/x64/meterpreter/reverse_winhttps cmd/windows/powershell/x64/peinject/bind_ipv6_tcp cmd/windows/powershell/x64/peinject/bind_ipv6_tcp_uuid cmd/windows/powershell/x64/peinject/bind_named_pipe cmd/windows/powershell/x64/peinject/bind_tcp cmd/windows/powershell/x64/peinject/bind_tcp_rc4 cmd/windows/powershell/x64/peinject/bind_tcp_uuid cmd/windows/powershell/x64/peinject/reverse_named_pipe cmd/windows/powershell/x64/peinject/reverse_tcp cmd/windows/powershell/x64/peinject/reverse_tcp_rc4 cmd/windows/powershell/x64/peinject/reverse_tcp_uuid cmd/windows/powershell/x64/pingback_reverse_tcp cmd/windows/powershell/x64/powershell_bind_tcp cmd/windows/powershell/x64/powershell_reverse_tcp cmd/windows/powershell/x64/powershell_reverse_tcp_ssl cmd/windows/powershell/x64/shell/bind_ipv6_tcp cmd/windows/powershell/x64/shell/bind_ipv6_tcp_uuid cmd/windows/powershell/x64/shell/bind_named_pipe cmd/windows/powershell/x64/shell/bind_tcp cmd/windows/powershell/x64/shell/bind_tcp_rc4 cmd/windows/powershell/x64/shell/bind_tcp_uuid cmd/windows/powershell/x64/shell/reverse_tcp cmd/windows/powershell/x64/shell/reverse_tcp_rc4 cmd/windows/powershell/x64/shell/reverse_tcp_uuid cmd/windows/powershell/x64/shell_bind_tcp cmd/windows/powershell/x64/shell_reverse_tcp cmd/windows/powershell/x64/vncinject/bind_ipv6_tcp cmd/windows/powershell/x64/vncinject/bind_ipv6_tcp_uuid cmd/windows/powershell/x64/vncinject/bind_named_pipe cmd/windows/powershell/x64/vncinject/bind_tcp cmd/windows/powershell/x64/vncinject/bind_tcp_rc4 cmd/windows/powershell/x64/vncinject/bind_tcp_uuid cmd/windows/powershell/x64/vncinject/reverse_http cmd/windows/powershell/x64/vncinject/reverse_https cmd/windows/powershell/x64/vncinject/reverse_tcp cmd/windows/powershell/x64/vncinject/reverse_tcp_rc4 cmd/windows/powershell/x64/vncinject/reverse_tcp_uuid cmd/windows/powershell/x64/vncinject/reverse_winhttp cmd/windows/powershell/x64/vncinject/reverse_winhttps cmd/windows/powershell_bind_tcp cmd/windows/powershell_reverse_tcp cmd/windows/powershell_reverse_tcp_ssl cmd/windows/python/exec cmd/windows/python/meterpreter/bind_tcp cmd/windows/python/meterpreter/bind_tcp_uuid cmd/windows/python/meterpreter/reverse_http cmd/windows/python/meterpreter/reverse_https cmd/windows/python/meterpreter/reverse_tcp cmd/windows/python/meterpreter/reverse_tcp_ssl cmd/windows/python/meterpreter/reverse_tcp_uuid cmd/windows/python/meterpreter_bind_tcp cmd/windows/python/meterpreter_reverse_http cmd/windows/python/meterpreter_reverse_https cmd/windows/python/meterpreter_reverse_tcp cmd/windows/python/pingback_bind_tcp cmd/windows/python/pingback_reverse_tcp cmd/windows/python/shell_bind_tcp cmd/windows/python/shell_reverse_sctp cmd/windows/python/shell_reverse_tcp cmd/windows/python/shell_reverse_tcp_ssl cmd/windows/python/shell_reverse_udp cmd/windows/reverse_lua cmd/windows/reverse_perl cmd/windows/reverse_powershell cmd/windows/reverse_ruby cmd/windows/smb/x64/custom/bind_ipv6_tcp cmd/windows/smb/x64/custom/bind_ipv6_tcp_uuid cmd/windows/smb/x64/custom/bind_named_pipe cmd/windows/smb/x64/custom/bind_tcp cmd/windows/smb/x64/custom/bind_tcp_rc4 cmd/windows/smb/x64/custom/bind_tcp_uuid cmd/windows/smb/x64/custom/reverse_http cmd/windows/smb/x64/custom/reverse_https cmd/windows/smb/x64/custom/reverse_named_pipe cmd/windows/smb/x64/custom/reverse_tcp cmd/windows/smb/x64/custom/reverse_tcp_rc4 cmd/windows/smb/x64/custom/reverse_tcp_uuid cmd/windows/smb/x64/custom/reverse_winhttp cmd/windows/smb/x64/custom/reverse_winhttps cmd/windows/smb/x64/download_exec cmd/windows/smb/x64/exec cmd/windows/smb/x64/loadlibrary cmd/windows/smb/x64/messagebox cmd/windows/smb/x64/meterpreter/bind_ipv6_tcp cmd/windows/smb/x64/meterpreter/bind_ipv6_tcp_uuid cmd/windows/smb/x64/meterpreter/bind_named_pipe cmd/windows/smb/x64/meterpreter/bind_tcp cmd/windows/smb/x64/meterpreter/bind_tcp_rc4 cmd/windows/smb/x64/meterpreter/bind_tcp_uuid cmd/windows/smb/x64/meterpreter/reverse_http cmd/windows/smb/x64/meterpreter/reverse_https cmd/windows/smb/x64/meterpreter/reverse_named_pipe cmd/windows/smb/x64/meterpreter/reverse_tcp cmd/windows/smb/x64/meterpreter/reverse_tcp_rc4 cmd/windows/smb/x64/meterpreter/reverse_tcp_uuid cmd/windows/smb/x64/meterpreter/reverse_winhttp cmd/windows/smb/x64/meterpreter/reverse_winhttps cmd/windows/smb/x64/meterpreter_bind_named_pipe cmd/windows/smb/x64/meterpreter_bind_tcp cmd/windows/smb/x64/meterpreter_reverse_http cmd/windows/smb/x64/meterpreter_reverse_https cmd/windows/smb/x64/meterpreter_reverse_ipv6_tcp cmd/windows/smb/x64/meterpreter_reverse_tcp cmd/windows/smb/x64/peinject/bind_ipv6_tcp cmd/windows/smb/x64/peinject/bind_ipv6_tcp_uuid cmd/windows/smb/x64/peinject/bind_named_pipe cmd/windows/smb/x64/peinject/bind_tcp cmd/windows/smb/x64/peinject/bind_tcp_rc4 cmd/windows/smb/x64/peinject/bind_tcp_uuid cmd/windows/smb/x64/peinject/reverse_named_pipe cmd/windows/smb/x64/peinject/reverse_tcp cmd/windows/smb/x64/peinject/reverse_tcp_rc4 cmd/windows/smb/x64/peinject/reverse_tcp_uuid cmd/windows/smb/x64/pingback_reverse_tcp cmd/windows/smb/x64/powershell_bind_tcp cmd/windows/smb/x64/powershell_reverse_tcp cmd/windows/smb/x64/powershell_reverse_tcp_ssl cmd/windows/smb/x64/shell/bind_ipv6_tcp cmd/windows/smb/x64/shell/bind_ipv6_tcp_uuid cmd/windows/smb/x64/shell/bind_named_pipe cmd/windows/smb/x64/shell/bind_tcp cmd/windows/smb/x64/shell/bind_tcp_rc4 cmd/windows/smb/x64/shell/bind_tcp_uuid cmd/windows/smb/x64/shell/reverse_tcp cmd/windows/smb/x64/shell/reverse_tcp_rc4 cmd/windows/smb/x64/shell/reverse_tcp_uuid cmd/windows/smb/x64/shell_bind_tcp cmd/windows/smb/x64/shell_reverse_tcp cmd/windows/smb/x64/vncinject/bind_ipv6_tcp cmd/windows/smb/x64/vncinject/bind_ipv6_tcp_uuid cmd/windows/smb/x64/vncinject/bind_named_pipe cmd/windows/smb/x64/vncinject/bind_tcp cmd/windows/smb/x64/vncinject/bind_tcp_rc4 cmd/windows/smb/x64/vncinject/bind_tcp_uuid cmd/windows/smb/x64/vncinject/reverse_http cmd/windows/smb/x64/vncinject/reverse_https cmd/windows/smb/x64/vncinject/reverse_tcp cmd/windows/smb/x64/vncinject/reverse_tcp_rc4 cmd/windows/smb/x64/vncinject/reverse_tcp_uuid cmd/windows/smb/x64/vncinject/reverse_winhttp cmd/windows/smb/x64/vncinject/reverse_winhttps cmd/windows/tftp/x64/custom/bind_ipv6_tcp cmd/windows/tftp/x64/custom/bind_ipv6_tcp_uuid cmd/windows/tftp/x64/custom/bind_named_pipe cmd/windows/tftp/x64/custom/bind_tcp cmd/windows/tftp/x64/custom/bind_tcp_rc4 cmd/windows/tftp/x64/custom/bind_tcp_uuid cmd/windows/tftp/x64/custom/reverse_http cmd/windows/tftp/x64/custom/reverse_https cmd/windows/tftp/x64/custom/reverse_named_pipe cmd/windows/tftp/x64/custom/reverse_tcp cmd/windows/tftp/x64/custom/reverse_tcp_rc4 cmd/windows/tftp/x64/custom/reverse_tcp_uuid cmd/windows/tftp/x64/custom/reverse_winhttp cmd/windows/tftp/x64/custom/reverse_winhttps cmd/windows/tftp/x64/download_exec cmd/windows/tftp/x64/exec cmd/windows/tftp/x64/loadlibrary cmd/windows/tftp/x64/messagebox cmd/windows/tftp/x64/meterpreter/bind_ipv6_tcp cmd/windows/tftp/x64/meterpreter/bind_ipv6_tcp_uuid cmd/windows/tftp/x64/meterpreter/bind_named_pipe cmd/windows/tftp/x64/meterpreter/bind_tcp cmd/windows/tftp/x64/meterpreter/bind_tcp_rc4 cmd/windows/tftp/x64/meterpreter/bind_tcp_uuid cmd/windows/tftp/x64/meterpreter/reverse_http cmd/windows/tftp/x64/meterpreter/reverse_https cmd/windows/tftp/x64/meterpreter/reverse_named_pipe cmd/windows/tftp/x64/meterpreter/reverse_tcp cmd/windows/tftp/x64/meterpreter/reverse_tcp_rc4 cmd/windows/tftp/x64/meterpreter/reverse_tcp_uuid cmd/windows/tftp/x64/meterpreter/reverse_winhttp cmd/windows/tftp/x64/meterpreter/reverse_winhttps cmd/windows/tftp/x64/meterpreter_bind_named_pipe cmd/windows/tftp/x64/meterpreter_bind_tcp cmd/windows/tftp/x64/meterpreter_reverse_http cmd/windows/tftp/x64/meterpreter_reverse_https cmd/windows/tftp/x64/meterpreter_reverse_ipv6_tcp cmd/windows/tftp/x64/meterpreter_reverse_tcp cmd/windows/tftp/x64/peinject/bind_ipv6_tcp cmd/windows/tftp/x64/peinject/bind_ipv6_tcp_uuid cmd/windows/tftp/x64/peinject/bind_named_pipe cmd/windows/tftp/x64/peinject/bind_tcp cmd/windows/tftp/x64/peinject/bind_tcp_rc4 cmd/windows/tftp/x64/peinject/bind_tcp_uuid cmd/windows/tftp/x64/peinject/reverse_named_pipe cmd/windows/tftp/x64/peinject/reverse_tcp cmd/windows/tftp/x64/peinject/reverse_tcp_rc4 cmd/windows/tftp/x64/peinject/reverse_tcp_uuid cmd/windows/tftp/x64/pingback_reverse_tcp cmd/windows/tftp/x64/powershell_bind_tcp cmd/windows/tftp/x64/powershell_reverse_tcp cmd/windows/tftp/x64/powershell_reverse_tcp_ssl cmd/windows/tftp/x64/shell/bind_ipv6_tcp cmd/windows/tftp/x64/shell/bind_ipv6_tcp_uuid cmd/windows/tftp/x64/shell/bind_named_pipe cmd/windows/tftp/x64/shell/bind_tcp cmd/windows/tftp/x64/shell/bind_tcp_rc4 cmd/windows/tftp/x64/shell/bind_tcp_uuid cmd/windows/tftp/x64/shell/reverse_tcp cmd/windows/tftp/x64/shell/reverse_tcp_rc4 cmd/windows/tftp/x64/shell/reverse_tcp_uuid cmd/windows/tftp/x64/shell_bind_tcp cmd/windows/tftp/x64/shell_reverse_tcp cmd/windows/tftp/x64/vncinject/bind_ipv6_tcp cmd/windows/tftp/x64/vncinject/bind_ipv6_tcp_uuid cmd/windows/tftp/x64/vncinject/bind_named_pipe cmd/windows/tftp/x64/vncinject/bind_tcp cmd/windows/tftp/x64/vncinject/bind_tcp_rc4 cmd/windows/tftp/x64/vncinject/bind_tcp_uuid cmd/windows/tftp/x64/vncinject/reverse_http cmd/windows/tftp/x64/vncinject/reverse_https cmd/windows/tftp/x64/vncinject/reverse_tcp cmd/windows/tftp/x64/vncinject/reverse_tcp_rc4 cmd/windows/tftp/x64/vncinject/reverse_tcp_uuid cmd/windows/tftp/x64/vncinject/reverse_winhttp cmd/windows/tftp/x64/vncinject/reverse_winhttps firefox/exec firefox/shell_bind_tcp firefox/shell_reverse_tcp generic/custom generic/debug_trap generic/shell_bind_aws_ssm generic/shell_bind_tcp generic/shell_reverse_tcp generic/ssh/interact generic/tight_loop java/jsp_shell_bind_tcp java/jsp_shell_reverse_tcp java/meterpreter/bind_tcp java/meterpreter/reverse_http java/meterpreter/reverse_https java/meterpreter/reverse_tcp java/shell/bind_tcp java/shell/reverse_tcp java/shell_reverse_tcp linux/aarch64/chmod linux/aarch64/exec linux/aarch64/meterpreter/reverse_tcp linux/aarch64/meterpreter_reverse_http linux/aarch64/meterpreter_reverse_https linux/aarch64/meterpreter_reverse_tcp linux/aarch64/shell/reverse_tcp linux/aarch64/shell_reverse_tcp linux/armbe/meterpreter_reverse_http linux/armbe/meterpreter_reverse_https linux/armbe/meterpreter_reverse_tcp linux/armbe/shell_bind_tcp linux/armle/adduser linux/armle/chmod linux/armle/exec linux/armle/meterpreter/bind_tcp linux/armle/meterpreter/reverse_tcp linux/armle/meterpreter_reverse_http linux/armle/meterpreter_reverse_https linux/armle/meterpreter_reverse_tcp linux/armle/shell/bind_tcp linux/armle/shell/reverse_tcp linux/armle/shell_bind_tcp linux/armle/shell_reverse_tcp linux/loongarch64/chmod linux/loongarch64/exec linux/loongarch64/reboot linux/mips64/meterpreter_reverse_http linux/mips64/meterpreter_reverse_https linux/mips64/meterpreter_reverse_tcp linux/mipsbe/exec linux/mipsbe/meterpreter/reverse_tcp linux/mipsbe/meterpreter_reverse_http linux/mipsbe/meterpreter_reverse_https linux/mipsbe/meterpreter_reverse_tcp linux/mipsbe/reboot linux/mipsbe/shell/reverse_tcp linux/mipsbe/shell_bind_tcp linux/mipsbe/shell_reverse_tcp linux/mipsle/exec linux/mipsle/meterpreter/reverse_tcp linux/mipsle/meterpreter_reverse_http linux/mipsle/meterpreter_reverse_https linux/mipsle/meterpreter_reverse_tcp linux/mipsle/reboot linux/mipsle/shell/reverse_tcp linux/mipsle/shell_bind_tcp linux/mipsle/shell_reverse_tcp linux/ppc/shell_bind_tcp linux/ppc/shell_find_port linux/ppc/shell_reverse_tcp linux/ppc64/shell_bind_tcp linux/ppc64/shell_find_port linux/ppc64/shell_reverse_tcp linux/riscv32le/chmod linux/riscv32le/exec linux/riscv32le/reboot linux/riscv32le/shell_bind_tcp linux/riscv32le/shell_reverse_tcp linux/riscv64le/chmod linux/riscv64le/exec linux/riscv64le/reboot linux/riscv64le/shell_bind_tcp linux/riscv64le/shell_reverse_tcp linux/x64/exec linux/x64/meterpreter/bind_tcp linux/x64/meterpreter/reverse_sctp linux/x64/meterpreter/reverse_tcp linux/x64/meterpreter_reverse_http linux/x64/meterpreter_reverse_https linux/x64/meterpreter_reverse_tcp linux/x64/pingback_bind_tcp linux/x64/pingback_reverse_tcp linux/x64/set_hostname linux/x64/shell/bind_tcp linux/x64/shell/reverse_sctp linux/x64/shell/reverse_tcp linux/x64/shell_bind_ipv6_tcp linux/x64/shell_bind_tcp linux/x64/shell_bind_tcp_random_port linux/x64/shell_find_port linux/x64/shell_reverse_ipv6_tcp linux/x64/shell_reverse_tcp linux/x86/adduser linux/x86/chmod linux/x86/exec linux/x86/meterpreter/bind_ipv6_tcp linux/x86/meterpreter/bind_ipv6_tcp_uuid linux/x86/meterpreter/bind_nonx_tcp linux/x86/meterpreter/bind_tcp linux/x86/meterpreter/bind_tcp_uuid linux/x86/meterpreter/find_tag linux/x86/meterpreter/reverse_ipv6_tcp linux/x86/meterpreter/reverse_nonx_tcp linux/x86/meterpreter/reverse_tcp linux/x86/meterpreter/reverse_tcp_uuid linux/x86/meterpreter_reverse_http linux/x86/meterpreter_reverse_https linux/x86/meterpreter_reverse_tcp linux/x86/metsvc_bind_tcp linux/x86/metsvc_reverse_tcp linux/x86/read_file linux/x86/shell/bind_ipv6_tcp linux/x86/shell/bind_ipv6_tcp_uuid linux/x86/shell/bind_nonx_tcp linux/x86/shell/bind_tcp linux/x86/shell/bind_tcp_uuid linux/x86/shell/find_tag linux/x86/shell/reverse_ipv6_tcp linux/x86/shell/reverse_nonx_tcp linux/x86/shell/reverse_tcp linux/x86/shell/reverse_tcp_uuid linux/x86/shell_bind_ipv6_tcp linux/x86/shell_bind_tcp linux/x86/shell_bind_tcp_random_port linux/x86/shell_find_port linux/x86/shell_find_tag linux/x86/shell_reverse_tcp linux/x86/shell_reverse_tcp_ipv6 linux/zarch/meterpreter_reverse_http linux/zarch/meterpreter_reverse_https linux/zarch/meterpreter_reverse_tcp mainframe/shell_reverse_tcp multi/meterpreter/reverse_http multi/meterpreter/reverse_https netware/shell/reverse_tcp nodejs/shell_bind_tcp nodejs/shell_reverse_tcp nodejs/shell_reverse_tcp_ssl osx/aarch64/exec osx/aarch64/meterpreter/reverse_tcp osx/aarch64/meterpreter_reverse_http osx/aarch64/meterpreter_reverse_https osx/aarch64/meterpreter_reverse_tcp osx/aarch64/shell_bind_tcp osx/aarch64/shell_reverse_tcp osx/armle/execute/bind_tcp osx/armle/execute/reverse_tcp osx/armle/shell/bind_tcp osx/armle/shell/reverse_tcp osx/armle/shell_bind_tcp osx/armle/shell_reverse_tcp osx/armle/vibrate osx/ppc/shell/bind_tcp osx/ppc/shell/find_tag osx/ppc/shell/reverse_tcp osx/ppc/shell_bind_tcp osx/ppc/shell_reverse_tcp osx/x64/dupandexecve/bind_tcp osx/x64/dupandexecve/reverse_tcp osx/x64/dupandexecve/reverse_tcp_uuid osx/x64/exec osx/x64/meterpreter/bind_tcp osx/x64/meterpreter/reverse_tcp osx/x64/meterpreter/reverse_tcp_uuid osx/x64/meterpreter_reverse_http osx/x64/meterpreter_reverse_https osx/x64/meterpreter_reverse_tcp osx/x64/say osx/x64/shell_bind_tcp osx/x64/shell_find_tag osx/x64/shell_reverse_tcp osx/x86/bundleinject/bind_tcp osx/x86/bundleinject/reverse_tcp osx/x86/exec osx/x86/isight/bind_tcp osx/x86/isight/reverse_tcp osx/x86/shell_bind_tcp osx/x86/shell_find_port osx/x86/shell_reverse_tcp osx/x86/vforkshell/bind_tcp osx/x86/vforkshell/reverse_tcp osx/x86/vforkshell_bind_tcp osx/x86/vforkshell_reverse_tcp php/bind_php php/bind_php_ipv6 php/download_exec php/exec php/meterpreter/bind_tcp php/meterpreter/bind_tcp_ipv6 php/meterpreter/bind_tcp_ipv6_uuid php/meterpreter/bind_tcp_uuid php/meterpreter/reverse_tcp php/meterpreter/reverse_tcp_uuid php/meterpreter_reverse_tcp php/reverse_php php/shell_findsock php/unix/cmd/adduser php/unix/cmd/bind_awk php/unix/cmd/bind_busybox_telnetd php/unix/cmd/bind_inetd php/unix/cmd/bind_jjs php/unix/cmd/bind_lua php/unix/cmd/bind_netcat php/unix/cmd/bind_netcat_gaping php/unix/cmd/bind_netcat_gaping_ipv6 php/unix/cmd/bind_nodejs php/unix/cmd/bind_perl php/unix/cmd/bind_perl_ipv6 php/unix/cmd/bind_r php/unix/cmd/bind_ruby php/unix/cmd/bind_ruby_ipv6 php/unix/cmd/bind_socat_sctp php/unix/cmd/bind_socat_tcp php/unix/cmd/bind_socat_udp php/unix/cmd/bind_stub php/unix/cmd/bind_zsh php/unix/cmd/generic php/unix/cmd/interact php/unix/cmd/pingback_bind php/unix/cmd/pingback_reverse php/unix/cmd/reverse php/unix/cmd/reverse_awk php/unix/cmd/reverse_bash php/unix/cmd/reverse_bash_telnet_ssl php/unix/cmd/reverse_bash_udp php/unix/cmd/reverse_jjs php/unix/cmd/reverse_ksh php/unix/cmd/reverse_lua php/unix/cmd/reverse_ncat_ssl php/unix/cmd/reverse_netcat php/unix/cmd/reverse_netcat_gaping php/unix/cmd/reverse_nodejs php/unix/cmd/reverse_openssl php/unix/cmd/reverse_perl php/unix/cmd/reverse_perl_ssl php/unix/cmd/reverse_php_ssl php/unix/cmd/reverse_python php/unix/cmd/reverse_python_ssl php/unix/cmd/reverse_r php/unix/cmd/reverse_ruby php/unix/cmd/reverse_ruby_ssl php/unix/cmd/reverse_socat_sctp php/unix/cmd/reverse_socat_tcp php/unix/cmd/reverse_socat_udp php/unix/cmd/reverse_ssh php/unix/cmd/reverse_ssl_double_telnet php/unix/cmd/reverse_stub php/unix/cmd/reverse_tclsh php/unix/cmd/reverse_zsh python/exec python/meterpreter/bind_tcp python/meterpreter/bind_tcp_uuid python/meterpreter/reverse_http python/meterpreter/reverse_https python/meterpreter/reverse_tcp python/meterpreter/reverse_tcp_ssl python/meterpreter/reverse_tcp_uuid python/meterpreter_bind_tcp python/meterpreter_reverse_http python/meterpreter_reverse_https python/meterpreter_reverse_tcp python/pingback_bind_tcp python/pingback_reverse_tcp python/shell_bind_tcp python/shell_reverse_sctp python/shell_reverse_tcp python/shell_reverse_tcp_ssl python/shell_reverse_udp r/shell_bind_tcp r/shell_reverse_tcp ruby/pingback_bind_tcp ruby/pingback_reverse_tcp ruby/shell_bind_tcp ruby/shell_bind_tcp_ipv6 ruby/shell_reverse_tcp ruby/shell_reverse_tcp_ssl solaris/sparc/shell_bind_tcp solaris/sparc/shell_find_port solaris/sparc/shell_reverse_tcp solaris/x86/shell_bind_tcp solaris/x86/shell_find_port solaris/x86/shell_reverse_tcp tty/unix/interact windows/aarch64/exec windows/adduser windows/custom/bind_hidden_ipknock_tcp windows/custom/bind_hidden_tcp windows/custom/bind_ipv6_tcp windows/custom/bind_ipv6_tcp_uuid windows/custom/bind_named_pipe windows/custom/bind_nonx_tcp windows/custom/bind_tcp windows/custom/bind_tcp_rc4 windows/custom/bind_tcp_uuid windows/custom/find_tag windows/custom/reverse_http windows/custom/reverse_http_proxy_pstore windows/custom/reverse_https windows/custom/reverse_ipv6_tcp windows/custom/reverse_named_pipe windows/custom/reverse_nonx_tcp windows/custom/reverse_ord_tcp windows/custom/reverse_tcp windows/custom/reverse_tcp_allports windows/custom/reverse_tcp_dns windows/custom/reverse_tcp_rc4 windows/custom/reverse_tcp_rc4_dns windows/custom/reverse_tcp_uuid windows/custom/reverse_udp windows/custom/reverse_winhttp windows/custom/reverse_winhttps windows/dllinject/bind_hidden_ipknock_tcp windows/dllinject/bind_hidden_tcp windows/dllinject/bind_ipv6_tcp windows/dllinject/bind_ipv6_tcp_uuid windows/dllinject/bind_named_pipe windows/dllinject/bind_nonx_tcp windows/dllinject/bind_tcp windows/dllinject/bind_tcp_rc4 windows/dllinject/bind_tcp_uuid windows/dllinject/find_tag windows/dllinject/reverse_http windows/dllinject/reverse_http_proxy_pstore windows/dllinject/reverse_ipv6_tcp windows/dllinject/reverse_nonx_tcp windows/dllinject/reverse_ord_tcp windows/dllinject/reverse_tcp windows/dllinject/reverse_tcp_allports windows/dllinject/reverse_tcp_dns windows/dllinject/reverse_tcp_rc4 windows/dllinject/reverse_tcp_rc4_dns windows/dllinject/reverse_tcp_uuid windows/dllinject/reverse_winhttp windows/dns_txt_query_exec windows/download_exec windows/exec windows/format_all_drives windows/loadlibrary windows/messagebox windows/meterpreter/bind_hidden_ipknock_tcp windows/meterpreter/bind_hidden_tcp windows/meterpreter/bind_ipv6_tcp windows/meterpreter/bind_ipv6_tcp_uuid windows/meterpreter/bind_named_pipe windows/meterpreter/bind_nonx_tcp windows/meterpreter/bind_tcp windows/meterpreter/bind_tcp_rc4 windows/meterpreter/bind_tcp_uuid windows/meterpreter/find_tag windows/meterpreter/reverse_http windows/meterpreter/reverse_http_proxy_pstore windows/meterpreter/reverse_https windows/meterpreter/reverse_ipv6_tcp windows/meterpreter/reverse_named_pipe windows/meterpreter/reverse_nonx_tcp windows/meterpreter/reverse_ord_tcp windows/meterpreter/reverse_tcp windows/meterpreter/reverse_tcp_allports windows/meterpreter/reverse_tcp_dns windows/meterpreter/reverse_tcp_rc4 windows/meterpreter/reverse_tcp_rc4_dns windows/meterpreter/reverse_tcp_uuid windows/meterpreter/reverse_winhttp windows/meterpreter/reverse_winhttps windows/meterpreter_bind_named_pipe windows/meterpreter_bind_tcp windows/meterpreter_reverse_http windows/meterpreter_reverse_https windows/meterpreter_reverse_ipv6_tcp windows/meterpreter_reverse_tcp windows/metsvc_bind_tcp windows/metsvc_reverse_tcp windows/patchupdllinject/bind_hidden_ipknock_tcp windows/patchupdllinject/bind_hidden_tcp windows/patchupdllinject/bind_ipv6_tcp windows/patchupdllinject/bind_ipv6_tcp_uuid windows/patchupdllinject/bind_named_pipe windows/patchupdllinject/bind_nonx_tcp windows/patchupdllinject/bind_tcp windows/patchupdllinject/bind_tcp_rc4 windows/patchupdllinject/bind_tcp_uuid windows/patchupdllinject/find_tag windows/patchupdllinject/reverse_ipv6_tcp windows/patchupdllinject/reverse_nonx_tcp windows/patchupdllinject/reverse_ord_tcp windows/patchupdllinject/reverse_tcp windows/patchupdllinject/reverse_tcp_allports windows/patchupdllinject/reverse_tcp_dns windows/patchupdllinject/reverse_tcp_rc4 windows/patchupdllinject/reverse_tcp_rc4_dns windows/patchupdllinject/reverse_tcp_uuid windows/patchupmeterpreter/bind_hidden_ipknock_tcp windows/patchupmeterpreter/bind_hidden_tcp windows/patchupmeterpreter/bind_ipv6_tcp windows/patchupmeterpreter/bind_ipv6_tcp_uuid windows/patchupmeterpreter/bind_named_pipe windows/patchupmeterpreter/bind_nonx_tcp windows/patchupmeterpreter/bind_tcp windows/patchupmeterpreter/bind_tcp_rc4 windows/patchupmeterpreter/bind_tcp_uuid windows/patchupmeterpreter/find_tag windows/patchupmeterpreter/reverse_ipv6_tcp windows/patchupmeterpreter/reverse_nonx_tcp windows/patchupmeterpreter/reverse_ord_tcp windows/patchupmeterpreter/reverse_tcp windows/patchupmeterpreter/reverse_tcp_allports windows/patchupmeterpreter/reverse_tcp_dns windows/patchupmeterpreter/reverse_tcp_rc4 windows/patchupmeterpreter/reverse_tcp_rc4_dns windows/patchupmeterpreter/reverse_tcp_uuid windows/peinject/bind_hidden_ipknock_tcp windows/peinject/bind_hidden_tcp windows/peinject/bind_ipv6_tcp windows/peinject/bind_ipv6_tcp_uuid windows/peinject/bind_named_pipe windows/peinject/bind_nonx_tcp windows/peinject/bind_tcp windows/peinject/bind_tcp_rc4 windows/peinject/bind_tcp_uuid windows/peinject/find_tag windows/peinject/reverse_ipv6_tcp windows/peinject/reverse_named_pipe windows/peinject/reverse_nonx_tcp windows/peinject/reverse_ord_tcp windows/peinject/reverse_tcp windows/peinject/reverse_tcp_allports windows/peinject/reverse_tcp_dns windows/peinject/reverse_tcp_rc4 windows/peinject/reverse_tcp_rc4_dns windows/peinject/reverse_tcp_uuid windows/pingback_bind_tcp windows/pingback_reverse_tcp windows/powershell_bind_tcp windows/powershell_reverse_tcp windows/powershell_reverse_tcp_ssl windows/shell/bind_hidden_ipknock_tcp windows/shell/bind_hidden_tcp windows/shell/bind_ipv6_tcp windows/shell/bind_ipv6_tcp_uuid windows/shell/bind_named_pipe windows/shell/bind_nonx_tcp windows/shell/bind_tcp windows/shell/bind_tcp_rc4 windows/shell/bind_tcp_uuid windows/shell/find_tag windows/shell/reverse_ipv6_tcp windows/shell/reverse_nonx_tcp windows/shell/reverse_ord_tcp windows/shell/reverse_tcp windows/shell/reverse_tcp_allports windows/shell/reverse_tcp_dns windows/shell/reverse_tcp_rc4 windows/shell/reverse_tcp_rc4_dns windows/shell/reverse_tcp_uuid windows/shell/reverse_udp windows/shell_bind_tcp windows/shell_bind_tcp_xpfw windows/shell_hidden_bind_tcp windows/shell_reverse_tcp windows/speak_pwned windows/upexec/bind_hidden_ipknock_tcp windows/upexec/bind_hidden_tcp windows/upexec/bind_ipv6_tcp windows/upexec/bind_ipv6_tcp_uuid windows/upexec/bind_named_pipe windows/upexec/bind_nonx_tcp windows/upexec/bind_tcp windows/upexec/bind_tcp_rc4 windows/upexec/bind_tcp_uuid windows/upexec/find_tag windows/upexec/reverse_ipv6_tcp windows/upexec/reverse_nonx_tcp windows/upexec/reverse_ord_tcp windows/upexec/reverse_tcp windows/upexec/reverse_tcp_allports windows/upexec/reverse_tcp_dns windows/upexec/reverse_tcp_rc4 windows/upexec/reverse_tcp_rc4_dns windows/upexec/reverse_tcp_uuid windows/upexec/reverse_udp windows/vncinject/bind_hidden_ipknock_tcp windows/vncinject/bind_hidden_tcp windows/vncinject/bind_ipv6_tcp windows/vncinject/bind_ipv6_tcp_uuid windows/vncinject/bind_named_pipe windows/vncinject/bind_nonx_tcp windows/vncinject/bind_tcp windows/vncinject/bind_tcp_rc4 windows/vncinject/bind_tcp_uuid windows/vncinject/find_tag windows/vncinject/reverse_http windows/vncinject/reverse_http_proxy_pstore windows/vncinject/reverse_ipv6_tcp windows/vncinject/reverse_nonx_tcp windows/vncinject/reverse_ord_tcp windows/vncinject/reverse_tcp windows/vncinject/reverse_tcp_allports windows/vncinject/reverse_tcp_dns windows/vncinject/reverse_tcp_rc4 windows/vncinject/reverse_tcp_rc4_dns windows/vncinject/reverse_tcp_uuid windows/vncinject/reverse_winhttp windows/x64/custom/bind_ipv6_tcp windows/x64/custom/bind_ipv6_tcp_uuid windows/x64/custom/bind_named_pipe windows/x64/custom/bind_tcp windows/x64/custom/bind_tcp_rc4 windows/x64/custom/bind_tcp_uuid windows/x64/custom/reverse_http windows/x64/custom/reverse_https windows/x64/custom/reverse_named_pipe windows/x64/custom/reverse_tcp windows/x64/custom/reverse_tcp_rc4 windows/x64/custom/reverse_tcp_uuid windows/x64/custom/reverse_winhttp windows/x64/custom/reverse_winhttps windows/x64/download_exec windows/x64/exec windows/x64/loadlibrary windows/x64/messagebox windows/x64/meterpreter/bind_ipv6_tcp windows/x64/meterpreter/bind_ipv6_tcp_uuid windows/x64/meterpreter/bind_named_pipe windows/x64/meterpreter/bind_tcp windows/x64/meterpreter/bind_tcp_rc4 windows/x64/meterpreter/bind_tcp_uuid windows/x64/meterpreter/reverse_http windows/x64/meterpreter/reverse_https windows/x64/meterpreter/reverse_named_pipe windows/x64/meterpreter/reverse_tcp windows/x64/meterpreter/reverse_tcp_rc4 windows/x64/meterpreter/reverse_tcp_uuid windows/x64/meterpreter/reverse_winhttp windows/x64/meterpreter/reverse_winhttps windows/x64/meterpreter_bind_named_pipe windows/x64/meterpreter_bind_tcp windows/x64/meterpreter_reverse_http windows/x64/meterpreter_reverse_https windows/x64/meterpreter_reverse_ipv6_tcp windows/x64/meterpreter_reverse_tcp windows/x64/peinject/bind_ipv6_tcp windows/x64/peinject/bind_ipv6_tcp_uuid windows/x64/peinject/bind_named_pipe windows/x64/peinject/bind_tcp windows/x64/peinject/bind_tcp_rc4 windows/x64/peinject/bind_tcp_uuid windows/x64/peinject/reverse_named_pipe windows/x64/peinject/reverse_tcp windows/x64/peinject/reverse_tcp_rc4 windows/x64/peinject/reverse_tcp_uuid windows/x64/pingback_reverse_tcp windows/x64/powershell_bind_tcp windows/x64/powershell_reverse_tcp windows/x64/powershell_reverse_tcp_ssl windows/x64/shell/bind_ipv6_tcp windows/x64/shell/bind_ipv6_tcp_uuid windows/x64/shell/bind_named_pipe windows/x64/shell/bind_tcp windows/x64/shell/bind_tcp_rc4 windows/x64/shell/bind_tcp_uuid windows/x64/shell/reverse_tcp windows/x64/shell/reverse_tcp_rc4 windows/x64/shell/reverse_tcp_uuid windows/x64/shell_bind_tcp windows/x64/shell_reverse_tcp windows/x64/vncinject/bind_ipv6_tcp windows/x64/vncinject/bind_ipv6_tcp_uuid windows/x64/vncinject/bind_named_pipe windows/x64/vncinject/bind_tcp windows/x64/vncinject/bind_tcp_rc4 windows/x64/vncinject/bind_tcp_uuid windows/x64/vncinject/reverse_http windows/x64/vncinject/reverse_https windows/x64/vncinject/reverse_tcp windows/x64/vncinject/reverse_tcp_rc4 windows/x64/vncinject/reverse_tcp_uuid windows/x64/vncinject/reverse_winhttp windows/x64/vncinject/reverse_winhttps ' -- "$cur" ) ) - return 0 - ;; - -a|--arch) - COMPREPLY=( $( compgen -W ' aarch64 armbe armle cbea cbea64 cmd dalvik firefox java loongarch64 mips mips64 mips64le mipsbe mipsle nodejs php ppc ppc64 ppc64le ppce500v2 python r riscv32be riscv32le riscv64be riscv64le ruby sparc sparc64 tty x64 x86 x86_64 zarch ' -- "$cur" ) ) - return 0 - ;; - --platform) - COMPREPLY=( $( compgen -W ' aix android apple_ios arista brocade bsd bsdi cisco firefox freebsd hardware hpux irix java javascript juniper linux mainframe mikrotik multi netbsd netware nodejs openbsd osx php python r ruby solaris unifi unix unknown windows ' -- "$cur" ) ) - return 0 - ;; - --encrypt) - COMPREPLY=( $( compgen -W ' xor base64 aes256 rc4 ' -- "$cur" ) ) - return 0 - ;; - -o|--out|-c|--add-code|-x|--template) - _filedir - return 0 - ;; - esac - - COMPREPLY=( $( compgen -W ' -l --list -p --payload --list -options -f --format -e --encoder --service -name --sec -name --smallest --encrypt --encrypt -key --encrypt -iv -a --arch --platform -o --out -b --bad -chars -n --nopsled --pad -nops -s --space --encoder -space -i --iterations -c --add -code -x --template -k --keep -v --var -name -t --timeout -h --help ' -- "$cur" ) ) -} && -complete -F _msfvenom msfvenom diff --git a/metasploit-framework-bin/slack-desc b/metasploit-framework-bin/slack-desc deleted file mode 100644 index 11113bd..0000000 --- a/metasploit-framework-bin/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. -# Line up the first '|' above the ':' following the base package name, and -# the '|' on the right side marks the last column you can put a character in. -# You must make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -metasploit-framework-bin: metasploit-framework-bin (most used pentesting framework) -metasploit-framework-bin: -metasploit-framework-bin: Knowledge is power, especially when it's shared. A -metasploit-framework-bin: collaboration between the open source community and Rapid7, -metasploit-framework-bin: Metasploit helps security teams do more than just verify -metasploit-framework-bin: vulnerabilities, manage security assessments, and improve -metasploit-framework-bin: security awareness; it empowers and arms defenders to always -metasploit-framework-bin: stay one step (or two) ahead of the game. -metasploit-framework-bin: -metasploit-framework-bin: This is a repackaging of the official binary .deb file -metasploit-framework-bin: distributed by Rapid7. diff --git a/nuclei/README b/nuclei/README deleted file mode 100644 index c2f70b6..0000000 --- a/nuclei/README +++ /dev/null @@ -1,21 +0,0 @@ -Nuclei is a modern, high-performance vulnerability scanner that -leverages simple YAML-based templates. -It empowers you to design custom vulnerability detection scenarios that -mimic real-world conditions, leading to zero false positives. - - - Simple YAML format for creating and customizing vulnerability - templates. - - Contributed by thousands of security professionals to tackle - trending vulnerabilities. - - Reduce false positives by simulating real-world steps to verify a - vulnerability. - - Ultra-fast parallel scan processing and request clustering. - - Integrate into CI/CD pipelines for vulnerability detection and - regression testing. - - Supports multiple protocols like TCP, DNS, HTTP, SSL, WHOIS, - JavaScript, Code and more. - - Integrate with Jira, Splunk, GitHub, Elastic, GitLab. - -Only the nuclei binary will be linked in /usr/bin. All the other -binaries will be available in /opt/nuclei/bin - diff --git a/nuclei/nuclei.SlackBuild b/nuclei/nuclei.SlackBuild deleted file mode 100644 index d7fe16c..0000000 --- a/nuclei/nuclei.SlackBuild +++ /dev/null @@ -1,129 +0,0 @@ -#!/bin/bash - -# Slackware build script for nuclei - -# Copyright 2026 danix < danix@danix.xyz > -# All rights reserved. -# -# Redistribution and use of this script, with or without modification, is -# permitted provided that the following conditions are met: -# -# 1. Redistributions of this script must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED -# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO -# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; -# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF -# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -cd $(dirname $0) ; CWD=$(pwd) - -PRGNAM=nuclei -VERSION=${VERSION:-3.8.0} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} -PKGTYPE=${PKGTYPE:-tgz} - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i586 ;; - arm*) ARCH=arm ;; - *) ARCH=$( uname -m ) ;; - esac -fi - -if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then - echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" - exit 0 -fi - -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION -chown -R root:root . -find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; - -# Apply patches -if compgen -G "$CWD/patches/*.patch" > /dev/null; then - if [ -f "$CWD/patches/series" ]; then - while IFS= read -r PATCH; do - [ -z "$PATCH" ] && continue - [ "${PATCH#\#}" != "$PATCH" ] && continue - patch -p1 -i "$CWD/patches/$PATCH" - done < "$CWD/patches/series" - else - for PATCH in "$CWD"/patches/*.patch; do - patch -p1 -i "$PATCH" - done - fi -fi - -MOD_STRATEGY="-mod=readonly" -export CGO_CPPFLAGS="$SLKCFLAGS" -export CGO_CFLAGS="$SLKCFLAGS" -export CGO_CXXFLAGS="$SLKCFLAGS" -export GOPATH="$(pwd)/.gocache" -export GOPROXY="https://proxy.golang.org,direct" -export GOFLAGS="$MOD_STRATEGY -buildmode=pie -trimpath -modcacherw" -LIB_LDFLAGS="-linkmode=external -s -w" - -mkdir -p "$PKG"/usr/bin -mkdir -p "$PKG"/opt/${PRGNAM}/bin -go build -ldflags="$LIB_LDFLAGS" -o "$PKG"/opt/${PRGNAM}/bin ./... - -ln -sf ../../opt/${PRGNAM}/bin/nuclei "$PKG"/usr/bin/nuclei - -# cleanup to save space -rm -rf "$GOPATH" -rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la - -find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - CLAUDE.md CONTRIBUTING.md DEBUG.md DESIGN.md LICENSE.md README.md SYNTAX-REFERENCE.md THANKS.md \ - $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -# a .md file was shipping as 775 from upstream -chmod 644 $PKG/usr/doc/$PRGNAM-$VERSION/* - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE diff --git a/nuclei/nuclei.info b/nuclei/nuclei.info deleted file mode 100644 index 99bc7c0..0000000 --- a/nuclei/nuclei.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="nuclei" -VERSION="3.8.0" -HOMEPAGE="https://github.com/projectdiscovery/nuclei" -DOWNLOAD="https://github.com/projectdiscovery/nuclei/archive/v3.8.0/nuclei-3.8.0.tar.gz" -MD5SUM="88e06a8f118b1ddf5a193bb59904b0d8" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="google-go-lang" -MAINTAINER="danix" -EMAIL="danix@danix.xyz" diff --git a/nuclei/patches/Build-doc.patch b/nuclei/patches/Build-doc.patch deleted file mode 100644 index 17f054e..0000000 --- a/nuclei/patches/Build-doc.patch +++ /dev/null @@ -1,31 +0,0 @@ -From: Sophie Brun -Date: Fri, 10 Dec 2021 09:08:38 +0100 -Subject: Build doc - ---- - Makefile | 7 ++----- - 1 file changed, 2 insertions(+), 5 deletions(-) - -diff --git a/Makefile b/Makefile -index 719c308..ca2e684 100644 ---- a/Makefile -+++ b/Makefile -@@ -59,10 +59,7 @@ docgen: GOBUILD_OUTPUT = ./bin/docgen - docgen: GOBUILD_PACKAGES = cmd/docgen/docgen.go - docgen: bin = dstdocgen - docgen: -- @if ! which $(bin) >/dev/null; then \ -- echo "Command $(bin) not found! Installing..."; \ -- go install -v github.com/projectdiscovery/yamldoc-go/cmd/docgen/$(bin)@latest; \ -- fi -+ go install -v github.com/projectdiscovery/yamldoc-go/cmd/docgen/$(bin)@latest; \ - # TODO: FIX THIS PANIC - $(GOCMD) generate pkg/templates/templates.go - $(GOBUILD) -o "${GOBUILD_OUTPUT}" $(GOBUILD_PACKAGES) -@@ -156,4 +153,4 @@ template-validate: - ./bin/nuclei -validate \ - -w workflows \ - -et http/technologies \ -- -ept code -\ No newline at end of file -+ -ept code diff --git a/nuclei/patches/Change-default-directory-of-nuclei-templates.patch b/nuclei/patches/Change-default-directory-of-nuclei-templates.patch deleted file mode 100644 index 447f42d..0000000 --- a/nuclei/patches/Change-default-directory-of-nuclei-templates.patch +++ /dev/null @@ -1,25 +0,0 @@ -From: Sophie Brun -Date: Thu, 20 Apr 2023 14:51:31 +0200 -Subject: Fix path to nuclei-templates - -By default the nuclei-templates is located directly in /home/user. -Change the default location to /home/user/.local - -Last-Update: 2023-06-27 ---- - pkg/catalog/config/constants.go | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/pkg/catalog/config/constants.go b/pkg/catalog/config/constants.go -index fab1884..6d78e7f 100644 ---- a/pkg/catalog/config/constants.go -+++ b/pkg/catalog/config/constants.go -@@ -22,7 +22,7 @@ var ( - - const ( - TemplateConfigFileName = ".templates-config.json" -- NucleiTemplatesDirName = "nuclei-templates" -+ NucleiTemplatesDirName = ".local/nuclei-templates" - OfficialNucleiTemplatesRepoName = "nuclei-templates" - NucleiIgnoreFileName = ".nuclei-ignore" - NucleiTemplatesIndexFileName = ".templates-index" // contains index of official nuclei templates diff --git a/nuclei/patches/Disable-update.patch b/nuclei/patches/Disable-update.patch deleted file mode 100644 index 3472208..0000000 --- a/nuclei/patches/Disable-update.patch +++ /dev/null @@ -1,22 +0,0 @@ -From: Sophie Brun -Date: Wed, 8 Dec 2021 08:40:42 +0100 -Subject: Disable update - -Last-Update: 2023-10-27 -Updates must be done with apt. ---- - cmd/nuclei/main.go | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/cmd/nuclei/main.go b/cmd/nuclei/main.go -index 8421d1d..095f5d5 100644 ---- a/cmd/nuclei/main.go -+++ b/cmd/nuclei/main.go -@@ -469,7 +469,6 @@ on extensive configurability, massive extensibility and ease of use.`) - ) - - flagSet.CreateGroup("update", "Update", -- flagSet.BoolVarP(&updateNucleiBinary, "update", "up", false, "update nuclei engine to the latest released version"), - flagSet.BoolVarP(&options.UpdateTemplates, "update-templates", "ut", false, "update nuclei-templates to latest released version"), - flagSet.StringVarP(&options.NewTemplatesDirectory, "update-template-dir", "ud", "", "custom directory to install / update nuclei-templates"), - flagSet.CallbackVarP(disableUpdatesCallback, "disable-update-check", "duc", "disable automatic nuclei/templates update check"), diff --git a/nuclei/patches/series b/nuclei/patches/series deleted file mode 100644 index 4741101..0000000 --- a/nuclei/patches/series +++ /dev/null @@ -1,3 +0,0 @@ -Disable-update.patch -Build-doc.patch -Change-default-directory-of-nuclei-templates.patch diff --git a/nuclei/slack-desc b/nuclei/slack-desc deleted file mode 100644 index c219fdb..0000000 --- a/nuclei/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. -# Line up the first '|' above the ':' following the base package name, and -# the '|' on the right side marks the last column you can put a character in. -# You must make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -nuclei: nuclei (a modern, high-performance vulnerability scanner) -nuclei: -nuclei: Nuclei is a modern, high-performance vulnerability scanner that -nuclei: leverages simple YAML-based templates. -nuclei: It empowers you to design custom vulnerability detection scenarios -nuclei: that mimic real-world conditions, leading to zero false positives. -nuclei: -nuclei: -nuclei: Home: https://github.com/projectdiscovery/nuclei -nuclei: -nuclei: -- cgit v1.2.3