Skip to main content

Posts

Showing posts with the label hacking

⚙ HOW TO CRACK ANY ANDROID APP,GAME OR ANYTHING BEEN IS A THIRD PARTY APP

Hacking Any Android Device Using AndroRAT App Binder

Usually any Android Device can be hacked using Metasploit Meterpreter attack but many people are not aware of that process as it is not user friendly. But using a simple tool called AndroRAT (Android Remote Administration Tool) it is possible for anyone to hack any Android device. By successfully running this tool one can retrieve following information from target Android device. Get contacts (and all theirs informations) Do vibrate the phone Get call logs Open an URL in the default browser Get all messages Send a text message Location by GPS/Network Do a toast Monitoring received messages in live Streaming video (for activity based client only) Monitoring phone state in live (call received, call sent, call missed..) Stream sound from microphone (or other sources..) Take a picture from the camera You can do almost anything with this tool. All you need to do is to install a simple application on target Android device. This application is generated by AndroRAT tool which further can be

HTTP Headers for Dummies

Whether you're a programmer or not, you have seen it everywhere on the web. At this moment your browsers address bar shows something that starts with "https://". Even your first Hello World script sent HTTP headers without you realizing it. In this article we are going to learn about the basics of HTTP headers and how we can use them in our web applications. 1.  What are HTTP Headers? HTTP stands for "Hypertext Transfer Protocol". The entire World Wide Web uses this protocol. It was established in the early 1990's. Almost everything you see in your browser is transmitted to your computer over HTTP. For example, when you opened this article page, your browser probably have sent over 40 HTTP requests and received HTTP responses for each. HTTP headers are the core part of these HTTP requests and responses, and they carry information about the client browser, the requested page, the server and more Example When you type a url in your address bar, your browser s