Portable, all-in-one, cross-platform toolkit.
Project description
darkbox
This is a work-in-progress, all-in-one, portable, cross-platform, command-line toolkit. It's similar in nature to BusyBox, but is able to run on Windows, Linux, macOS, etc. darkbox is built for hackers, penetration testers, incident responders, and security researchers. It not only comes with many of the standard utilities that you use on a daily basis, but also tools that computer security practitioners know and love.
darkbox is written by your friendly neighborhood AbnormalSec <3
How to get darkbox
Pre-built, portable binaries can be downloaded for Linux, Windows, and macOS in the releases section.
If you'd like to compile your own binary, darkbox is compiled using Nuitka. See the Nuitka documentation to learn how to get up and running, and then darkbox can be built like so: nuitka3 --recurse-all darkbox/darkbox.py
darkbox is also available on PyPI and can be installed using pip:
pip install darkbox
If you'd like to run darkbox from the git repo source code you can:
$ git clone https://github.com/abnormalsec/darkbox
$ # use it directly as a module like so
$ python -m darkbox.darkbox -v
darkbox 0.1.0
$ # or manually install it
$ python setup.py install
$ darkbox -v
darkbox 0.1.0
Usage
Once you have darkbox it can be used like so:
$ darkbox --help
Usage: darkbox <tool> [OPTIONS]
Tools: base64, cat, cp, curl, exip, head, hostname, ls, md5sum, mv, nmap, pwd, rm, sha224sum, sha256sum, sha384sum, sha512sum, unzip, xxd, zip
$ darkbox cat hello.txt
Hello, world!
$ darkbox nmap -p22 localhost
Starting darkbox Nmap v0.0.1 at 2018-14-22 16:14 EST
Nmap scan report for localhost (127.0.0.1)
PORT STATE
22/tcp open
Nmap done: 1 IP addresses scanned in 0.02 seconds
$ darkbox md5sum /bin/ls
d77c1dd5bb8e39c2dd27c96c3fd2263e /bin/ls
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file darkbox-0.1.0.tar.gz
.
File metadata
- Download URL: darkbox-0.1.0.tar.gz
- Upload date:
- Size: 19.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6df2c8818f464e9a4ca7f4d22d5204c537cad9f9a8d763a881d5fdcf092632d5 |
|
MD5 | cb5aaa9c4510a95b9de5512ad5d8d20d |
|
BLAKE2b-256 | 13b10c7e6b3b68d048dfa50b802ff74df9f66a020e7eaf6c8c6437b254f31fdc |