Skip to content

基于 htcap 的二次开发的漏洞扫描工具

Notifications You must be signed in to change notification settings

Conanjun/SiteMapScan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SiteMapCrawler

基于 htcap 的二次开发的漏洞扫描工具

添加的功能点:

1.增加 cookie

2.增加 ajax请求的url

3.增加匹配js中的url

4.增加各种表单中的url(post和get),单独提取归类

5.添加分布式版本(phantomjs集群 nginx反向代理 py客户端异步提交任务)

HTCAP

Htcap is a web application scanner able to crawl single page application (SPA) in a recursive manner by intercepting ajax calls and DOM changes.
Htcap is not just another vulnerability scanner since it's focused mainly on the crawling process and uses external tools to discover vulnerabilities. It's designed to be a tool for both manual and automated penetration test of modern web applications.

More infos at htcap.org.

SETUP

Requirements

  1. Python 2.7
  2. PhantomJS v2
  3. Sqlmap (for sqlmap scanner module)
  4. Arachni (for arachni scanner module)

Download and Run

$ git clone https://github.com/segment-srl/htcap.git htcap
$ htcap/htcap.py

PhantomJs can be downloaded here. It comes as a self-contained executable with all libraries linked statically, so there is no need to install or compile anything else.

DOCUMENTATION

Documentation, examples and demos can be found at the official website http://htcap.org.

LICENSE

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or(at your option) any later version.

About

基于 htcap 的二次开发的漏洞扫描工具

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages