https://github.com/buanzo/crossweb
Tests for unintended exposure of private websites on the Internet
https://github.com/buanzo/crossweb
pentesting-tools python3 sysadmin-tool virtualhosts
Last synced: 6 months ago
JSON representation
Tests for unintended exposure of private websites on the Internet
- Host: GitHub
- URL: https://github.com/buanzo/crossweb
- Owner: buanzo
- Created: 2019-11-29T13:50:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-03T19:47:17.000Z (over 1 year ago)
- Last Synced: 2025-02-26T09:41:47.629Z (8 months ago)
- Topics: pentesting-tools, python3, sysadmin-tool, virtualhosts
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Crossweb
========A tool for private/public website verification, supporting SSL.
Usage
-----First, you need two create two files: one will contain, one per line, a
list of internal websites for your target organization.The other, a list of external websites for your target organization.
The tool will resolve dns for all the external websites, make a list of
unique IP addresses, and for each of those IP addresses, it will test both
http and https access for each of the internal websites.It will output the title that was found.
From the output (just grep for WARNING, then start reducing) you may find
interesting results.More details inside the .py file