Skip to content

Commit

Permalink
Update Scanvuln.py
Browse files Browse the repository at this point in the history
update
  • Loading branch information
SiJiDo authored May 18, 2022
1 parent cc7c003 commit bdcee42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/scan/lib/Scanvuln.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def scan_vuln(scanmethod_query, target_id, current_user):
return

class tool_nuclei(Thread):
def __init__(self, nuclei_queue, task, target_id, conn, cursor, current_user):
def __init__(self, nuclei_queue, task, daily, github, target_id, conn, cursor, current_user):
Thread.__init__(self)
self.queue = nuclei_queue
self.task = task
Expand Down Expand Up @@ -280,4 +280,4 @@ def save_result(target, target_id, vuln_result, cursor, conn, current_user):
except Exception as e:
print(e)

return
return

0 comments on commit bdcee42

Please sign in to comment.