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 :)
- Host: GitHub
- URL: https://github.com/w1th0ut/red-ocean
- Owner: w1th0ut
- Created: 2019-05-18T05:36:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-04T05:16:51.000Z (almost 3 years ago)
- Last Synced: 2025-04-01T13:33:55.416Z (6 months ago)
- Topics: admin-panel, banner-view, dos-attack, hacking, password-generator, port, python2, scan-ports, scanner-web, subdomain-scanner, website, websocket
- Language: Python
- Homepage:
- Size: 51.8 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
## Requirements1. 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.