https://github.com/randomrobbiebf/sap-brute
SAP Netweaver Login Bruteforcer.
https://github.com/randomrobbiebf/sap-brute
Last synced: about 2 months ago
JSON representation
SAP Netweaver Login Bruteforcer.
- Host: GitHub
- URL: https://github.com/randomrobbiebf/sap-brute
- Owner: RandomRobbieBF
- Created: 2021-03-24T11:49:04.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-24T11:50:59.000Z (almost 5 years ago)
- Last Synced: 2025-01-21T05:41:44.475Z (about 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SAP-brute
SAP Netweaver Login Bruteforcer.
```
usage: SAP-brute.py [-h] [-u URL] [-f FILE] [-p PROXY]
optional arguments:
-h, --help show this help message and exit
-u URL, --url URL URL to test
-f FILE, --file FILE File of urls
-p PROXY, --proxy PROXY
Proxy for debugging
```
Single Site
---
```
python3 SAP-brute.py -u http://whastever.com
```
Multiple Sites
---
```
python3 SAP-brute.py -f sites.txt
```