https://github.com/vsec7/xurls
eXtract URLs from source
https://github.com/vsec7/xurls
bugbounty osint pentest-tool
Last synced: 5 months ago
JSON representation
eXtract URLs from source
- Host: GitHub
- URL: https://github.com/vsec7/xurls
- Owner: vsec7
- Created: 2020-06-04T13:46:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-04T13:54:05.000Z (about 6 years ago)
- Last Synced: 2024-06-20T05:24:22.622Z (about 2 years ago)
- Topics: bugbounty, osint, pentest-tool
- Language: Go
- Size: 1.95 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xurls
A URLs eXtractor from source.
## Install
```
▶ go get -u github.com/vsec7/xurls
```
## Usage
```
ve@cans ~$ xurls --help
xURLs (eXtract URLs)
By : viloid [Sec7or - Surabaya Hacker Link]
Basic Usage :
▶ echo http://domain.com/path/file.js | xurls
▶ cat listurls.txt | xurls -o result.txt
Options :
-H, --header Header to the request
-o, --output Output file (*default xurls.txt)
-x, --proxy HTTP proxy
```
## Credit And Thanks
```
@tomnomnom (github.com/tomnomnom)
```