In3tinct / See-SURF

Python based scanner to find potential SSRF parameters
GNU General Public License v3.0
282 stars 63 forks source link

Update see-surf.py #15

Open exhaustedMutex opened 1 year ago

exhaustedMutex commented 1 year ago

/See-SURF/see-surf.py:422: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead worker.setDaemon(True)

replaced with worker.daemon = True