Metadata-Version: 2.1
Name: kmy-venom
Version: 0.2.0
Summary: bind blackdoor into apk/exe file.
Home-page: https://github.com/ExsoKamabay/venom
Author: Exso Kamabay
License: Apache License 2.0
Keywords: kamabay,venom
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
Requires-Dist: bs4
Requires-Dist: kmy-beautify (==0.6.0)
Requires-Dist: requests

# ``bind blackdoor into apk/exe file``

**requirements**
- os linux
- metasploit

[https://github.com/ExsoKamabay/venom](https://github.com/ExsoKamabay/venom)

```python
pip install kmy-venom
```
## **command to run it**

```python
$-> venom #in terminal

# or

from venom import main
if __name__=='__main__':
    main()
```


