mirror of
https://github.com/Mr-xn/Penetration_Testing_POC.git
synced 2025-08-13 11:28:28 +00:00
Update dede_burp_admin_path.md
This commit is contained in:
parent
d09423da7a
commit
cd0b5fdaed
@ -5,6 +5,8 @@
|
||||
|
||||
```python
|
||||
#!/usr/bin/env python
|
||||
# 需要requests 模块,请自行使用 pip 安装
|
||||
|
||||
'''/*
|
||||
* author = Mochazz
|
||||
* team = 红日安全团队
|
||||
@ -65,7 +67,9 @@ print("后台地址为:",back_dir)
|
||||
升级版本代码如下:
|
||||
```python
|
||||
#!/usr/bin/env python3
|
||||
# 需要requests 模块,请自行使用 pip 安装
|
||||
# coding:utf-8
|
||||
|
||||
import requests
|
||||
import itertools
|
||||
from random import choice
|
||||
@ -225,4 +229,4 @@ if __name__ == '__main__':
|
||||

|
||||
|
||||
### 相关文章
|
||||
https://xz.aliyun.com/t/2064
|
||||
https://xz.aliyun.com/t/2064
|
||||
|
Loading…
x
Reference in New Issue
Block a user