
Python 기반 웹 정찰 도구로, 보안 평가를 위해 사이트 메타데이터, DNS 레코드, 서브도메인, 방화벽 이름, 기술 스택 및 인증서 세부 정보를 추출합니다.
Web Path Finder는 웹사이트에 대한 정보를 제공하는 Python 프로그램입니다. 페이지 제목, 최종 업데이트 날짜, DNS 정보, 서브도메인, 방화벽 이름, 사용된 기술, 인증서 정보 등 다양한 세부 정보를 가져옵니다.

저장소를 클론합니다:
git clone https://github.com/HalilDeniz/PathFinder.git
필요한 패키지를 설치합니다:
pip install -r requirements.txt
이렇게 하면 필요한 모든 모듈과 해당 버전이 설치됩니다.
다음 명령어를 사용하여 프로그램을 실행합니다:
┌──(root💀denizhalil)-[~/MyProjects/]
└─# python3 pathFinder.py --help
usage: pathFinder.py [-h] url
Web Information Program
positional arguments:
url Enter the site URL
options:
-h, --help show this help message and exit
<url>을 탐색하려는 웹사이트의 URL로 바꾸세요.
프로그램 실행 결과의 예시는 다음과 같습니다:
┌──(root💀denizhalil)-[~/MyProjects/]
└─# python3 pathFinder.py https://www.facebook.com/
Site Information:
Title: Facebook - Login or Register
Last Updated Date: None
First Creation Date: 1997-03-29 05:00:00
Dns Information: []
Sub Branches: ['157']
Firewall Names: []
Technologies Used: javascript, php, css, html, react
Certificate Information:
Certificate Issuer: US
Certificate Start Date: 2023-02-07 00:00:00
Certificate Expiration Date: 2023-05-08 23:59:59
Certificate Validity Period (Days): 90
Bypassed JavaScript content:
기여는 환영합니다! PathFinder에 기여하려면 다음 단계를 따르세요:
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 LICENSE 파일을 참조하세요.
문의 사항이나 추가 정보가 필요하면 다음 채널을 통해 연락해 주세요: