Predict the next base64 code in an enumnation attack on sequntial integers that have been turned to base64 code

1tL1K/nYW1Q= corresponds to 41154

sR4 ngjRepM= corresponds to 41155

“hint the above code does have a space”

the above codes are base64 and correspond to some string + orderids

I am doing this in .NET

If someone able to crack the serie… Continue reading Predict the next base64 code in an enumnation attack on sequntial integers that have been turned to base64 code

Check how many domains are hosted on a linux server (server side)

How do I check from server side/using bash shell how many domains are hosted on the server?

The goal is to discover how many domains are hosted on the server that are exposed via http/https. (Can be connected to remotely)

I know I can ca… Continue reading Check how many domains are hosted on a linux server (server side)

Tools for file system enumeration (LFI/directory traversal exploitation) [on hold]

I’m familiar about a tool called DirBuster which allows to enumerate files and directories on a server. Is there any tool which allows to enumerate servers internal (non-public) files and directories, e.g. through some LFI/pa… Continue reading Tools for file system enumeration (LFI/directory traversal exploitation) [on hold]