Skip to content

Commit

Permalink
Merge branch 'working' into v1.0_final
Browse files Browse the repository at this point in the history
  • Loading branch information
varchashva authored Nov 27, 2018
2 parents bc404c6 + 85488d9 commit 697c0a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ Below technologies have been used in the tool:
Shoot any suggestion/complain/bug to varchashva \[at] gmail \[dot] com

### Contributer ###
[Jyoti Raval](https://www.linkedin.com/in/jyoti-raval-61565157/): (Brutal!) QA
[Jyoti Raval](https://www.linkedin.com/in/jyoti-raval-61565157/): (Brutal!) QA
4 changes: 2 additions & 2 deletions core/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import netaddr
import sys

from .forms import ProjectForm,GoToForm,ScanForm,NewProjectForm,CMDBScanForm
from .forms import ProjectForm,GoToForm,ScanForm,NewProjectForm

from django import forms

Expand Down Expand Up @@ -322,4 +322,4 @@ def networkscan(scanrange):
nm.scan(scanrange,arguments="-PE -sn -iL")
else:
nm.scan(scanrange,arguments="-PE -sn") # ping scan only - can be modified
return nm.all_hosts()
return nm.all_hosts()
Binary file added lmyn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 697c0a9

Please sign in to comment.