Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
create_ap — [유지보수 안 됨] 이 스크립트는 NAT 또는 브리지(Bridged) 방식의 WiFi 액세스 포인트를 생성합니다. | Kitploit
도구/GitHubGitHub/oblique/create_ap
Wi-Fi AuditingNetwork SecurityWireless SecurityPenetration TestingUtilities & FrameworksRed TeamingArchived
GitHuboblique/create_ap

create_ap

[유지보수 안 됨] 이 스크립트는 NAT 또는 브리지(Bridged) 방식의 WiFi 액세스 포인트를 생성합니다.

저장소 보기
4.5k1.0k2년 전Kitploit 검토 완료

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

더 이상 유지 관리되지 않음

이 프로젝트는 더 이상 유지 관리되지 않습니다.

포크 및 이 프로젝트의 후속

  • linux-wifi-hotspot - GUI 제공 및 개선에 중점을 둔 포크입니다.
  • linux-router - WiFi에 국한되지 않는 새로운 기능과 개선 사항을 제공하는 데 중점을 둔 포크입니다. 몇 가지 흥미로운 기능은 다음과 같습니다: 유선 인터페이스로 인터넷 공유 및 redsocks를 사용한 투명 프록시를 통한 인터넷 공유.

기능

  • 모든 채널에서 AP(액세스 포인트)를 생성할 수 있습니다.
  • 다음 암호화 중 하나를 선택할 수 있습니다: WPA, WPA2, WPA/WPA2, 오픈 (암호화 없음).
  • SSID를 숨길 수 있습니다.
  • 클라이언트 간 통신을 비활성화합니다 (클라이언트 격리).
  • IEEE 802.11n 및 802.11ac 지원
  • 인터넷 공유 방법: NATed, Bridged 또는 None (인터넷 공유 안 함).
  • AP 게이트웨이 IP를 선택할 수 있습니다 ('NATed' 및 'None' 인터넷 공유 방법에만 해당).
  • 인터넷 연결을 얻고 있는 동일한 인터페이스로 AP를 생성할 수 있습니다.
  • SSID와 비밀번호를 파이프 또는 인수로 전달할 수 있습니다 (예제 참조).

의존성

일반

  • bash (이 스크립트를 실행하기 위해)
  • util-linux (getopt용)
  • procps 또는 procps-ng
  • hostapd
  • iproute2
  • iw
  • iwconfig ('iw'가 어댑터를 인식하지 못하는 경우에만 필요)
  • haveged (선택 사항)

'NATed' 또는 'None' 인터넷 공유 방법용

  • dnsmasq
  • iptables

설치

일반

root@kitploit:~
git clone https://github.com/oblique/create_ap
cd create_ap
make install

ArchLinux

root@kitploit:~
pacman -S create_ap

Gentoo

root@kitploit:~
emerge layman
layman -f -a jorgicio
emerge net-wireless/create_ap

예제

비밀번호 없음 (오픈 네트워크):

root@kitploit:~
create_ap wlan0 eth0 MyAccessPoint

WPA + WPA2 비밀번호:

root@kitploit:~
create_ap wlan0 eth0 MyAccessPoint MyPassPhrase

인터넷 공유가 없는 AP:

root@kitploit:~
create_ap -n wlan0 MyAccessPoint MyPassPhrase

브리지 인터넷 공유:

root@kitploit:~
create_ap -m bridge wlan0 eth0 MyAccessPoint MyPassPhrase

브리지 인터넷 공유 (사전 구성된 브리지 인터페이스):

root@kitploit:~
create_ap -m bridge wlan0 br0 MyAccessPoint MyPassPhrase

동일한 WiFi 인터페이스에서 인터넷 공유:

root@kitploit:~
create_ap wlan0 wlan0 MyAccessPoint MyPassPhrase

다른 WiFi 어댑터 드라이버 선택

root@kitploit:~
create_ap --driver rtl871xdrv wlan0 eth0 MyAccessPoint MyPassPhrase

파이프를 사용한 비밀번호 없음 (오픈 네트워크):

root@kitploit:~
echo -e "MyAccessPoint" | create_ap wlan0 eth0

파이프를 사용한 WPA + WPA2 비밀번호:

root@kitploit:~
echo -e "MyAccessPoint\nMyPassPhrase" | create_ap wlan0 eth0

IEEE 802.11n 활성화

root@kitploit:~
create_ap --ieee80211n --ht_capab '[HT40+]' wlan0 eth0 MyAccessPoint MyPassPhrase

클라이언트 격리:

root@kitploit:~
create_ap --isolate-clients wlan0 eth0 MyAccessPoint MyPassPhrase

Systemd 서비스

영구적인 systemd 서비스 사용

서비스를 즉시 시작:

root@kitploit:~
systemctl start create_ap

부팅 시 시작:

root@kitploit:~
systemctl enable create_ap

라이선스

FreeBSD

도구 다운로드