Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/incogbyte/laravel-phpunit-rce-masscaner
Masscanner for Laravel phpunit RCE CVE-2017-9841
https://github.com/incogbyte/laravel-phpunit-rce-masscaner
bugbounty cve-2017-9841
Last synced: 4 days ago
JSON representation
Masscanner for Laravel phpunit RCE CVE-2017-9841
- Host: GitHub
- URL: https://github.com/incogbyte/laravel-phpunit-rce-masscaner
- Owner: incogbyte
- Created: 2021-07-04T16:15:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-10T18:10:34.000Z (over 3 years ago)
- Last Synced: 2024-11-21T18:40:46.698Z (21 days ago)
- Topics: bugbounty, cve-2017-9841
- Language: Python
- Homepage:
- Size: 1.11 MB
- Stars: 21
- Watchers: 1
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - incogbyte/laravel-phpunit-rce-masscaner - Masscanner for Laravel phpunit RCE CVE-2017-9841 (Python)
README
# laravel phpunit rce masscanner CVE-2017-9841
Masscanner for Laravel phpunit RCE **CVE-2017-9841**## deps
```
python3 -m pip install -r requirements.txtor
pipenv install -r requirements.txt
```
# Usage
```
usage: tool [-h] [--file ] [--range ,] [--single SINGLE]
optional arguments:
-h, --help show this help message and exit
--file Input your target host lists
--range , Set range IP Eg.: 192.168.15.1,192.168.15.100```
# PoC
![poc.png](poc.png)## Features
- Range of ips with --range Eg: python3 main.py --range 192.168.0.1,192.168.1.253
- List of hostnames --file Eg: python3 main.py --file hostnames.txt
- Dorks see dorks.txt## References
[https://github.com/sebastianbergmann/phpunit/pull/1956](https://github.com/sebastianbergmann/phpunit/pull/1956)
[https://nvd.nist.gov/vuln/detail/CVE-2017-9841](https://nvd.nist.gov/vuln/detail/CVE-2017-9841)
## LOOK HERE
```
+------------------------------------------------------------------------------+
| [!] Legal disclaimer: Usage of this tool for attacking |
| targets without prior mutual consent is illegal. |
| It is the end user's responsibility to obey all applicable |
| local, state and federal laws. |
| Developers assume no liability and are not responsible for any misuse or |
| damage caused by this program |
+------------------------------------------------------------------------------+```
Bye!
![tenor.gif](tenor.gif)