Skip to content

This script floods Iploggers using proxies. It leverages requests for sending requests and ThreadPoolExecutor to run multiple tests in parallel, improving efficiency.

License

Notifications You must be signed in to change notification settings

ataguima/ProxySpam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Iplogger Flood

This script floods Iploggers using proxies. It leverages requests for sending requests and ThreadPoolExecutor to run multiple tests in parallel, improving efficiency.

πŸ”§ Requirements

  • Python 3+
  • requests library

To install the required library:

pip install requests

πŸš€ Usage

  1. Edit the script to define the target_url.
  2. Save your proxy list in the proxylist.txt file, one per line.
  3. Run the script:
python script.py

πŸ“ Project Structure

Proxy-Checker/
β”‚-- script.py
β”‚-- proxylist.txt
β”‚-- README.md

⚠️ Disclaimer

This script is for educational purposes and connectivity testing only. Misuse may violate website and network terms of service.


Author: ataguima

About

This script floods Iploggers using proxies. It leverages requests for sending requests and ThreadPoolExecutor to run multiple tests in parallel, improving efficiency.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages