[HELP] Download ports database
Posted: Fri Dec 17, 2021 3:01 am
Hello all,
I did a python script to make a GET request to the port.php endpoint of speedguide, filling the port parameter with a number (from 0 to 65535) within a for loop. The goal is to store a file with ports info locally for security purposes.
The problem is that when doing several requests, the IP is banned by the server, so I have to wait a long time to execute the script again. The error says the max retries are exceeded, failed to establish a new connection, connection refused.
I've tried some fixes, xe, using sleep and using retry capabilities from requests lib.
How is the best way to get the all the info from ports database? or any idea of what can I do to not get that error and be banned?
Thank you in advance.
I did a python script to make a GET request to the port.php endpoint of speedguide, filling the port parameter with a number (from 0 to 65535) within a for loop. The goal is to store a file with ports info locally for security purposes.
The problem is that when doing several requests, the IP is banned by the server, so I have to wait a long time to execute the script again. The error says the max retries are exceeded, failed to establish a new connection, connection refused.
I've tried some fixes, xe, using sleep and using retry capabilities from requests lib.
How is the best way to get the all the info from ports database? or any idea of what can I do to not get that error and be banned?
Thank you in advance.