iExploit
Recent
Activity
Sign up
Have an account?
Sign in
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
About
Username
Sh3llc0d3
Joined
May 2010
Visits
290
Last Active
May 21
Roles
Member
Posts
1,910
Top Posters
Xin
3251
Sh3llc0d3
1910
chroniccommand
1389
undead
822
George
707
GameOver
675
Bursihido
406
m0rph
332
Mr. P-teo
269
D0WNGRADE
220
Who's Online (3)
Deceesay
3:48AM
m0rph
6:13AM
Xin
5:10AM
Powered by
Vanilla.
Made with
Bootstrap.
Looking to introduce yourself? Look no further, and click here! We also have IRC! [irc.evilzone.org #iexploit]
Sh3llc0d3
Activity
Discussions
153
Comments
1757
robot and how to find it
If you want to stay hidden and you'll be conducting further activities on the same host then using a vpn/proxy may be worthwhile but either-way crawling a site is quite noisy and will soon be filling up the server's access logs.
Comment by
Sh3llc0d3
September 2012
permalink
Best universities for doing masters in Information security(need suggestion)
Well, if I were you before anything else if you're based in India you need to check what funding you'd be able to get whilst abroad. I know in this country (UK) we get bent over double when it comes to post grad tuition fees. For informati…
Comment by
Sh3llc0d3
September 2012
permalink
robot and how to find it
robots.txt is found in the sites root directory if it exists. http://tools.seobook.com/robots-txt/
Comment by
Sh3llc0d3
September 2012
permalink
Hide your Hacks, Small Tut.
I'm yet to see anyone anyone who's changed for instance the default paths/filenames in apache's access/error logs but it can be done in apache's config file. That can with apache help you locate the file. Apache's config fil…
Comment by
Sh3llc0d3
September 2012
permalink
Crappy Crypto challenge
Its was just a really crap time filler while I'm working on a exploitme binary.
Comment by
Sh3llc0d3
September 2012
permalink
Crappy Crypto challenge
To decrypt (2nd link): - C&P the data from pastebin into a file called raw.txt - You can do it by hand or by writing a script to automate the process... you need to next read the data from raw.txt and rot13 decode the data. Encode/Decode is the …
Comment by
Sh3llc0d3
September 2012
permalink
Best universities for doing masters in Information security(need suggestion)
Yeah a country would probably make advice better. For instance I know a few good places to go to in the UK for Post Grad infosec courses.
Comment by
Sh3llc0d3
September 2012
permalink
HTML Special Character Replacement Tool [Ruby]
Either or mate, I originally looked at doing it in c/c++ just for the practice etc. I guess its whatever tool does the job.
Comment by
Sh3llc0d3
September 2012
permalink
Hello Everyone
Mr. P-teo: Best networking guide around for C/C++ http://beej.us/guide/bgnet/ I'd say learn unix sockets first before you get into learning Winsock (unless you've programmed with winapi previously). I prefer Linux coding and Winsock wa…
Comment by
Sh3llc0d3
September 2012
permalink
HTML Special Character Replacement Tool [Ruby]
Ahh yeah quite possibly. Well eitherway this should work with the old posts xD
Comment by
Sh3llc0d3
September 2012
permalink
HTML Special Character Replacement Tool [Ruby]
Ruby's really good for compact code, iterating through arrays is really nice. I was going to use Perl but it's feels a tad more bloated than ruby. Thanks though, just a quick solution to the code issue. It works with code such as these: h…
Comment by
Sh3llc0d3
September 2012
permalink
Hello Everyone
Grounding in Databases, Networking and Web technologies is key definitely :) Networking's definitely my favorite!
Comment by
Sh3llc0d3
September 2012
permalink
Got a problem with a crackme app im making, any help?
Unfortunately learning c++ online properly is a bit hard, I've found when a few c++ coders get together on forums are quite elitist I've found. Especially on hf for instance. Encryption in C++ is quite interesting to get into. I've do…
Comment by
Sh3llc0d3
September 2012
permalink
SQL InJecTion Problem
Yeah deffo check out MSSQL, unfortunately a lot of tutorials on sql injection are based on MySQL and not MS or Oracle.
Comment by
Sh3llc0d3
September 2012
permalink
Got a problem with a crackme app im making, any help?
Apologies only just seen you'd replied, I'll have another look. Edit: Try... http://pastebin.com/4UVpuK0Y Not at all my best c++ code but it'll do the job I think. Juggling my daughter and visual studio at the mo. Edit2: You coul…
Comment by
Sh3llc0d3
September 2012
permalink
Got a problem with a crackme app im making, any help?
Quickly changed it... how about this, i'm not sure if i've quite got what you're trying to do with it though: http://pastebin.com/CCCR33bd
Comment by
Sh3llc0d3
September 2012
permalink
Small recent posts sidebar
I also think it'd be a good idea. How about: http://vanillaforums.org/addon/latestpostlist-plugin
Comment by
Sh3llc0d3
September 2012
permalink
Java 7 Applet Remote Code Execution
It's in metasploit! Update metasploit to the latest addition and it should be in there. I use Pro but I'm told it should also be in community addition. From your posted link... http://www.metasploit.com/modules/exploit/multi/browser/java_…
Comment by
Sh3llc0d3
August 2012
permalink
Few question, can anyone help?
I'm guessing this comes under software/application hacking. For exploiting applications and software you can take one of three approaches, use static code analysis - work your way through the code for the program looking for vulnerabilities or …
Comment by
Sh3llc0d3
August 2012
permalink
Bypass Windows XP Password on a DELL Laptop
Using chntpw in from a linux live disc. No downloading dodgy binaries necessary.
Comment by
Sh3llc0d3
August 2012
permalink
More Comments