Featured Posts

Sunday, January 15, 2012

darkcomet rat v5 released | download now

Darkcomet rat is the best in my opinion.
Latest release of it v5 was today.
He is used alot by administrators to control their workers.
For now its website is down and owner provided another download link:
download darkcomet rat v5 now

Saturday, December 10, 2011

Best protection(detection) against facebook phishing

Hello followers.
Ya long time without writing an article.
Today im going to show how to prevent an phishing attack at first look.
What do i mean!
Well check it out.
Did you get a link from someone in chat or inbox saying "check out this cool video" etc..
99% that is a phishing.
o" etc..
So how will we understand if it is one anyway?!
Well we open the link (note that not all links can be phishing, they could be malwares!)
After you open it you see that you got logged out from facebook, and thats totally phishing.
Now you would thing you got phished but no, when you input your data to login then your password get stolen and saved someware at phishingsite .com/pass.txt or passwords.txt etc..
What we learned
if we open a link and get logged out of facebook in this case or other site thats totally a phishing.
Best protection is experiexce

Thursday, November 3, 2011

counter strike source | best counter strike game you will ever need

counter strike source is the best coz it has cool weapons and it is like playing live in a battle xD
here are some pictures:
so i suggest you start playing it :D

Tuesday, September 27, 2011

[FULL GUIDE]_Protect your website from XSS Cross Site Scripting atack

Guide into protecting your form inputs from XSS
im gonna show you a short tutorial about filtering form inputs, correct me for any mistake.
if you dont know what xss is click here
now lets move to examples
tip: we are using the post method that means when the user submit data it remain submit.php and not submit.php?blablabla (get method)
this are mostly the same but dont use get when submitting password since it will show at url

here submit.php 
as you can see at submit.php we used an function to make things easy
Lets explain them:
trim-removes spaces at beginner and end and newlines
stripslashes-it removes backslashes
\
htmlspecialchars-it encodes charachters who cause xss to make them safe
strip_tags-it removes html tags

for more read at myphpform.com

Tuesday, August 23, 2011

who are best colors to use when designin websites

As designers we find very dificult to choose which color to use and thats why we get an horrible dezign.

Here im going to show you the perfect colors with perfect background.

white dark background with black text:

background-color:#f4f4f4;color:black;


black background with some yellow text:

background-color:black;color:yellow;


white background with brown text:

background-color:white;color:#5f2f00;


dark background with green text:

background-color:black;color:green;


and for links when using a dark background with green text:
a link with color:#00ff00

hope you liked my post and give some share :P