Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xbitx/dedsec_zloy_moshennik
Dedsec_Zloy_moshennik is a Linux-based scammer phishing page flooder capable of sending ultra-realistic account information (username and password).
https://github.com/0xbitx/dedsec_zloy_moshennik
Last synced: about 2 months ago
JSON representation
Dedsec_Zloy_moshennik is a Linux-based scammer phishing page flooder capable of sending ultra-realistic account information (username and password).
- Host: GitHub
- URL: https://github.com/0xbitx/dedsec_zloy_moshennik
- Owner: 0xbitx
- License: mit
- Created: 2023-11-19T12:26:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-18T11:46:25.000Z (6 months ago)
- Last Synced: 2024-07-18T14:25:51.628Z (6 months ago)
- Language: Python
- Size: 45.9 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DEDSEC_Zloy_moshennik
Dedsec_Zloy_moshennik is a Linux-based scammer phishing page flooder capable of sending ultra-realistic account information (username and password).
## DESCRIPTION
Dedsec_Zloy_moshennik is a Linux-based tool designed for phishing attacks. This tool serves as a page flooder, flooding phishing pages with traffic to mimic realistic user interactions. Notably, it possesses the capability to dispatch ultra-realistic account information, including both username and password details, enhancing its deceptive nature in fraudulent activities.FLOODER IMAGE
ACTUAL PHISHING PAGE
### You can replace the code below for your website's url, header and body
```python
url = "https://api.ldpform.com/sendform"headers = {
"Host": "api.ldpform.com",
"Origin": "https://www.lucky-gift-hunyo.online",
"Referer": "https://www.lucky-gift-hunyo.online/",
"User-Agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"
}body = {
"form_config_id": random_id,
"ladi_form_id": "FORM24",
"ladipage_id": random_id,
"tracking_form": [
{"name": "url_page", "value": "https://www.lucky-gift-hunyo.online/"},
{"name": "utm_source", "value": ""},
{"name": "utm_medium", "value": ""},
{"name": "utm_campaign", "value": ""},
{"name": "utm_term", "value": ""},
{"name": "utm_content", "value": ""},
{"name": "variant_url", "value": ""},
{"name": "variant_content", "value": ""}
],
"form_data": [
{"name": "form_item12", "value": f"{email}"},
{"name": "password", "value": f"{password}"}
],
"data_key": None,
"status_send": 2,
"total_revenue": 0,
"time_zone": 7
}
```
## INSTALLATION
* git clone https://github.com/0xbitx/DEDSEC_Zloy_moshennik.git
* cd DEDSEC_Zloy_moshennik
* python3 dedsec_flood.py### TESTED ON FOLLOWING
* Kali Linux
* Parrot OS
* Ubuntu
## SupportIf you find my work helpful and want to support me, consider making a donation. Your contribution will help me continue working on open-source projects.
**Bitcoin Address: `36ALguYpTgFF3RztL4h2uFb3cRMzQALAcm`**
DISCLAIMER
I'm not responsible for anything you do with this program, so please only use it for good and educational purposes.