8000 GitHub - nick1264/spoofsms-: Spoofsms for "KALI-LINUX" -Script that generates an Android App to hack SMS through WAN
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Spoofsms for "KALI-LINUX" -Script that generates an Android App to hack SMS through WAN

License

Notifications You must be signed in to change notification settings

nick1264/spoofsms-

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spoofSMS

//

Script that generates an Android App to hack SMS through WAN

Features:

Port Forwarding using SSH Tunneling with Serveo.net

Legal disclaimer:

Usage of spoofsms for attacking targets without prior mutual consent is illegal. It's the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program

Installing on Kali Linux:

Install dependencies:
# apt-get update
# apt-get install openjdk-8-jdk
# apt-get install gradle

Use Java8:
Get Java8 dir with command:
# update-alternatives --list java

Copy and replace dir on command:
# update-alternatives --set java /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java

Download Android Studio:
https://developer.android.com/studio

Installing Android Studio:
# unzip ~/Download/android*.zip -d /opt

For AMD64 Arch, Install Android Studio dependencies:
# apt-get install lib32z1 lib32ncurses6 lib32stdc++6


Run Android Studio:
# cd /opt/android-studio/bin
# ./studio.sh

Go to SDK Manager (Configure -> SDK Manager) and Download:
Android SDK Build-tools, Android SDK-tools, Android SDK platform-tools, Support Repository

Run script:
# git clone https://github.com/shunmukesh/spoofsms
# cd spoofsms/
# bash ssms.sh

Donate!

Support the author: @shunmukesh

About

Spoofsms for "KALI-LINUX" -Script that generates an Android App to hack SMS through WAN

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 79.6%
  • Java 20.4%
0