We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception in thread Thread-2 (worker): Traceback (most recent call last): File "D:\DownLoad\burpsuite_hack-master\burpsuite_hack-master\MyUDPHandler_Threads.py", line 117, in worker scan_vul(data) File "D:\DownLoad\burpsuite_hack-master\burpsuite_hack-master\MyUDPHandler_Threads.py", line 130, in scan_vul ssrf = SSRF(http) ^^^^^^^^^^ File "D:\DownLoad\burpsuite_hack-master\burpsuite_hack-master\lib\plugins\ssrf.py", line 18, in init self.db = DBUtil() ^^^^^^^^ File "D:\DownLoad\burpsuite_hack-master\burpsuite_hack-master\lib\utils\DBUtil.py", line 15, in init self.port = int(Config.get_instance().get('mysql.PORT')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
数据库不会配置
Sorry, something went wrong.
burpsuite_hack-master\resources\app.config 这里面配置去掉{}
No branches or pull requests
Exception in thread Thread-2 (worker):
Traceback (most recent call last):
File "D:\DownLoad\burpsuite_hack-master\burpsuite_hack-master\MyUDPHandler_Threads.py", line 117, in worker
scan_vul(data)
File "D:\DownLoad\burpsuite_hack-master\burpsuite_hack-master\MyUDPHandler_Threads.py", line 130, in scan_vul
ssrf = SSRF(http)
^^^^^^^^^^
File "D:\DownLoad\burpsuite_hack-master\burpsuite_hack-master\lib\plugins\ssrf.py", line 18, in init
self.db = DBUtil()
^^^^^^^^
File "D:\DownLoad\burpsuite_hack-master\burpsuite_hack-master\lib\utils\DBUtil.py", line 15, in init
self.port = int(Config.get_instance().get('mysql.PORT'))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered: