Skip to content

Commit

Permalink
Updates From Datasploit
Browse files Browse the repository at this point in the history
  • Loading branch information
anandtiwarics committed Jul 8, 2017
1 parent 61f4545 commit 26d8daa
Show file tree
Hide file tree
Showing 77 changed files with 2,569 additions and 2,659 deletions.
37 changes: 0 additions & 37 deletions active_default_file_check.py

This file was deleted.

77 changes: 0 additions & 77 deletions active_scan.py

This file was deleted.

54 changes: 0 additions & 54 deletions datasploit.py

This file was deleted.

5 changes: 5 additions & 0 deletions datasploit/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from __future__ import absolute_import

# This will make sure the app is always imported when
# Django starts so that shared_task will use this app.
from .celery import app as celery_app
2 changes: 1 addition & 1 deletion datasploitapp/templates/datasploit/shodan.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<div>
<div class="result">
{% for data in shodan_data %}
<div class="ip">{{data.ip}}</div>
<div class="ip">{{data.ip}}</div><br>
<pre class="detail">{{data.host}}</pre>
<pre class="detail">{{data.domain}}</pre>
<pre class="detail">Port:{{data.port}}</pre>
Expand Down
Loading

0 comments on commit 26d8daa

Please sign in to comment.