Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smackerdodi/get-title
multi threaded python tool to get pages's title
https://github.com/smackerdodi/get-title
Last synced: 22 days ago
JSON representation
multi threaded python tool to get pages's title
- Host: GitHub
- URL: https://github.com/smackerdodi/get-title
- Owner: smackerdodi
- Created: 2020-08-24T00:20:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-25T13:31:02.000Z (over 4 years ago)
- Last Synced: 2024-08-05T17:34:27.163Z (4 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 7
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - smackerdodi/get-title - multi threaded python tool to get pages's title (Python)
README
# get-title
multi threaded python tool to get pages's title
# Description
some times you need to get the title of every subdomain or every page to search for specific pages and this tool will help you do this and it is multi threaded to be so fast . grepping page title is similar to subdomain screenshot we do grep title instead of open every page in browser# Installation :
1- git clone https://github.com/smackerdodi/get-title.git
2- cd get-title
3- pip3 install -r requirements.txt
# Usage :
python3 get-title.py subs.txt
subs.txt : file contain subdomains or pages must start with http(s)://
note that pages you want to grep title must have http(s):// in the first of each line so i suggest to take the output of httprobe tool as input for this tool