Skip to content

Wasp Toucher aims to provide a passive vulnerability security scanner for web applications.

Notifications You must be signed in to change notification settings

CyberScions/WaspToucher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wasp Toucher aims to provide a passive vulnerability security scanner for web applications.

Using OWASP's vulnerability lists (https://www.owasp.org) WaspToucher conducts passive analysis against intercepted HTTP transmissions checking 
 
Some reasons why to use WaspToucher:
- Safe for production environments as WaspToucher will not perform any attacks in passive mode
- Can be used to test cloud environments
- Able to intercept SSL/TLS packets and analyse them
- WaspToucher Runner is based around command line execution and is perfect in continuous build and automated QA environments

How WaspToucher works:
1. WaspToucher Runner starts a passive proxy 
2. HTTP requests will then automatically run through the proxy
3. WaspToucher will analyses the HTTP flow of traffic and check for any possible exploits or security concerns

If you are interested in contributing, create a fork and once your done send a pull request.
https://github.com/WaspToucher/WaspToucher

About

Wasp Toucher aims to provide a passive vulnerability security scanner for web applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.4%
  • PowerShell 0.6%