mirror of
https://github.com/MikroWizard/mikroman.git
synced 2025-08-09 12:25:46 +02:00
Add snippet Execute,Better Task Results , fix some bugs
This commit is contained in:
parent
733307de8d
commit
463161c291
7 changed files with 188 additions and 31 deletions
|
@ -31,7 +31,7 @@ def scan_network():
|
|||
if not status:
|
||||
if start and end and port:
|
||||
db_syslog.add_syslog_event(get_myself(), "Scanner","start", get_ip(),get_agent(),json.dumps(input))
|
||||
bgtasks.scan_with_ip(start=start,end=end,port=port,password=password,username=username)
|
||||
bgtasks.scan_with_ip(start=start,end=end,port=port,password=password,username=username,user=get_myself())
|
||||
return buildResponse({'status': True},200)
|
||||
else:
|
||||
return buildResponse({'status': status},200)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue