Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onuratakan/hacon
Lots of cyber security tool
https://github.com/onuratakan/hacon
cybersecurity hacking hacktool python3 whitehat
Last synced: 29 days ago
JSON representation
Lots of cyber security tool
- Host: GitHub
- URL: https://github.com/onuratakan/hacon
- Owner: onuratakan
- License: mit
- Created: 2021-07-21T22:26:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-30T00:28:42.000Z (almost 3 years ago)
- Last Synced: 2024-10-03T11:37:49.365Z (about 2 months ago)
- Topics: cybersecurity, hacking, hacktool, python3, whitehat
- Language: Python
- Homepage:
- Size: 2.28 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HACON
Lots of cyber security tool
# Install
```
pip3 install HACON
```
# Using
## In another script
```python
from hacon import HACONHACON.arguments("-h")
```
## In command line
```python
HACON -h
```# With docker
## Install
```
docker pull ghcr.io/onuratakan/hacon:latest
```
## Using
```
docker run -t -i --network=host ghcr.io/onuratakan/hacon /bin/sh
```
and type
```python
HACON -h
```# Reminder
Important Information and Reminder Information and programs in all repositories are created for testing purposes. Any legal responsibility belongs to the person or organization that uses it.