Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nanshihui committed Apr 26, 2017
1 parent df07369 commit 98a0e33
Show file tree
Hide file tree
Showing 43 changed files with 738 additions and 103 deletions.
131 changes: 37 additions & 94 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scan-T

[![Build Status](http://nanshihui.github.io/public/status.svg)](http://nanshihui.github.io/2016/01/21/ToolForSpider%E7%AE%80%E4%BB%8B/) [![Python 2.6|2.7](http://nanshihui.github.io/public/python.svg)](https://www.python.org/) [![License](http://nanshihui.github.io/public/license.svg)](http://nanshihui.github.io/2016/01/21/ToolForSpider%E7%AE%80%E4%BB%8B/)
[![Build Status](https://nanshihui.github.io/public/status.svg)](https://nanshihui.github.io/2016/01/21/ToolForSpider%E7%AE%80%E4%BB%8B/) [![Python 2.7](https://nanshihui.github.io/public/python.svg)](https://www.python.org/) [![License](https://nanshihui.github.io/public/license.svg)](https://nanshihui.github.io/2016/01/21/ToolForSpider%E7%AE%80%E4%BB%8B/)

  Scan-T is an open source penetration testing tool that automates the process of detecting and collecting the hosts flaws and port fingerprinting. It comes with a powerful detection engine, many nice features for the ultimate penetration tester .

Expand All @@ -16,21 +16,22 @@ Screenshots
----
* searching struts vulnerability

![Screenshot](http://nanshihui.github.io/public/struts.png)
![Screenshot](https://nanshihui.github.io/public/struts.png)

</br>

* struts vulnerability distribution

![Screenshot](http://nanshihui.github.io/public/locate.png)
![Screenshot](https://nanshihui.github.io/public/locate.png)

</br>

* the location of computer

![Screenshot](http://nanshihui.github.io/public/mapshow.png)
![Screenshot](https://nanshihui.github.io/public/mapshow.png)


* Simple introduction:[Screenshot Preview](http://nanshihui.github.io/2016/01/21/ToolForSpider%E7%AE%80%E4%BB%8B/)
* Simple introduction:[Screenshot Preview](https://nanshihui.github.io/2016/01/21/ToolForSpider%E7%AE%80%E4%BB%8B/)

Require
----
Expand All @@ -46,7 +47,7 @@ you can download Scan-T by cloning the [Git](https://github.com/nanshihui/Scan-T

Install introduction: [here](https://github.com/nanshihui/Scan-T/wiki/Install-introduction)

Scan-T works out of the box with [Python](http://www.python.org/download/) version **2.6.x** and **2.7.x** on any platform.
Scan-T works out of the box with [Python](http://www.python.org/download/) version **2.7.x** on any platform.

Usage
----
Expand Down
Empty file modified elasticsearchmanage/logger.py
100755 → 100644
Empty file.
Empty file modified spidermanage/common_static/fontsearch/js/jquery.scrollTo.js
100755 → 100644
Empty file.
Empty file modified spidermanage/manage.py
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion spidermanage/nmaptoolbackground/control/taskcontrol.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def scheduleinit():
# mainschedule.addschedule(event=taskitem.normaltask,type='date') # 后台异步任务

# mainschedule.addschedule(taskitem.listiptask,'0-7','*/21','13','0',id='listiptask')#自定义扫描段任务器
# mainschedule.addschedule(taskitem.tick,'0-7','0-23','*/5','0',id='nmap')#nmap定时任务器
mainschedule.addschedule(taskitem.tick,'0-7','0-23','*/5','0',id='nmap')#nmap定时任务器
# mainschedule.addschedule(taskitem.ticknormal,'0-7','0-23','*/14','0',id='zmap')#zmap定时任务器
# mainschedule.addschedule(taskitem.gchelp,'0-7','0-23','0','0',id='gc')#gc collect

Expand Down
Empty file modified spidermanage/spidertool/detection/fluzzdetect/lib/logger.py
100755 → 100644
Empty file.
1 change: 1 addition & 0 deletions spidermanage/spidertool/iparea.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
115.47.0.0/16
58.14.0.0/15
58.16.0.0/13
58.24.0.0/15
Expand Down
Loading

0 comments on commit 98a0e33

Please sign in to comment.