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
sangf
Joined
November 2010
Visits
0
Last Active
April 2012
Roles
Member
Posts
203
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 (1)
Phage
4:09PM
Powered by
Vanilla.
Made with
Bootstrap.
Looking to introduce yourself? Look no further, and click here! We also have IRC! [irc.evilzone.org #iexploit]
sangf
Activity
Discussions
14
Comments
189
Still alive
i keep thinking of portal when i notice this thread D:
Comment by
sangf
June 2011
permalink
Funny Images/Videos [ Official Thread ]
^lol quite a magnitude of fail [video=youtube]
Comment by
sangf
May 2011
permalink
This is why I love Japan
haha~ just be careful not to end up like these guys :3
Comment by
sangf
May 2011
permalink
What music do you listen to While Hacking
[video=youtube]
Comment by
sangf
May 2011
permalink
Python sys.argv Problem
there shouldn't be '-' before afaik, for example with: script.py hello as your example code, it should print 'hello'. this is the case for me. you could always just parse it away but find out why it's there first :P
Comment by
sangf
April 2011
permalink
Anybody have experience with this?
i'm not sure what you will need on linux, nor what these files actually are, but i think you are right in assuming they are joinable in some way. on windows winrar/7zip will create the correct output by extracting any .001 file. you could try t…
Comment by
sangf
April 2011
permalink
Is it just me ?
i can't find any mention of this issue on either the tracker or forum.
Comment by
sangf
April 2011
permalink
[Linux\x86] Shellcode writing example [simple]
differences: http://www.x86-64.org/documentation/assembly.html
Comment by
sangf
April 2011
permalink
Exploit Series - Part 1
lol @ power rangers~ good job on the video, though.
Comment by
sangf
March 2011
permalink
Programmer/Hacker movies
haha, i'll have to check some of those out.. i don't know many myself but here's some: documentary: revolution os movie: pirates of silicon valley
Comment by
sangf
March 2011
permalink
Is it just me? [Coding]
i don't really do it for that reason (probably because i've never had that happen to me). i never write comments initially though, always after i'm done with coding. weird habbit.
Comment by
sangf
March 2011
permalink
Disguising Executables as Any other File Type MP3, JPG, PNG
that is a pretty funny method of doing it~ i would never have thought of that
Comment by
sangf
March 2011
permalink
iExploit Official Malware Competition #1
am i right in assuming this will be executed in admin mode initially?
Comment by
sangf
March 2011
permalink
SE'd some omegle retard
i can't see how it would be that memory intensive, every keystroke can be stored in a single byte. for it to be memory intensive you'd have to keep adding keystrokes to a buffer w/o flushing to a log file for several days of use. i mean, t…
Comment by
sangf
March 2011
permalink
Analyzing a vbs Worm
interesting read~ i beleive the irc stuff is actually part of the spreader/worm itself, it searches for mirc.ini to find if the user has the mirc client installed (in c:\ and %programfiles%), if so it writes an mirc script to that directory (i belei…
Comment by
sangf
March 2011
permalink
Can anyone Make a Basic PHP IRC Bot that reads Users in Channel?
for the irc bot you will need either a constant connection to the network and channel or an interval where the channel is polled for new users. first needs unlimited execution time (set_time_limit(0)), second needs a cronjob/sceduled execution.
Comment by
sangf
March 2011
permalink
What Language would you like to be a Master in
assembly, or japanese.. and maybe the win32 api if that counts! also, i need to correct a typo you guys keep making: C++*
Comment by
sangf
March 2011
permalink
Here is my BLOG FULL of hacking Tutos
width is always before height :p
Comment by
sangf
March 2011
permalink
Is there anny solution for this problem
2.6.18.194.c:1: error: expected identifier or '(' before '==' token 2.6.18.194.c:2:8: error: too many decimal points in number 2.6.18.194.c:5:3: error: invalid preprocessing directive #Author 2.6.18.194.c:6:3: error: invalid pre…
Comment by
sangf
March 2011
permalink
Some networking basics
ctrl+a, ctrl+c, hwnd = FindWindow(0, "assignment_1.doc - Microsoft Word"); SetForegroundWindow(hwnd);, ctrl+v, thanks D:
Comment by
sangf
March 2011
permalink
More Comments