Skip to content

ASP.NET Core Service that records requests for security testing

Notifications You must be signed in to change notification settings

zanecop/postghost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

POSTGhost

ASP.NET Core Service that records requests for security testing.

This tool is for security research only! The service will record any calls made to it for analysis and security research.

Steps:

Further:

  • Run these commands in your ADX/Kusto database of your choice and you can now see your requests in Kusto :D
    • Get a URL SAS token for the requests and bodys containers; they will need list/read permissions.

.create external table PostGhostRequests (Data:string) kind=blob dataformat=tsv ( h@'https://<storageaccount>.blob.core.windows.net/requests?<fullSASMaterialHere>' )

and

.create external table PostGhostBodys (Data:string) kind=blob dataformat=tsv ( h@'https://<storageaccount>.blob.core.windows.net/bodys?<fullSASMaterialHere>' )

About

ASP.NET Core Service that records requests for security testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages