Skip to content

Commit

Permalink
add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulConsole committed Jun 13, 2024
1 parent a97f4a4 commit 2f77230
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,26 @@
# sadExtractor
sadExtractor is a simple recon tool that extract all links from a web page.


## Install

If you have Go installed and configured (i.e. with `$GOPATH/bin` in your `$PATH`):

```
go install -v github.com/SaDs3c/sadExtractor@latest
```

Otherwise [download a release for your platform](https://github.com/SaDs3c/sadExtractor/releases).
To make it easier to execute you can put the binary in your `$PATH`.

## Usage

Single URL:
```
sadExtractor -d <domain> -o output.txt
```

Multiple URL in File:
```
sadExtractor -l urls.txt -o output.txt
```

0 comments on commit 2f77230

Please sign in to comment.