Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harsh-2121/saphyra-v3.0
The legendary DDoS tool Saphyra back again with version 3.0. Official full public release included with bug fixes, compatibility with Python 3.11 and code optimization.
https://github.com/harsh-2121/saphyra-v3.0
Last synced: about 1 month ago
JSON representation
The legendary DDoS tool Saphyra back again with version 3.0. Official full public release included with bug fixes, compatibility with Python 3.11 and code optimization.
- Host: GitHub
- URL: https://github.com/harsh-2121/saphyra-v3.0
- Owner: Harsh-2121
- Created: 2024-03-30T05:02:49.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-01T15:00:01.000Z (8 months ago)
- Last Synced: 2024-05-02T10:14:28.418Z (8 months ago)
- Language: Python
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Saphyra-v3.0
The legendary DDoS tool Saphyra back again with version 3.0. Official full public release included with bug fixes, compatibility with Python 3.11 and code optimization.# What is Saphyra?
Saphyra is a extremely powerful DDoS tool used for pentesting.This thing can bring down major websites! ONLY USE THIS TOOL FOR ETHICAL PURPOSES!!!# New stuff and bug fixes
Urllib2 Issue-
As the library urllib2 is not supported in Python 3.11, it has been changed to urllib.parse. This works the same way but is supported.Parantheses Missing Error-
Weirdly, in the last version of Saphyra, in the HTML URL read part, there have been missing parantheses. We have fixed this.Comparision Syntax Error:
The line "if (previous+100request_counter):" has been deprecated in Python 3.11 and has been replaced.# How to run the tool
First, copy the URL to git clone it. Then navigate to the directory. Open the terminal or CMD there. Type pip install -r requirements.txt. Then type python3 saphyra.py [ URL ]. Type your victim's URL without the square bracket in the place of [ URL ]. Your target website is dead!
Thats all! Enjoy hacking(ethically, of course)!