A pentest enumeration framework
Project description
AMIT
Centralise all your enumerations !
Report Bug
·
Request Feature
Table of Contents
About The Project
Amit is a tool that group other tools into a unique view. Informations collected are organized and stored into a database.
Tools used
Amit uses some performant tools to fetch information about the targets.
Getting Started
Just install it as a python module.
pip install amit
Usage
Just run amit !
amit
- Add machines
Here we add 2 machines defined by their IP or domain.
> add 10.10.10.10 example.com
- Scan machines
The 2 machines have id 1 and 2.
> scan machines 1 2
- Show job status
> show jobs
- Show services found
> show services
- Scan services
> scan services <id> <id>...
- Show informations found for services
> show services <id> -vvv
Help
You can inspect the list of available commands using the help
command.
For each command, you can view its usage using the -h
flag.
Roadmap
See the open issues for a list of proposed features (and known issues).
Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the GPL-3.0 License. See LICENSE
for more information.
Project details
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 amit-1.0.tar.gz
.
File metadata
- Download URL: amit-1.0.tar.gz
- Upload date:
- Size: 14.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.20.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e098802398cb8d9ebf54b332013715e10e76040146831429d2530f1ec33615b |
|
MD5 | 56b4b61b29e54cc40e80eb71b90094c0 |
|
BLAKE2b-256 | 4ebbd478352b57ee5393dd34eb9637360beefd25bf1cf68b4e4cfe4e122a350f |