sdnewhop / grinder

:mag_right: Python framework to automatically discover and enumerate hosts from different back-end systems (Shodan, Censys)
GNU General Public License v2.0
289 stars 40 forks source link

Re-organize custom python scripts, rebuild structure #79

Closed manmolecular closed 4 years ago

manmolecular commented 4 years ago

Update structure of custom scripts to include requirements and other features into them.

.
├── dicom_getter
│   ├── dicom_getter.py
│   └── requirements.txt
├── http_status
│   ├── http_status.py
│   └── requirements.txt
├── scp_grabber
│   ├── requirements.txt
│   └── scp_grabber.py
├── sleep
│   ├── requirements.txt
│   └── sleep.py
├── snmp_walker_easysnmp
│   ├── requirements.txt
│   └── snmp_walker_easysnmp.py
├── snmp_walker_os
│   ├── requirements.txt
│   └── snmp_walker.py
├── tensor_serving_checker
│   ├── requirements.txt
│   └── tensor_serving_checker.py
└── test
    ├── requirements.txt
    └── test.py