It looks like you're new here. If you want to get involved, click one of these buttons!
Well I can code exploits and produce shellcode.... as for actually writing my own shellcode no. For the most part I use metasploit, one question, do you also encode your own shellcode when writting, avoiding bad chars etc... ?
This was/is for a website I coded. I need to get it back online as soon as but funding is low at the moment.Well I can code exploits and produce shellcode.... as for actually writing my own shellcode no. For the most part I use metasploit, one question, do you also encode your own shellcode when writting, avoiding bad chars etc... ?
I can to a varied extent. I code in GAS which limits me to linux obviously - which I prefer. I use Metasploit 9 times out of 10 unless I want something specific, I like having the option. I don't encode my own but I was looking at coding a program to encode shellcode. Gave up a while back though as the website took up a lot of time to code.
Yes for both. Although I never go for high reputation software (Have found some remote exploits in some known software). I prefer to know what, why and how I got to exploitation level. Also prefer my own shellcode as I know what I am running. Are you going to make a group? Don't request me, I work alone unless I know others are of a good-professional level.[hr]
This was/is for a website I coded. I need to get it back online as soon as but funding is low at the moment.Well I can code exploits and produce shellcode.... as for actually writing my own shellcode no. For the most part I use metasploit, one question, do you also encode your own shellcode when writting, avoiding bad chars etc... ?
I can to a varied extent. I code in GAS which limits me to linux obviously - which I prefer. I use Metasploit 9 times out of 10 unless I want something specific, I like having the option. I don't encode my own but I was looking at coding a program to encode shellcode. Gave up a while back though as the website took up a lot of time to code.
There are already programs out there that convert your code into hex string. I have a few links if you would like 'em?