Readurlinfile

Latest version: v1.2.6

The latest version of readurlinfile with no known security vulnerabilities is 1.2.6. We recommend installing version 1.2.6.

The information on this page was curated by experts in our Cybersecurity Intelligence Team.

Latest release
v1.2.6 at May 8, 2017
License
None

Description

Sometimes you may want to read the URLs in a file(line by line), and use it directly in a method such like http.client.HTTPConnection(url). In order to avoid a mistake, you need to delete the last char "\n" in each URL. So this is a simple example, the programe ReadUrlInFile.py reads the URLs in a file named "list", and sends HTTP requesets to these URLs using the module http.client. (You need to manually creat a file including the URLs line by line)

Resources

Vulnerabilities

See all vulnerabilities

No known vulnerabilities found

Versions (6)

See all versions

Has known vulnerabilities

  • 1.2.6
  • 1.2.3
  • 1.1.0
  • 1.0.2
  • 1.0.1
  • 1.0.0