AMAP
Introduction
AMAP is a command line interface tool similar to the famous NMAP. It scans an IP address or a domain name to find active ports and returns related information.
It uses FOFA AMAP API to implement the function.
Installation
pip install amap-holydragon
Usage & Options
Usage:
amap [-h | --help]
amap <ip_address_or_domain_name> [-n | --nmap] [-x <filename> | --xml=<filename>]
Options:
-h --help Show help information
-n --nmap Use nmap to scan
-x <filename> --xml=<filename> Output XML file
Information
- Python version >= 3.7 is required to run
subprocess.run() - Package
docoptis required as a CLI builder
Release files for amap-holydragon 1.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| amap_holydragon-1.0.3.tar.gz | 4.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| amap_holydragon-1.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.1 kB
Release files / amap_holydragon-1.0.3.tar.gz
| Download URL | amap_holydragon-1.0.3.tar.gz |
|---|---|
| Size | 4.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b10ba3b49634f39920780eb69273c6506983ff0e2e6ec6fe05d65a8696f87c8c
|
|
BLAKE2b-256 checksum How to use checksums |
8eaceddefc61e75c7e19d4b9012a4e8516fb6f8eacdc6a6bea56900f6a9e7a00
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.8
|
Release files / amap_holydragon-1.0.3-py3-none-any.whl
| Download URL | amap_holydragon-1.0.3-py3-none-any.whl |
|---|---|
| Size | 5.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9dc30b4b9732243bdda2eae6be55a821f48f574a5855357c5b31b6260398366b
|
|
BLAKE2b-256 checksum How to use checksums |
05bc982dc52dc9daac661368de0cf0a41106e80e2f83173a8b2203a1b7b4e99c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.8
|