-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
811e02a
commit 2882e00
Showing
1 changed file
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
# mikrotik-beast | ||
Mass MikroTik WinBox Exploitation tool, CVE-2018-14847 | ||
# Orginal Exploit | ||
# Mikrotik Beast tool | ||
Mass MikroTik WinBox Exploitation tool, CVE-2018-14847 | ||
This tool allows you to scan a range of network hosts (CIDR) against the CVE-2018-14847 winbox exploit. | ||
|
||
# Usage | ||
python3 mikrotikbeast.py | ||
|
||
***Accepted input examples*** | ||
Example 1 --> '192.168.5.0/24' | ||
Example 2 --> '172.16.0.0/16' | ||
|