github Repo信息搜集工具

华盟原创文章投稿奖励计划

使用:$ ./githarvester.py -h

  _____ _ _     _    _                           _
/ ____(_) |   | |  | |                         | |
| |  __ _| |_  | |__| | __ _ _ ____   _____  ___| |_ ___ _ __
| | |_ | | __| |  __  |/ _` | '__ / / _ / __| __/ _ '__|
| |__| | | |_  | |  | | (_| | |    V /  __/__ ||  __/ |
_____|_|__| |_|  |_|__,_|_|    _/ ___||___/_____|_|
Version 0.8
By: @metacortex of @dc801
usage: githarvester.py [-h] [-a ACCOUNT] [-d DIRECTORY] [-o ORGANIZE]
                       [-p PROJECT] [-r CUSTOM_REGEX] [-s CUSTOM_SEARCH] [-u]
                       [-v] [-w WRITE_FILE]This tool is used for harvesting information from GitHub. By default it looks
for code with the filename of 'wp-config.php' and pulls out auth info
参数说明:
  -h, --help        show this help message and exit
  -a ACCOUNT        Specify a specific user account
  -d DIRECTORY      Download results to a specific directory
  -o ORGANIZE       Organize results by 'new', 'old', 'best', or 'all'
  -p PROJECT        Specific project to search. Use with -a
  -r CUSTOM_REGEX   Custom regex string
  -s CUSTOM_SEARCH  Custom GitHub search string
  -u, --url         Output URL of found object
  -v, --verbose     Turn verbose output on. This will output matched lines
  -w WRITE_FILE     Write results to a file
文章来源:

https://github.com/metac0rtex/GitHarvester

本文原创,作者:congtou,其版权均为华盟网所有。如需转载,请注明出处:https://www.77169.net/html/250224.html

发表回复