mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-22 04:33:28 +00:00
14 KiB
14 KiB
{% hint style="success" %}
AWS 해킹 배우기 및 연습하기:HackTricks Training AWS Red Team Expert (ARTE)
GCP 해킹 배우기 및 연습하기: HackTricks Training GCP Red Team Expert (GRTE)
HackTricks 지원하기
- 구독 계획 확인하기!
- **💬 Discord 그룹 또는 텔레그램 그룹에 참여하거나 Twitter 🐦 @hacktricks_live를 팔로우하세요.
- HackTricks 및 HackTricks Cloud GitHub 리포지토리에 PR을 제출하여 해킹 팁을 공유하세요.
{% embed url="https://websec.nl/" %}
블루팀
- 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 등
웹
- 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 : GitHub에서 서브도메인 발견
- 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 dorks
- https://github.com/sehno/Bug-bounty/blob/master/bugbounty_checklist.md : 웹 버그 바운티 체크리스트
- https://github.com/Naategh/dom-red : Open Redirection에 대한 도메인 목록 확인
- https://github.com/prodigysml/Dr.-Watson : Burp 플러그인, 도메인, 서브도메인 및 IP 발견을 위한 오프라인 분석
- https://github.com/hahwul/WebHackersWeapons: 다양한 도구 목록
- https://github.com/gauravnarwani97/Trishul : 취약점 찾기 위한 BurpSuite 플러그인 (SQLi, XSS, SSTI)
- https://github.com/fransr/postMessage-tracker : post-messages 기능 추적을 위한 Chrome 확장
- https://github.com/Quitten/Autorize : 자동 인증 테스트 (쿠키 제거 후 요청 전송 시도)
- https://github.com/pikpikcu/xrcross: XRCross는 재구성, 스캐너 및 침투/버그 바운티 테스트 도구입니다. 이 도구는 (XSS|SSRF|CORS|SSTI|IDOR|RCE|LFI|SQLI) 취약점을 테스트하기 위해 만들어졌습니다.
윈도우
- 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 치트 시트
펌웨어
펌웨어 분석에 유용할 수 있는 도구들 (자동화):
- https://github.com/craigz28/firmwalker
- https://github.com/fkie-cad/FACT_core
- https://gitlab.com/bytesweep/bytesweep-go
포스트 크레마:
- 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
온라인에서 펌웨어를 찾지 못할 경우 추출하는 방법: https://www.youtube.com/watch?v=Kxvpbu9STU4
여기 분석할 수 있는 취약점이 있는 펌웨어: https://github.com/scriptingxss/IoTGoat
그리고 여기 펌웨어 분석을 위한 OWASP 방법론: https://github.com/scriptingxss/owasp-fstm
펌웨어 에뮬레이션: FIRMADYNE (https://github.com/firmadyne/firmadyne/)는 Linux 기반 펌웨어의 에뮬레이션 및 동적 분석을 자동화하는 플랫폼입니다.
기타
- 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 타르핏.
- AWS 및 클라우드 도구: https://github.com/toniblyx/my-arsenal-of-aws-security-tools
- 피싱을 위한 IFS (Interplanetary File System): https://www.trustwave.com/en-us/resources/blogs/spiderlabs-blog/using-the-interplanetary-file-system-for-offensive-operations/
- IP 회전 서비스: https://medium.com/@lokeshdlk77/how-to-rotate-ip-address-in-brute-force-attack-e66407259212
- 리눅스 루트킷: https://github.com/aesophor/satanic-rootkit
- https://theia-ide.org/ : 온라인 IDE
- https://github.com/nahamsec/Resources-for-Beginner-Bug-Bounty-Hunters/ : 버그 바운티 시작을 위한 자료
- 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/" %}
{% hint style="success" %}
AWS 해킹 배우기 및 연습하기:HackTricks Training AWS Red Team Expert (ARTE)
GCP 해킹 배우기 및 연습하기: HackTricks Training GCP Red Team Expert (GRTE)
HackTricks 지원하기
- 구독 계획 확인하기!
- **💬 Discord 그룹 또는 텔레그램 그룹에 참여하거나 Twitter 🐦 @hacktricks_live를 팔로우하세요.
- HackTricks 및 HackTricks Cloud GitHub 리포지토리에 PR을 제출하여 해킹 팁을 공유하세요.