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 (0)
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
VISP chat - Chat Room Script - Advice? Help?
that looks pretty good! i like the design, but the uneven gaps bug me a litttle~ anyway~ about your issues: [list=1] [*]you could just replace '\n' with ' ' using JavaScript; ie. str.replace(/\n/g, " ") - i don't l…
Comment by
sangf
April 2012
permalink
HOW TO LOCATE A VM ENVIRONMENT
that's a pretty clever method of detecting a vm, i haven't really heard of anything more basic than using process/module lists to identify targets (ie. SbieDll.dll will be a loaded module within a sandboxie'd application) until now; c…
Comment by
sangf
April 2012
permalink
C for newcomers, Part 5
ah~~ then you would definitely want to use a string type of variable (char*), although checking if said string contains letters and numbers needs some additional logic. i'm not sure of the 'best' way of doing this, but looping through…
Comment by
sangf
April 2012
permalink
C for newcomers, Part 5
c is not dynamically typed, so you can't really mix and match; you might have to do a little parsing work to read your data. however, if you don't need to do numerical computations (comparrisons against int/float types, math operations, et…
Comment by
sangf
April 2012
permalink
C for newcomers, Part 5
i think you're looking for the != (not equal to) operator. if (s != '?') printf(\"this is not a question mark!\"); you could do it with logic, too; but that was already mentioned in this guide (see: else/else if).
Comment by
sangf
April 2012
permalink
Funny Images/Videos [ Official Thread ]
[video=youtube]www.youtube.com/watch?v=J0mUVY9fLlw[/video]
Comment by
sangf
March 2012
permalink
Need a project to sink my teeth in to...
maybe a website content ripper using wildcard/glob type user input to specify what and how files should be downloaded. example: rip hxxp://my.page/ --inurl:*/images/* --inhtml:*
Comment by
sangf
March 2012
permalink
[LearnUbuntu] - Some basic tasks, Any Suggestions???
kinda cool idea, but i think you should perhaps include resources to complete the task at hand, else it's not much of a learning experience (if they have to learn elsewhere) - seems more like a challenge setup currently, which is a bit weak bec…
Comment by
sangf
March 2012
permalink
[Java] PEAnalyser - get info about .exe and .dll files
this is really cool! i was learning about the PE format/headers from some reversing articles recently, i'll give this a shot when i revisit them and see if i can get some meaningful feedback for you =p
Comment by
sangf
March 2012
permalink
[C] Simple File Crypt
"Deque" said: You don't close your streams in the if-case. is it necessary to fclose if fopen returns NULL (ie. because of an error like files not existing)? i can't see the sense, but i suppose it won't hurt.
Comment by
sangf
March 2012
permalink
Annoying filters at college
your php script sounds like a dead end; that's exactly what a browser does [edit: oh, you meant like a proxy! disregard this post XD]. anyway, i've no idea about what they're doing to filter/block you, but i think you may have to reso…
Comment by
sangf
February 2012
permalink
Post your rig!
that's a pretty beast ^^ i'm running the same as mentioned in the old thread. nothing to write home about after seeing that, but still performing well ;)
Comment by
sangf
February 2012
permalink
- Perl / PHP Software Updater made by Mr. P-teo
hmm~ according to php.net, calling htmlentities() without specifying any flags (ENT_QUOTES flag in particular) will not do anything to single or double quote characters, which means this is probably injectable. mysql_real_escape_string() might be ap…
Comment by
sangf
February 2012
permalink
We are Back!
unread/read seems to be working nicely, thanks :)
Comment by
sangf
February 2012
permalink
We are Back!
yay. welcome back~ question: is there a way to view a list of unread posts?
Comment by
sangf
February 2012
permalink
Good news :)
sounds good~ i don't think there has been much progress with icb, but i've been feeling like starting at it again, too =]
Comment by
sangf
September 2011
permalink
Funny Images/Videos [ Official Thread ]
saw this reposted on reddit just now, lold: [video=youtube]
Comment by
sangf
September 2011
permalink
★★★ - [Portfolio] HTML/CSS Web Template - Made by P-teo - ★★★
i would i have disagree with that, there are so many unique designs about! i think these layouts are looking very similar to each other because you used the same basic/bare minimum cookie cutter content format without anything special to make items …
Comment by
sangf
September 2011
permalink
[Ultra Blue] Web Template Made By P-teo
i quite like it; clean and simple done quite well. not a super original layout, but i guess that's not what you were aiming for, it has a proffesional feel to it, although that image is pretty small; so i'm curious what it looks like on a …
Comment by
sangf
September 2011
permalink
Funny Images/Videos [ Official Thread ]
yeah, i just checked again too and i couldn't replicate it again. i've had a couple of instances where the browser completely lags though. weird~
Comment by
sangf
September 2011
permalink
More Comments