Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amcai/myscan
/ endpoints
Endpoints
4 in github.com/amcai/myscan
⨍
Functions
1,250
◇
Types & classes
275
↳
Endpoints
4
Route
index
app.route('/',methods=["GET","POST","PUT","HEAD","DELETE"]) #http 的reverse 接收端,支持众多方法一些poc使用post方法等
myscan/reverse/reverse_http.py:None
Route
index
app.route('/')
myscan/web/app.py:None
Route
search
app.route('/search', methods=["GET"])
myscan/reverse/reverse_http.py:None
Route
search
app.route('/search', methods=['get'])
myscan/web/app.py:None