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

https://github.com/w1th0ut/red-ocean

This is my first program, for simple hacking activity, made by simple python2 code, hope you enjoy :)
https://github.com/w1th0ut/red-ocean

admin-panel banner-view dos-attack hacking password-generator port python2 scan-ports scanner-web subdomain-scanner website websocket

Last synced: 2 months ago
JSON representation

This is my first program, for simple hacking activity, made by simple python2 code, hope you enjoy :)

Awesome Lists containing this project

README

          

# RED-OCEAN

Simple tool for scan the surface of the website and many more.
(outdated tool, some function maybe not working).

Maybe next time, i will make this tool for python3.
## Requirements

1. requirements.txt
2. apt-get install figlet

## Installation

you need install all requirements in `requirements.txt`.
```bash
git clone https://github.com/w1th0ut/red-ocean.git
cd red-ocean
pip2 install -r requirements.txt
```

## Usage

immediately run the script `redx.x.py`.

```bash
python2 redx.x.py
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.