Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmdiaa committed Dec 10, 2021
1 parent 1fddf93 commit 9dd3dd0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ docker pull mhmdiaa/second-order
Number of threads (default 10)
```

## Example
```
go run second-order.go -base https://example.com -config config.json -output example.com -concurrency 10
```

## Configuration File
**Example configuration files are in [config](/config/)**
- `Headers`: A map of headers that will be sent with every request.
Expand Down Expand Up @@ -71,6 +66,7 @@ All results are saved in JSON files that specify what and where data was found
}
```
- The results of `LogInline` are saved in `inline.json`
```
{
"https://example.com/": {
"title": [
Expand All @@ -83,6 +79,7 @@ All results are saved in JSON files that specify what and where data was found
]
}
}
```

## Usage Ideas
This is a list of tips and ideas (not necessarily related to second-order subdomain takeover) on what to use Second Order for.
Expand Down

0 comments on commit 9dd3dd0

Please sign in to comment.