Results 1 to 3 of 3

Thread: [HELP] Download ports database

  1. #1
    Junior Member
    Join Date
    Dec 2021
    Posts
    1

    [HELP] Download ports database

    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.

  2. #2
    Administrator Philip's Avatar
    Join Date
    May 1999
    Location
    Jacksonville, Florida
    Posts
    11,488
    Blog Entries
    6
    Hello raldu. This behavior from our server is on purpose, we do not want to have our ports database being scraped and downloaded, firewall will block your requests. The database is not intended for downloading.

    The ports database is not open source. It is only available as part of the website and as a service to the community. We update it periodically and don't want to have the complete content downloaded by everybody out there. We may license it commercially and make it available for use by security/firewall companies, as it contains over 10000 records and is likely the most complete ports information on the net. What we are trying to prevent is other websites popping up with copies from our entire database that we update weekly for 15 years. You are still welcome to use the online service.

    Best,
    Philip
    Linux is user friendly, it's just picky about its friends...
    Disclaimer: Please use caution when opening messages, my grasp on reality may have shaken loose during transmission (going on rusty memory circuits). I also eat whatever crayons are put in front of me.
    ๑۩۞۩๑

  3. #3
    Junior Member
    Join Date
    May 2023
    Posts
    1
    it is very good

Similar Threads

  1. Replies: 4
    Last Post: 03-26-21, 05:54 PM
  2. Ports Database
    By jbarlow in forum General Broadband Forum
    Replies: 2
    Last Post: 01-29-21, 04:13 PM
  3. Replies: 0
    Last Post: 07-11-11, 07:53 AM
  4. Has anyone noticed the updated TCP/UDP Ports database ?
    By Philip in forum General Discussion Board
    Replies: 7
    Last Post: 02-26-09, 11:07 PM
  5. Limiting Upsteam/Download on Ports
    By Nefarious in forum Networking Forum
    Replies: 2
    Last Post: 02-23-02, 07:01 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •