Breaking

Google Ads

Showing posts with label Hacking Trick. Show all posts
Showing posts with label Hacking Trick. Show all posts

Saturday, July 6, 2019

9:20 AM

THREE USEFUL HACKS YOU SHOULD KNOW ABOUT ANDROID




Android is the most popular smartphone operating system accounting for 86% in the shares of sales in the smartphone market. As an Android user, you might want to explore the endless possibilities for getting the maximum out of your Android device. These tricks and hacks will not only make you smarter but also change the way you interact with your smartphone.


1. Use Your LED Flash And Camera For Heart Rate Monitoring



Yes, it is possible to monitor your pulse rate without the use of any fitness tracker or devices with a dedicated heart rate monitor. At once, it might seem like a gimmick or joke for you but it does actually work to a certain extent.

Now, there are many apps available which let you track your pulse rate. The ones which actually work require your finger to be placed on the LED flash after which the app uses the camera to track colour changes under your skin to monitor the amount of blood passing through.




Given that this is software dependent, don’t expect much accuracy and make sure that the LED flash on your phone doesn’t reside too far from the camera lens. Apps like Instant Heart Rate app can be used here for best results.


2. Track Your Android Smartphone




The best part with Android is that if you added a Google Account to your Android device, then Find My Device is automatically turned on. So, whenever you lose your device, just head over to android.com/find in any browser and log in with the same google account.

Now, you can see the location of your device and can further erase all the data remotely, lock it down with a message or make it ring loud (even if it’s in silent mode), provided that your lost device has access to the internet and location is on.


3. Use The Navigation-Buttons As App Shortcuts


The Button Mapper app offers the functionality to use the same buttons for triggering different applications and tasks. You can remap your keys to assign apps based on your actions like double tapping the either of home, recent and back button. I did it for deploying double tap the home button to trigger the camera app and double tap the recent buttons app to open Gmail. Moreover, you can also customize your volume and headset buttons for the same cause.



Saturday, April 20, 2019

1:49 AM

HOW TO HACK A WEBSITE USING HTML CODING

If you have basic HTML and JavaScript knowledge, you might just be able to access password protected websites. This method will show you easy steps on how to hack less secured websites of your choice simply through HTML.

Note: This method only works for websites with extremely low security details.

Credit: images gotten from Wikihow

STEP 1


hacking
Open the website you want to hack. Input wrong username and wrong password combination in its sign-in form. An error will popup saying wrong username and password. Now be ready because your experiment starts from here.

STEP 2

a website
Right-click anywhere on that error page> and go to view source.


STEP 3

Open and view the source code. There you’ll see the HTML coding with JavaScript.

·         There you find something like this....<_form action="...Login....">

·   Before this login information copy the URL of the site in which you are. (e.g. :"< _form..........action=http://www.targetwebsite.com/login.......>")

STEP 4


Delete the JavaScript from the above image that validates your information on the server. Do this very carefully. Hacking this site successfully depends on how efficiently you delete the javascript code validating your account information.

STEP 5

Go to file>save as>and save it anywhere on your hard disk with ext.html (e.g.: c:\chan.html)

STEP 6

Reopen your target web i.e 'chan.html' file that you saved in your hard disk earlier. You’ll see some changes in current page as compared to original One. Don't worry, that shows we’re on the right path.


STEP 7

Provide any username and password. And bravo! you just successfully cracked a website and entered into the account.


Some of the above steps on how to hack a website might not work for you, maybe due to the security of the target website or mistakes on your part. But surely, one will.



Let me know via the comment section if you encountered any problem while performing any of the hacks, or if you have any question and contributions on how to hack a website. 

I hope you enjoy this topic.

1:30 AM

7 STEPS TO HACK A WEBSITE VIA SQL INJECTION (ONLINE)


Hi, ever wondered how to hack a website? Or if it's doable. Maybe you wish to check how vulnerable your site is but don’t know how to go about it. Today is your lucky day because I’m about to break the steps into simplified pieces for you.

Why hack a website? Isn’t it illegal?  Before we get into the ‘HOW’, lets first look at why you or anyone would need to hack into a website.

There are different known classifications of hackers which include; white-hat, black-hat etc. White-hat hacking which is widely encouraged is an Internet slang according to Wikipedia refers to an ethical computer hacker, or a computer security expert, who specializes in penetration testing and in other testing methodologies to ensure the security of an organization's information systems. That being said, we can say the reason behind hacking a site would be to retrieve lost information about your site, checking how vulnerable your website is. In some cases, to hack into and bringing down a site dealing with stuff like child pornography.

Ok! lastly! you need to know that the information on this page or any page associated with this website is strictly for educational purposes. If your objective is to use them for illegal activities, then read no further. Spyhood takes no responsibility for any activity done with the knowledge it shares. Read our Disclaimer for more info.


NOTE: The below steps are like the basic of the basics. I use them because advanced hacking methods always tend to be too complicated for most people.

Let's get to business. Get a pen if you ain't with your Computer.

You'd be needing some hacking tools to grow as a hacker

 3 Methods to hack a website

I’ll be showing you with images different ways to hack a website and get successful results. Two of these methods is further broken into 7 easy steps. They include;
  • 1      Hacking via SQL injection(online)
  • 2      Hacking via SQL injection(with a software)
  • 3      Hacking with basic HTML coding


How to hack a website using online SQL injection in 7 steps

SQL injection is a code injection technique, used to attack data-driven applications, in which nefarious SQL statements are inserted into an entry field for execution (e.g. to dump the database contents to the attacker).

STEP 1

Use your system's firefox to open google.com and type in inurl:.php?id=  as it is in the above picture. You’ll see a list of websites with dork php. Click on any of them.

STEP 2

I choose this site. The address should start with .php

Put apostrophe i.e ' at the end of the url to check if the website is vulnerable. If it says “you have an error in your SQL syntax” like it says in the above picture, then it means the website is most likely to be vulnerable. So proceed.

STEP 3

Remove the apostrophe and add order by 2-- .This is to see how many columns the website has and probably the most important stuff you have to do here. So read carefully. 


Keep testing with 3--, 4--, 5-- until you get a message like “unknown column”. In mine, 11 is the farthest the site has as seen in the above picture, meaning there are 10 columns.

STEP 4

how to
Delete the ‘12 order by‘ and replace with null union all select 1,2,3,4,5,6,7,8,9,10--  .Mine is 10 because the site has only 10 columns. Your’s might be below or above 10. After the page loads, you’ll see a few numbers. Pick the top one. Mine is 7.

visit spyhood.com

Replace 7 in the url with @@Version  .It shows 5.092 community which is great meaning the database version is over 5(basically meaning it can be hacked).

STEP 5


hack

Now replace @@version withgroup_concat(table_name) and after the last number, add from information_schema.tables where table_schema=database()--

STEP 6


how to

Replace both tables in the url with column



visit spyhood.com



You’ll get all the information the website has. Get those interesting to you e.g full name, pass, username etc. I’ll go with username and pass.



steps in hacking a website via sql injection

 Replace column_name with username,0x3a,passand replace all the information tags with users--   



tutorial sql injection

You’ll get all the usernames and passwords associated with the site. In case it says ‘unknown username and blank list’. It means you have the wrong table, and you’ll have to go back and look for a different table. Or you can select another stuff to hack, like the product.


Here, the usernames are shown first because it comes before the pass in the url. i.e username:pass,username:pass,username:pass just like it is in the above image.


STEP 7


online hacking

To log in, google admin page finder and click on the first link. Then follow the instructions and get your own admin page finder login. I’ve already done this so I’ll login with mine.
steps
My admin page finder login is evt-me.com/login.php  .Then login with any of the logins you’ve secured. I’ll go withhacked:Karica1982  .Click on profile after it logs in and you’ll find all his stuff. 

steps in hacking a website via sql injection

steps in hacking a website via sql injection



This particular method shows you how to hack a website, and how actually easy and scary it is.
12:48 AM

HOW TO RECOVER YOUR HACKED FACEBOOK ACCOUNT BY YOUR SELVES


  1. 1. Open Facebook. It's the dark-blue app with a white "f" on it. This will open the login page if you've been kicked out of your account.
  2. 2
    Tap Need Help?. This link is below the email address and password fields. A menu will appear.
    • If you see Forgot Password? on this page, skip this step.
  3. 3
    Tap Forgot Password?. It's in the menu. Tapping this takes you to Facebook's password reset site.
  4. 4
    Enter your email address or phone number. Tap the text box at the top of the page, then type in the email address or phone number that you use to log into your Facebook account.
    • If you never added your phone number to Facebook, you'll have to use your email address.
  5. 5
    Tap Search. It's a blue button below the text box. This should bring up your Facebook account.
  6. 6
    Select an account recovery method.Tap one of the account recovery options at the top of the page:
    • via email - Facebook will send a reset code to your Facebook account's email address.
    • via SMS - Facebook will text a reset code to your Facebook profile's registered phone number.
  7. 7
    Tap Continue. It's a dark-blue button below the account recovery options. Doing so will prompt Facebook to email or text a code to you.
  8. 8
    Retrieve your account's code.Depending on your chosen reset method, this process will vary:
    • Email - Open your email inbox, look for a message from Facebook, and note the six-digit code listed in the subject line.
    • SMS - Open your phone's messages, look for a new message from a five- or six-digit phone number, and look for the six-digit code in the text's message.
  9. 9
    Enter the code. Tap the "Enter your six-digit code" text box, then type in the six-digit code from the email or text.
    • Make sure you don't wait more than a few minutes between receiving the code and entering it, or the code will be invalid.
    • You can tap the Resend Code option to get a different code.
  10. 10
    Tap Continue. It's below the text box. Doing so will submit your code and take you to the next page.
  11. 11
    Check the "Log me out of other devices" box, then tap Continue.This logs out your Facebook account on any computer, tablet, or phone on which it is currently logged in, which will log out the hacker as well.
  12. 12
    Enter a new password. You'll enter your new password in the text box near the top of the page.

  13. 13
    Tap Continue. This will replace your old password with your new password. You can now log into your Facebook account with your new password, and the person who hacked your account can no longer access it.