Skip to content

로컬 파일 다운로드 기능에 특화된 Reverse Shell Python Scripts

Notifications You must be signed in to change notification settings

guanjoer/reverse-shell-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reverse Shell Specialized for Local File Download

  • 본 저장소의 스크립트들은 피해자의 OS 환경이 Windows 일 때를 가정하고 작성하였으며, 해당 OS와의 Reverse Connection 시, 해당 시스템의 내장된 명령어 수행 및 시스템 내 Local File Download 기능에 특화되어 있습니다.

Usage

  • 파일 다운로드:
download <Local-file-path>
  • 연결 종료:
Type exit or Ctrl + c

Examples

수행 환경:

  • 공격자 PC: 192.168.56.5(Kali Linux)
  • 피해자 PC: 192.168.0.10(Windows 10)

1. 공격자 PC인 Kali Linux에서 attacker_server.py 실행

python3 attacker_server.py


2. 희생자 PC인 Windows 10인 환경에서 reverse_shell.py 실행

python reverse_shell.py 

3. 공격자 PC인 Kali Linux에서 연결 확인타겟 IP 확인


4. 디렉토리 확인 및 파일 다운로드

  • 디렉토리 확인

  • 파일 다운로드

  • 다운로드 된 파일 확인

About

로컬 파일 다운로드 기능에 특화된 Reverse Shell Python Scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages