Skip to content

QdghJ/fast-web-title

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web title get

a tool to get title for domain or url

install

pip3 install --user -r requirements.txt

use

                                             
  __           _                  _       _   _ _   _      
 / _| __ _ ___| |_  __      _____| |__   | |_(_) |_| | ___ 
| |_ / _` / __| __| \ \ /\ / / _ \ '_ \  | __| | __| |/ _ \ 
|  _| (_| \__ \ |_   \ V  V /  __/ |_) | | |_| | |_| |  __/
|_|  \__,_|___/\__|   \_/\_/ \___|_.__/   \__|_|\__|_|\___|
                                                           
usage: web_title.py [-h] [-d domain.txt] [-u url.txt] [-i ip.txt] [-t 20]
                    [-o result.txt]

A tool that can get title for domains or urls

optional arguments:
  -h, --help            show this help message and exit
  -d domain.txt, --domain domain.txt
                        domain to get title
  -u url.txt, --url url.txt
                        urls to get title
  -i ip.txt, --ip ip.txt
                        ips to get title
  -t 20, --coroutine 20
                        coroutines to get title
  -o result.txt, --outfile result.txt
                        file to result


python3 web_title.py -d domain.txt

python3 web_title.py -u url.txt

python3 web_title.py -i ip.txt

python3 web_title.py -i ip.txt -d domain.txt -u url.txt

python3 web_title.py -u url.txt -t 50

我的安全专家之路 python协程学习——写个并发获取网站标题的工具 csdn

About

a tool to get web title for domain list or ip list

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages