Empty Proxy File, running flood without proxy #646
Replies: 1 comment
-
|
Create a file get_proxies.py in your MHDDoS folder: paste This Script : ->import requests proxy_sources = [ all_proxies = [] for url in proxy_sources: Remove duplicatesunique_proxies = list(set(all_proxies)) with open("proxies.txt", "w") as f: print(f"Saved {len(unique_proxies)} proxies to proxies.txt") After that run : -> python3 get_proxies.py You Will Get 1000+ proxies |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
how to build proxy?
Beta Was this translation helpful? Give feedback.
All reactions