초기화 할 때 마다 설정하는 내용이기도 하고, 공유해달라는 요청도 많아서 정리하는 포스트
1. windows
리눅스는 WSL을 기본으로 사용함
vmware workstation으로 우분투 22, kali, win7 정도 사용함
디컴,디버거는
IDA 32/64
Xdebuger 32/64
windbg
gdb(linux)
많이 사용함
2.mac
parallels로 윈도우, 우분투 올려둠 ( m3pro 사용 중이라 거의 의미없음 )
lldb, gdb(linux) 많이 사용함
cutter랑 ida 사용함
terminus -> ssh 사용할 때 너무 편함
iterm -> rosetta2로 열기 설정해서 x86 arch로 두고 씀
text scanner -> command + 1 눌러서 OCR 하는 프로그램인데 저렴하고 엄청 편함
3.공통
에디터로 vscode, sublime text 사용함
xcode 도 종종 사용
docker, github, notion 필수
filezilla -> 무난한 ftp
pycharm, jupyter notebook -> pycharm은 회사 프로젝트, jupyter는 ai 돌릴 때
chrome -> 이미 누구나...
4.해킹툴
디버거, 디컴파일러는 앞에서 언급했고
charles, fidler ( 윈도우면 fidler, 맥이면 charles )
wireshark
nmap ( 맥에서 zenmap )
burp suite
ipscan 아무거나
dirsearch, fscan, sqlmap etc...
nordvpn 추천 -> 나라별로 노드 많고 저렴함
생각 날 때 마다 적는 중
'NOTE' 카테고리의 다른 글
ascii art (0) | 2024.01.25 |
---|---|
shellcode generator, db (0) | 2024.01.25 |
syscall (0) | 2024.01.25 |
XSS payload (0) | 2024.01.25 |
reverse shell, curl bash perl ETC... (0) | 2024.01.25 |