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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
pastenum — Pastenum은 텍스트 덤프 열거 도구입니다. | Kitploit
도구/GitHubGitHub/shadowbq/pastenum
OSINT (Open Source Intelligence)ReconnaissanceData ExfiltrationInformation GatheringThreat IntelligenceCrawler
GitHubshadowbq/pastenum

pastenum

Pastenum은 텍스트 덤프 열거 도구입니다.

저장소 보기
14112년 전아직 검토되지 않음

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

#Pastenum Gem Version

Pastenum은 텍스트 덤프 열거 도구입니다. 공개 사이트에 게시된 데이터 덤프와 dox를 찾고 열거하는 데 도움을 주도록 설계되었습니다.

현재 github.com, gist.github.com, pastebin.com, pastee.org, pastie.org 사이트를 검색합니다.

Pastenum은 2011년에 출시된 nullthreat의 원본 pastenum2를 gem으로 다시 작성한 것입니다.

코드 상태

Code Climate Build Status Coverage Status

Dependency Status

설치:

  • Ruby 1.9.* 설치

  • RubyGems 설치

  • gem install pastenum

문제 해결:

** 참고: gemfile의 nokogiri는 네이티브 libxslt 및 libxml2가 설치되어 있어야 합니다

사용법:

root@kitploit:~
(~)$ pastenum -h
Usage: pastenum [OPTIONS] "search string"

Sources::
        --[no-]pastebin
                                     Search Pastebin.com (Gscraper)
                                       Default: true
        --[no-]gist
                                     Search Gist.github.com
                                       Default: true
        --[no-]github
                                     Search github.com
                                       Default: true
        --[no-]pastie
                                     Search pastie.org (Gscraper)
                                       Default: true
        --[no-]pastee
                                     Search pastee.org (Gscraper)
                                       Default: true
Report Output:: (Default output to STDOUT)
    -H, --html-report                Create an html iframed (report.html) 
    -J, --json-report                Create a JSON file (report.json) 
Options::
    -r, --[no-]raw                   use 'raw' urls instead if available
                                       Default: false
    -m, --maxpages=                  maximum number of search results pages to iterate through
                                       Default: 2
    -x, --tos                        Acknowledge Google INC. 'Terms of Service'
    -V, --[no-]ssl-verify            Verify SSL certificates
                                       Default: true
    -v, --verbose                    Run verbosely
    -h, --help                       Display this screen

** 참고: 보고서 iframe을 생성하는 경우 "report.html" 파일을 로드하는 데 시간이 걸릴 수 있습니다.**

예제 검색

'shadowbq'에 대한 Gist 및 Github 코드 검색, SSL 인증서 확인 건너뜀

root@kitploit:~
(~)$  pastenum -x --no-pastebin --no-pastie --no-pastee --no-ssl-verify "shadowbq"
https://gist.github.com/shadowbq/325430
https://gist.github.com/shadowbq/4556950
https://gist.github.com/shadowbq/2718948
https://github.com/shadowbq/matrix.dot.files/blob/8241fc219a3b4601c6c4b1a487441cf31e90916b/docs/README.vim-colors
https://github.com/shadowbq/easy-bin/blob/6237442a25777e17a869b5131f0f4f38ca62def1/easy-bin.gemspec
https://github.com/shadowbq/pastenum/blob/f1d955652a9fd2f7928d7ae84093aea4fc105f85/pastenum.gemspec
https://github.com/shadowbq/matrix.dot.files/blob/8241fc219a3b4601c6c4b1a487441cf31e90916b/home/.matrix/vim/.gitmodules
https://github.com/shadowbq/matrix.dot.files/blob/4d1519387fb7bfc1e1134c179fe372f232e30cba/home/.gitconfig
https://github.com/shadowbq/pastenum/blob/79f620a98f5d6fbb49c805e25b4206fa70429929/README.md
https://github.com/fabrizioc1/WiFu/blob/d37853fd538319317bb4e4f5d16b3255501b76d1/Gemfile
https://github.com/shadowbq/matrix.dot.files/blob/8241fc219a3b4601c6c4b1a487441cf31e90916b/home/.ssh/config
https://github.com/shadowbq/snorby_suite/blob/a5bfc872c6bc8c2691adf3041fa821dadbec233b/snorby_suite.gemspec
https://github.com/shadowbq/rothparty/blob/22a5e8847592cdc158439faef925ca2a07bb0e4d/rothparty.gemspec

원본 Pastenum 크레딧:

Pastenum - Corelan 팀 제작 작성자: Nullthreat

웹사이트

http://redmine.corelan.be/projects/corelan-pastenum

http://www.corelan.be

http://www.nullthreat.net

IRC

irc.freenode.net #corelan

도구 다운로드