https://github.com/cailllev/bhp_trojan
BLACK HAT PYTHON - automated download of loggers and upload of results
https://github.com/cailllev/bhp_trojan
Last synced: about 1 year ago
JSON representation
BLACK HAT PYTHON - automated download of loggers and upload of results
- Host: GitHub
- URL: https://github.com/cailllev/bhp_trojan
- Owner: cailllev
- Created: 2020-12-06T15:06:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-06T15:08:12.000Z (over 5 years ago)
- Last Synced: 2025-03-17T07:18:17.444Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BLACK HAT PYTHON
## Description
- download the modules from this GitHub repo to the target
- imports them at runtime
- calls the run method in the imported modules against the target
- uploads the results of these modules
## Usage
run git_tojan.py on target
## TODO
- Test scripts
- Importer works only with own modules, all modules used in own have to be imported in main -> write logic to read dependencies in modules and import them in main automatically
- Add more modules for more exploits...
- Add Sandbox Detection from "Black Hat Python"