대문
Hunter0x01 (토론 | 기여)님의 2022년 5월 11일 (수) 07:39 판
RUST 프로그래밍
https://rinthel.github.io/rust-lang-book-ko/
https://github.com/PacktPublishing/Practical-System-Programming-for-Rust-Developers
CVE-2021-44228 Log4Shell (PoC)
Quick
root@SMEV:/root> lsof -n -P -iTCP -sTCP:LISTEN
https://me2nuk.com/Python-requests-module-example/
https://hackcatml.tistory.com/19
oscp 서바이벌 가이드
https://github.com/wwong99/pentest-notes/blob/master/oscp_resources/OSCP-Survival-Guide.md
https://sda.pu.go.id/tkpsda/saddang/uploads/buletin/buletin_201606091844.pdf
lena 리버싱 한글
reversing
Reversing for everyone
팀별 구분
기타
admin 템플릿
reverse engineering
https://gist.github.com/ik5/0876fc87917fbf531b70c7fda7afdc3b
https://docs.google.com/spreadsheets/u/0/d/13wBzwmfAoEBPUgcYM4CgSoj--xLicPz777IQ6iSUlNk/htmlview#
300TB
pentester academy
Offensive Security Mindmap
pentester 2
테크트리
shell 예제
인터넷 익스플로러 호환성 모드 추가
기존 인터넷 익스플로러 호환성 모드 추가해놓고 레지스트리 가서 export 받아 hex "," 없애고 reg add 로 추가
set regkey="HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\BrowserEmulation\ClearableListData"
set regdata=411f00005308adba010000003000000001000000010000000c000000b2981b841013d2010100000009006b00720061002e0063006f002e006b007200
reg add %regkey% /v UserFilter /t REG_BINARY /d %regdata%