https://github.com/testprocess/automate-arp-spoofing
잠깐만, 이거쓰면 인터넷 망가져요. 부디 집에서만 쓰세요.
https://github.com/testprocess/automate-arp-spoofing
python
Last synced: 3 months ago
JSON representation
잠깐만, 이거쓰면 인터넷 망가져요. 부디 집에서만 쓰세요.
- Host: GitHub
- URL: https://github.com/testprocess/automate-arp-spoofing
- Owner: testprocess
- License: mit
- Created: 2023-01-24T10:45:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-24T11:39:38.000Z (over 1 year ago)
- Last Synced: 2025-01-12T05:12:34.692Z (5 months ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 419 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# automate-arp-spoofing
Python-based ARP spoofing project that can operate reliably# WARNING: This project are for research purposes only
All legal responsibility rests with the individual or organization using this project.
연구 목적으로만 사용 가능한 레포지토리 입니다. 모든 법적 책임은 이 프로젝트를 사용하는 개인 또는 단체에 있습니다. 명시된 사용 범위를 넘어 부정한 목적으로 사용하신다면 대한민국 법령 정보통신망이용촉진및정보보호등에관한법률 제 48조 3항에 따라 처벌받을 수 있습니다.
## 프로젝트 소개
이 프로젝트는 ARP 패킷을 보내 상대방 IP의 인터넷 접속을 방해하는 프로젝트입니다.
* 내부망 IP 검색 기능
* ARP 차단 기능
* 내 내부 IP 자동 기입 기능## 프로젝트 개발 동기
NetCut이라는 소프트웨어가 있습니다. 이것도 마찬가지로 인터넷 접속을 방해하는 소프트웨어인데, 부분적으로 유료화 되어있습니다. 더 많은 인터넷 사용자를 차단하기 위해서는 비용을 지불해야 합니다. 이 부분을 해결하고자 오픈소스로 개발했습니다.
## 관련 게시글
https://velog.io/@dipokalhhj/Python%EC%9C%BC%EB%A1%9C-ARP-Spoofing-%ED%94%84%EB%A1%9C%EA%B7%B8%EB%9E%A8%EC%9D%84-%EB%A7%8C%EB%93%A4%EC%96%B4%EB%B3%B4%EC%9E%90