d34dfr4m3 / kioptrix_l5_xpl

A little automation in exploitation of phptax 0.8 and pChart2.1.3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

whatis

This is just a shit code I write while playing Kioptrix 2014 #5. The code here is just a automation in exploitation using public exploits which I found in the exploit-db.

The freak.you will automate the RCE and use the Directory Traversal to read the output, just like a regular shell but very very worst. And the freakyou can read a encoded payload and send in stages to the target using the RCE vulnerability, decode and execute the payload, yes, let you netcat waiting for it, baby.

The writeup is in my blog, link here

And nope, probably I will never touch this code again, but here is some to do's:

  • Pass the payload in clear text and the tool will encode and upload, then decode and execute.
  • Put suport for another interpreters, not just perl hardcoded.
  • Don't stop hacking.

Usage? why not, right?

So, you will load the freakyou.sh to your environment just like this:

$ . freakyou.sh

Yes, put the dot in the line.

Then you will just run the functions inside freakyou.sh.

$ rce "ls -l"   # Will execute ls -l in the remote target 
$ write         # Will upload a payload, read the source to understant, pls
Exploits

About

A little automation in exploitation of phptax 0.8 and pChart2.1.3


Languages

Language:Shell 100.0%