All Projects → Cyberlands-io → epiphany

Cyberlands-io / epiphany

Licence: AGPL-3.0 license
A pre-DDoS security assessment tool

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to epiphany

PoW-Shield
Project dedicated to fight Layer 7 DDoS with proof of work, featuring an additional WAF. Completed with full set of features and containerized for rapid and lightweight deployment.
Stars: ✭ 99 (-6.6%)
Mutual labels:  ddos, ddos-mitigation, ddos-protection
anti-ddos-lite
Anti-DDoS-Lite (Anti-Crawler app) is a small PHP app to protect your site against DDoS attack.
Stars: ✭ 96 (-9.43%)
Mutual labels:  ddos, ddos-mitigation, ddos-protection
DDOS Detection
ddos attack detector using ML Algorithms
Stars: ✭ 38 (-64.15%)
Mutual labels:  ddos, ddos-protection
Raven-Storm
Raven-Storm is a powerful DDoS toolkit for penetration tests, including attacks for several protocols written in python. Takedown many connections using several exotic and classic protocols.
Stars: ✭ 235 (+121.7%)
Mutual labels:  ddos, ddos-tool
Pummel
Socks5 Proxy HTTP/HTTPS-Flooding (cc) attack
Stars: ✭ 53 (-50%)
Mutual labels:  ddos, ddos-tool
awesome-ddos-tools
Collection of several DDos tools.
Stars: ✭ 75 (-29.25%)
Mutual labels:  ddos, ddos-tool
Aoyama
A New version of Python3 botnet, old version: http://github.com/Leeon123/Python3-botnet
Stars: ✭ 161 (+51.89%)
Mutual labels:  ddos, ddos-tool
Fastnetmon
FastNetMon - very fast DDoS sensor with sFlow/Netflow/IPFIX/SPAN support
Stars: ✭ 2,860 (+2598.11%)
Mutual labels:  ddos, ddos-mitigation
dheater
D(HE)ater is a proof of concept implementation of the D(HE)at attack (CVE-2002-20001) through which denial-of-service can be performed by enforcing the Diffie-Hellman key exchange.
Stars: ✭ 142 (+33.96%)
Mutual labels:  ddos, ddos-tool
overload
📡 Overload DoS Tool (Layer 7)
Stars: ✭ 167 (+57.55%)
Mutual labels:  ddos, ddos-tool
ZBOT-Botnet
IRC based botnet developed in C
Stars: ✭ 25 (-76.42%)
Mutual labels:  ddos, ddos-tool
ddos-mitigation
Tips to mitigate and secure your large-scale server against DDoS attacks.
Stars: ✭ 58 (-45.28%)
Mutual labels:  ddos, ddos-mitigation
packet-captures
packet captures of real-world ddos attacks
Stars: ✭ 87 (-17.92%)
Mutual labels:  ddos, ddos-protection
Anti-DDOS-Script
Anti DDOS Protection that will stop DDOS from taking down your Linux Server
Stars: ✭ 51 (-51.89%)
Mutual labels:  ddos, ddos-protection
mCaptcha
A no-nonsense CAPTCHA system with seamless UX | Backend component
Stars: ✭ 473 (+346.23%)
Mutual labels:  ddos-mitigation, ddos-protection
sqredirect
Redirection and filtering Source Engine game traffic in bundle with sqproxy
Stars: ✭ 21 (-80.19%)
Mutual labels:  ddos, ddos-mitigation
traffic analyser
Retrieve useful information from apache/nginx access logs to help troubleshoot traffic related problems
Stars: ✭ 44 (-58.49%)
Mutual labels:  ddos
DDoS-Script
A script written in perl for ddos ​​with automatic detection of open and vulnerable port that gives up to 1.5 gb packages / s
Stars: ✭ 30 (-71.7%)
Mutual labels:  ddos
gosynflood
Demonstrates a synflood DDOS attack with raw sockets (for Ubuntu and Debian-like distros)
Stars: ✭ 88 (-16.98%)
Mutual labels:  ddos
ddos dissector
Software responsible for extracting DDoS Fingerprints from traffic captures.
Stars: ✭ 54 (-49.06%)
Mutual labels:  ddos

Epiphany

Description

Epiphany - is a pre-engagement \ self-assessment tool to identify weak spots of a web property from a DDoS attacker perspective.

  • In the first stage, the tool crawls pages, enumerates POST and GET requests.
  • On the second stage: Epiphany records response time for each page and detect ones that are most vulnerable for potential DDoS attack.
  • Also, Epiphany performs heuristic discovery whether pages are cached or not.

Epiphany allow a clear understanding of a DDoS attack surface to build high-quality test cases for the DDoS assessment and recommendations for remediation and control improvements.

Disclamer

Epiphany should be used for authorized DDoS security assessment and/or nonprofit educational purposes only. Any misuse of this software will not be the responsibility of the author or of any other collaborator. Use it at your own networks and/or with the network owner's permission.

Installation

git clone https://github.com/Cyberlands-io/epiphany.git
cd epiphany
pip3 install -r requirements.txt

Usage

python3 epiphany.py <host> <path_to_payload_lib>

File parameters:

  • positional arguments:

    • host - Target Hosts
    • payload - Path to payload file for POST requests. Each line contains payload for the next parameter.
  • optional arguments:

    • -h, --help - show this help message and exit
    • -oC - Output result to console

Docker usage

docker build -t epiphany .
docker run -v /tmp/:/app/reports/ epiphany google.com payloads

To do

  • Analysis of POST and GET requests For now it's works as default option
  • Adding output to XML For now it's only one available output to file
  • Adding option to perform apart GET and POST analysis
  • Adding optional output to JSON

Authors

License

Please follow the LICENSE

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].