mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-22 12:43:23 +00:00
14 KiB
14 KiB
htARTE (HackTricks AWS Red Team 전문가)로부터 AWS 해킹을 제로부터 전문가까지 배우세요 htARTE (HackTricks AWS Red Team Expert)!
HackTricks를 지원하는 다른 방법:
- 회사가 HackTricks에 광고되길 원하거나 HackTricks를 PDF로 다운로드하고 싶다면 구독 요금제를 확인하세요!
- 공식 PEASS & HackTricks 스왜그를 구매하세요
- The PEASS Family를 발견하세요, 당사의 독점 NFTs 컬렉션
- 💬 Discord 그룹 또는 텔레그램 그룹에 가입하거나트위터** 🐦 @carlospolopm를 팔로우하세요.
- 해킹 트릭을 공유하려면 PR을 HackTricks 및 HackTricks Cloud 깃허브 저장소에 제출하세요.
{% embed url="https://websec.nl/" %}
BlueTeam
- https://github.com/yarox24/attack_monitor
- https://capsule8.com/blog/dont-get-kicked-out-a-tale-of-rootkits-and-other-backdoors/
- https://github.com/ION28/BLUESPAWN
- https://github.com/PaperMtn/lil-pwny : 노출된 계정 확인
- https://github.com/rabobank-cdc/DeTTECT
OSINT
- https://github.com/3vangel1st/kamerka
- https://github.com/BullsEye0/google_dork_list
- https://github.com/highmeh/lure
- https://www.shodan.io/
- https://censys.io/
- https://viz.greynoise.io/table
- https://www.zoomeye.org
- https://fofa.so
- https://www.onyphe.io
- https://app.binaryedge.io
- https://hunter.io
- https://wigle.net
- https://ghostproject.fr
- https://www.oshadan.com/
- https://builtwith.com/
- https://www.spiderfoot.net/
- https://github.com/zricethezav/gitleaks
- https://www.nmmapper.com/sys/tools/subdomainfinder/ : 8 개의 서브도메인 찾기 도구, sublist3r, amass 등
WEB
- https://github.com/AlisamTechnology/ATSCAN
- https://github.com/momenbasel/KeyFinder
- https://github.com/hahwul/XSpear
- https://github.com/BitTheByte/Monitorizer/
- https://github.com/spinkham/skipfish
- https://github.com/blark/aiodnsbrute : 도메인 이름을 비동기적으로 브루트 포스
- https://crt.sh/?q=%.yahoo.com : 서브도메인 브루트 포스
- https://github.com/tomnomnom/httprobe: 도메인의 웹 서버에 접근 가능한지 확인
- https://github.com/aboul3la/Sublist3r : 서브도메인 발견
- https://github.com/gwen001/github-search/blob/master/github-subdomains.py : 깃허브에서 서브도메인 발견
- https://github.com/robertdavidgraham/masscan : 빠른 포트 스캐닝
- https://github.com/Threezh1/JSFinder : 웹의 JS 파일에서 서브도메인 및 URL
- https://github.com/C1h2e1/MyFuzzingDict : 웹 파일 사전
- https://github.com/TypeError/Bookmarks/blob/master/README.md : 수십 개의 반복 탭을 피하기 위한 BurpExtension
- https://github.com/hakluke/hakrawler : 자산 획득
- https://github.com/izo30/google-dorker : Google 도크
- https://github.com/sehno/Bug-bounty/blob/master/bugbounty_checklist.md : 웹 버그 바운티 체크리스트
- https://github.com/Naategh/dom-red : 오픈 리다이렉션에 대한 도메인 목록 확인
- https://github.com/prodigysml/Dr.-Watson : 도메인, 서브도메인 및 IP를 발견하기 위한 오프라인 분석을 수행하는 Burp 플러그인
- https://github.com/hahwul/WebHackersWeapons: 다양한 도구 목록
- https://github.com/gauravnarwani97/Trishul : 취약점 (SQLi, XSS, SSTI) 찾기를 위한 BurpSuite 플러그인
- https://github.com/fransr/postMessage-tracker : 포스트 메시지 기능을 추적하기 위한 크롬 확장 프로그램
- https://github.com/Quitten/Autorize : 자동 인증 테스트 (쿠키 제거 및 요청 전송 시도)
- https://github.com/pikpikcu/xrcross: XRCross는 취약점 / BugBounty 테스트를 위한 재구성, 스캐너 및 도구입니다. 이 도구는 (XSS|SSRF|CORS|SSTI|IDOR|RCE|LFI|SQLI) 취약점을 테스트하기 위해 제작되었습니다
Windows
- https://github.com/Mr-Un1k0d3r/PoisonHandler : 측면 이동
- https://freddiebarrsmith.com/trix/trix.html : LOL bins
- https://gist.github.com/netbiosX/ee35fcd3722e401a38136cff7b751d79 (https://pentestlab.blog/2020/01/13/persistence-image-file-execution-options-injection/): 지속성
- https://github.com/odzhan/injection : Windows 프로세스 삽입 기술
- https://github.com/BankSecurity/Red_Team : 레드팀 스크립트
- https://github.com/l0ss/Grouper2 : Active Directory 그룹 정책에서 보안 관련 구성 오류 찾기.
- https://www.wietzebeukema.nl/blog/powershell-obfuscation-using-securestring : Securestring 난독화
- https://pentestlab.blog/2020/02/24/parent-pid-spoofing/ : 부모 PID 스푸핑
- https://github.com/the-xentropy/xencrypt : Powershell 페이로드 암호화
- https://shells.systems/introducing-ninja-c2-the-c2-built-for-stealth-red-team-operations/ : 은밀한 C2
- https://windows-internals.com/faxing-your-way-to-system/ : Windows 내부에 대한 일련의 로그
- https://bestestredteam.com/2018/10/02/tracking-pixel-in-microsoft-office-document/ : 누가 문서를 열었는지 추적
- https://github.com/Integration-IT/Active-Directory-Exploitation-Cheat-Sheet : Active Directory 치트 시트
Firmware
Tools q veo q pueden molar para analizar firmares (automaticas):
- https://github.com/craigz28/firmwalker
- https://github.com/fkie-cad/FACT_core
- https://gitlab.com/bytesweep/bytesweep-go
Post-crema:
- https://blog.mindedsecurity.com/2018/09/pentesting-iot-devices-part-1-static.html
- https://blog.mindedsecurity.com/2018/10/pentesting-iot-devices-part-2-dynamic.html
Como extraer firmware si no lo encontramos online: https://www.youtube.com/watch?v=Kxvpbu9STU4
Aqui un firware con vulnerabilidades para analizar: https://github.com/scriptingxss/IoTGoat
y por aqui la metodologia owasp para analizar firmware: https://github.com/scriptingxss/owasp-fstm
Firmware emulation: FIRMADYNE (https://github.com/firmadyne/firmadyne/) is a platform for automating the emulation and dynamic analysis of Linux-based firmware.
OTHER
- https://twitter.com/HackAndDo/status/1202695084543791117
- https://github.com/weev3/LKWA
- https://h0mbre.github.io/Learn-C-By-Creating-A-Rootkit/
- https://github.com/skelsec/jackdaw
- https://github.com/CoatiSoftware/Sourcetrail : 정적 코드 분석
- https://www.hackerdecabecera.com/2019/12/blectf-capture-flag-en-formato-hardware.html : Bluetooth LE CTF
- https://github.com/skeeto/endlessh : 끝없는 배너를 천천히 보내는 SSH tarpit.
- AWS and Cloud tools: https://github.com/toniblyx/my-arsenal-of-aws-security-tools
- IFS (Interplanetary File System) for phising: https://www.trustwave.com/en-us/resources/blogs/spiderlabs-blog/using-the-interplanetary-file-system-for-offensive-operations/
- IP rotation services: https://medium.com/@lokeshdlk77/how-to-rotate-ip-address-in-brute-force-attack-e66407259212
- Linux rootkit: https://github.com/aesophor/satanic-rootkit
- https://theia-ide.org/ : 온라인 IDE
- https://github.com/nahamsec/Resources-for-Beginner-Bug-Bounty-Hunters/ : BugBounties 시작을 위한 자료
- https://medium.com/macoclock/jailbreak-and-stuff-kickstart-tools-and-techniques-for-ios-application-pentesting-6fa53a3987ab : IOS 펜테스팅 도구
- https://github.com/random-robbie/keywords/blob/master/keywords.txt : 키워드
- https://github.com/ElevenPaths/HomePWN : IoT 해킹 (Wifi, BLE, SSDP, MDNS)
- https://github.com/rackerlabs/scantron : 스캔 자동화
- https://github.com/doyensec/awesome-electronjs-hacking : 이 목록은 Electron.js 보안 관련 주제를 다룹니다.
- https://github.com/serain/bbrecon : BB 프로그램 정보
{% embed url="https://websec.nl/" %}
Learn AWS hacking from zero to hero with htARTE (HackTricks AWS Red Team Expert)!
Other ways to support HackTricks:
- If you want to see your company advertised in HackTricks or download HackTricks in PDF Check the SUBSCRIPTION PLANS!
- 공식 PEASS & HackTricks 스왜그를 얻으세요.
- The PEASS Family를 발견하세요. 저희 독점 NFTs 컬렉션입니다.
- 💬 Discord 그룹에 가입하거나 텔레그램 그룹에 가입하거나 트위터 🐦 @carlospolopm을 팔로우하세요.
- 해킹 기법을 공유하려면 PR을 HackTricks 및 HackTricks Cloud 깃허브 저장소에 제출하세요.