项目作者: CipherDogs

项目描述 :
:alien: Netstalking utility
高级语言: Python
项目地址: git://github.com/CipherDogs/search-site.git
创建时间: 2020-09-29T13:16:13Z
项目社区:https://github.com/CipherDogs/search-site

开源协议:GNU General Public License v3.0

下载


SearchSite

The utility is designed to search for sites.

Install

  1. $pip3 install -r requirements.txt

Running

  1. $python3 search_site.py [OPTIONS]
  2. OPTIONS:
  3. -h, --help show this help message and exit
  4. -m, --max maximum length website domain generation
  5. -b, --bigchar add bigchar in alphabet
  6. -c, --smallchar add smallchar in alphabet
  7. -n, --number add number in alphabet
  8. -s, --symbols add symbols in alphabet
  9. -u, --url open url in webbrowser
  10. -o, --out out file

Stoping

Ctrl+C - stopping and showing statistics

Saving

All named sites are saved in the site.txt file or you can specify in which file the generated sites will be saved.