본문 바로가기
2. 시스템 해킹 및 모의 해킹/Kali Linux

상당히 정확한 위치추적용 피싱사이트 제작툴 [Seeker]

by Robert8478 2023. 12. 26.

https://github.com/thewhiteh4t/seeker

 

GitHub - thewhiteh4t/seeker: Accurately Locate Smartphones using Social Engineering

Accurately Locate Smartphones using Social Engineering - GitHub - thewhiteh4t/seeker: Accurately Locate Smartphones using Social Engineering

github.com


상당히 정확한 위치추적능력을 보여주는 툴입니다.
사용법은 기본 실행과 매뉴얼 방법이 있는데
기본실행은 python3 seeker.py 입니다.

seeker.py 실행 후 서버가 다운되시는 분은
python3 seeker.py -t manual 을 이용 매뉴얼 모드로 실행해주시면 됩니다.
터널링이 필요한데 제작자는 ngrok을 사용하라고 합니다.
https://ngrok.com/

 

ngrok | Unified Application Delivery Platform for Developers

ngrok is a secure unified ingress platform that combines your global server load balancing, reverse proxy, firewall, API gateway and Kubernetes Ingress Controller to deliver applications and APIs.

ngrok.com

git clone https://github.com/thewhiteh4t/seeker.git
cd seeker/
chmod +x install.sh
./install.sh

우선적으로 install.sh을 돌려준 후 실행합니다.

# python3 seeker.py

실행하고 웹 템플릿을 지정해주면 됩니다.

실행 후 ngrok 등을 사용하여 포트포워딩을 해주면 접근이 쉬워집니다.