An open API service indexing awesome lists of open source software.

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

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)
```