Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zbo14/giturls
A command-line tool that searches GitHub for URLs
https://github.com/zbo14/giturls
browser-automation bug-bounty cli puppeteer recon web-scraping
Last synced: about 2 months ago
JSON representation
A command-line tool that searches GitHub for URLs
- Host: GitHub
- URL: https://github.com/zbo14/giturls
- Owner: zbo14
- License: mit
- Created: 2020-06-01T17:23:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T19:59:19.000Z (almost 3 years ago)
- Last Synced: 2024-10-03T12:56:50.493Z (4 months ago)
- Topics: browser-automation, bug-bounty, cli, puppeteer, recon, web-scraping
- Language: JavaScript
- Homepage:
- Size: 247 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# giturls
A command-line tool that searches GitHub for URLs
## Install
`$ npm i @zbo14/giturls`
## Usage
```
Usage: giturls [options]Options:
-V, --version output the version number
-c, --cookie cookie for your GitHub account
-q, --quiet don't show banner and info
-w, --window open the browser window
-h, --help display help for command
```**Note:** `giturls` might output the same URL multiple times.
To process unique URLs, you can pipe `giturls` to `sort`:
`$ giturls -c | sort -u > unique-urls.txt`