Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# HACON
Lots of cyber security tool
# Install
```
pip3 install HACON
```
# Using
## In another script
```python
from hacon import HACON

HACON.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.