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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
nullscan — 모듈식 프레임워크로, 보안 테스트를 연결하고 자동화하도록 설계되었습니다. | Kitploit
도구/GitHubGitHub/noptrix/nullscan
Penetration Testing FrameworksReconnaissanceVulnerability ScannersPort ScanningExploitationInformation GatheringNetwork SecurityPenetration Testing
GitHubnoptrix/nullscan

nullscan

모듈식 프레임워크로, 보안 테스트를 연결하고 자동화하도록 설계되었습니다.

저장소 보기
44115년 전Kitploit 검토 완료

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
웹사이트

설명

보안 테스트를 연결하고 자동화하도록 설계된 모듈식 프레임워크입니다. 명령줄에서 대상 정의를 파싱하고, 그 후 해당 모듈과 nullscan-tools를 실행합니다. 또한 호스트를 받아 먼저 nmap을 시작하여 기본 포트 스캔을 수행한 후 모듈을 실행할 수 있습니다. 또한 nullscan은 제공된 nmap 로그 파일에서 열린 tcp 및 udp 포트를 파싱한 후 다시 모듈을 실행할 수 있습니다. 모든 결과는 깔끔한 구조로 지정된 디렉토리에 로깅되며, 이후 HTML 보고서를 생성할 수 있습니다.

이 코드는 2012년 12월 2일에 세상을 떠난 친구 Zeljko(R.I.P.)에게 바칩니다.

사용법

root@kitploit:~
[ hacker@blackarch ~ ]$ nullscan -H
                ____
   ____  __  __/ / /_____________ _____
  / __ \/ / / / / / ___/ ___/ __ `/ __ \
 / / / / /_/ / / (__  ) /__/ /_/ / / / /
/_/ /_/\__,_/_/_/____/\___/\__,_/_/ /_/

   --==[ by nullsecurity.net ]==--

usage

  nullscan <modes> [options] | <misc>

modes

  -t <targets> - hosts to scan via nmap and then attack - ? for info
  -u <uris>    - targets to attack directly via URIs - ? for info
  -l <file>    - parse nmap xml logfile and attack hosts on open ports

options

  -o <opts>    - extra options for modes - ? for info
  -i <mods>    - include modules (default: all) - ? for info
  -I <tools>   - include tools (default: all) - ? for info
  -x <mods>    - exclude modules (default: see nullscan.cfg) - ? for info
  -X <tools>   - exclude tools (default: see nullscan.cfg) - ? for info
  -T <num>     - num workers for parallel target checks (default: 15)
  -M <num>     - num workers to run parallel modules (default: 10)
  -P <num>     - num workers to run parallel tools (default: 15)
  -k <sec>     - num seconds for tool (global) timeout (default: 0.0)
  -r           - generate an html report
  -R <dir>     - work, log and report dir (default: pwd + date)
  -c <file>    - config file (default: /etc/nullscan.conf)
  -v           - verbose mode (default: false)
  -d           - debug mode (default: false)

misc

  -C           - check for missing tools (recommended)
  -p <args>    - print tools and exit - ? for info
  -m <args>    - create and add a new module - ? for info
  -a <args>    - add tool to existing module - ? for info
  -V           - print version of nullscan and exit
  -H           - print this help and exit

examples

  -t 192.168.0.0/24 -i tcp=ssh,http -r -I hydra_ssh,crack_http_auth

  -u 'tcp://nsa.gov:80=http,22=ssh;udp://foo.bar:1337;
      http://fbi.gov,https://cia.gov;mail://[email protected];
      person://justin bieber,noptrix;lan://eth0,tap0;wifi://wlan0'
      -o 'user=root;plists=/tmp/pwds.txt;rhost=192.168.0.1;
      sport=1337;dirsearch_web=-o my -p "own opts" -c 1 -f 4;'

  -n /tmp/scanned.xml -i 'host=icmp;tcp=default' -r

  -l hosts.txt -X sqlmap,wpscan -v -o 'httping_web=-p cia.gov;
     rpcdump_udp=-f foo -b bar;nmap=-sT,-n,-p-;'

  -p 'tcp=ssh,http;host=zonetransfer;udp'

  -m 'icmp/ping ping_flood ping -f -s 9999'

  -a 'tcp/ssh crack_ssh sshcracker -c arg -f arg'

예제

asciicast

설치

setup.sh를 실행하세요. 그런 다음 pip install -r docs/requirements.txt를 사용하여 필요한 Python 모듈을 설치하세요.

저자

noptrix

참고 사항

  • docs/nullscan.1의 매뉴얼 페이지를 확인하세요.
  • 모든 명령줄 옵션에 '?' 옵션 값을 사용하세요. 사용법과 예제에 대한 정보를 제공합니다.
  • 깔끔한 코드; 실제 프로젝트
  • nullscan은 이미 패키징되어 BlackArch Linux에서 사용할 수 있습니다.
  • master 브랜치는 항상 안정적이며; dev 브랜치는 현재 작업을 위해 생성됩니다.
  • 제가 공개하는 모든 자료는 nullsecurity.net을 통해 공식적으로 발표 및 게시됩니다.

라이선스

docs/LICENSE를 확인하세요.

면책 조항

nullsecurity.net에서 찾을 수 있는 해킹 관련 자료는 오직 교육 목적으로만 제공됨을 강조합니다. 당사는 어떠한 손해에 대해서도 책임을 지지 않습니다. 귀하는 귀하의 행동에 대해 책임을 집니다.

도구 다운로드