CLI tool for source code analysis using the Hackbot service
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
Hackbot
CLI tool for source code analysis using the GatlingX Hackbot service.
Installation
pip install hackbot
Performing a scan
Execute the following command to perform a scan.
Visit your dashboard at hackbot.co to retrieve your API key.
Either set the API key as an environment variable HACKBOT_API_KEY or pass it as an argument to the command line tool.
cd your-project-directory
python -m hackbot run --api-key <api-key>
You will then see various messages and results in the terminal. If --output is provided, the complete output will also be written to a JSON file.
At the end of the scan, you will get a link to the dashboard where you can view the results.
Learning from Security Resources
Hackbot also supports a learn command that allows it to update its checklist based on external resources. For example, to learn from a blog post, run:
python -m hackbot learn --url https://blog.openzeppelin.com/web3-security-auditors-2024-rewind
This command will fetch additional checklist data to enhance Hackbot's analysis.
CLI options
See python -m hackbot --help for more information
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hackbot-0.2.5.0.tar.gz.
File metadata
- Download URL: hackbot-0.2.5.0.tar.gz
- Upload date:
- Size: 23.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05917f7e5f917de8e4200d1d17a096799dbf457c0a4c232cd70d5580f1cfdfb7
|
|
| MD5 |
cd5996a42dd651ee73b56aa65317233e
|
|
| BLAKE2b-256 |
0fb7ef7369ed4bbf354d706108d687e5e34715e9a811d1ba911b6dccb0460e90
|
File details
Details for the file hackbot-0.2.5.0-py3-none-any.whl.
File metadata
- Download URL: hackbot-0.2.5.0-py3-none-any.whl
- Upload date:
- Size: 17.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82357ca46bbb30eb5fbf31bef1fd42b2fe27c83d915254ce475430f1a5ae02d9
|
|
| MD5 |
1becb161fb824fe0425d62966caaadd6
|
|
| BLAKE2b-256 |
6eb6488b0720e20263a56fbb43e93a667581ecca2808bffc945cce6e45b4f52d
|