mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-21 20:23:18 +00:00
Update README.md
This commit is contained in:
parent
45a54efe30
commit
e4f58422e0
1 changed files with 8 additions and 0 deletions
|
@ -125,6 +125,14 @@ tinja url -u "http://example.com/?name=Kirlia" -H "Authentication: Bearer ey..."
|
|||
tinja url -u "http://example.com/" -d "username=Kirlia" -c "PHPSESSID=ABC123..."
|
||||
```
|
||||
|
||||
### [SSTImap](https://github.com/vladko312/sstimap)
|
||||
|
||||
```bash
|
||||
python3 sstimap.py -i -l 5
|
||||
python3 sstimap.py -u "http://example.com/ --crawl 5 --forms
|
||||
python3 sstimap.py -u 'https://example.com/page?name=John' -s
|
||||
```
|
||||
|
||||
### [Tplmap](https://github.com/epinna/tplmap)
|
||||
|
||||
```python
|
||||
|
|
Loading…
Reference in a new issue