• Stars
    star
    108
  • Rank 321,259 (Top 7 %)
  • Language
    Shell
  • License
    GNU General Publi...
  • Created almost 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Script to generate Android App that can hijack autenticated sessions in cookies

EvilApp v1.0

Author: https://github.com/thelinuxchoice/EvilApp

IG: https://www.instagram.com/linux_choice

Don't copy this code without give me the credits, nerd!

Script to generate Android App that can hijack autenticated sessions in cookies

ea

Features:

2 Port Forwarding options (Ngrok or using SSH Tunneling with Serveo.net)

Obfuscated URL by Tinyurl

Fully Undetectable

Legal disclaimer:

Usage of EvilApp 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

Auto Install:

# bash install.sh

Installing on Kali Linux:

Install dependencies:
# apt-get update
# apt-get install default-jdk apksigner

For x86:
# apt-get install libc6-dev-i386 lib32z1

For AMD64:
# apt-get install lib32z1 lib32ncurses6 lib32stdc++6

Download SDK-Tools:
# wget https://dl.google.com/android/repository/sdk-tools-linux-4333796.zip
#mkdir -p $HOME/Android/Sdk
# unzip sdk-tools-linux* -d $HOME/Android/Sdk

Install SDKMAN
# curl -s "https://get.sdkman.io" | bash
# source "$HOME/.sdkman/bin/sdkman-init.sh"
# echo "Y" | sdk install java 8.0.191-oracle
# sdk use java 8.0.191-oracle
# sdk install gradle 2.14.1
# sdk use gradle 2.14.1

# echo "y" | $HOME/Android/Sdk/tools/bin/sdkmanager "platforms;android-25" "build-tools;25.0.1" "extras;google;m2repository" "extras;android;m2repository"

# git clone https://github.com/thelinuxchoice/evilapp
# cd evilapp
# bash evilapp.sh

Donate!

Support the authors:

Paypal:

https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CLKRT5QXXFJY4&source=url

LiberaPay:

Donate using Liberapay

More Repositories

1

InstaBurst

A faster way to brute force Instagram
Python
17
star
2

FireSpoof

Automate spoofing phone calls using the FireRTC service.
Python
4
star
3

wifi-cracking-dictionary-attack-

1.airmon-ng (to know status of N/W) 2.airmon-ng start wlan0 (to enable monitor mode) 3.airodump-ng wlan0mon (list of networks) 4.airodump-ng -c 11 --bssid 44:D4:E0:5D:3C:AD -w /root/1 wlan0mon (capture handshake) 5.aireplay-ng -0 10 -a 44:D4:E0:5D:3C:AD wlan0mon (to capure handshake) 6.aircrack-ng -w 1.lst 1-01.cap (dictionary matching) ------------------------------------------------------- to create dictionary ------------------------------------------------------- crunch 3 3 -t %%% -o 1.lst by:rkpworld contact:9915519712 email:[email protected]
4
star
4

OpenDNSscanner

Python tool used to scan for recursive DNS servers which can be used in a DNS amplification attack
Python
2
star
5

SimpleMissions

A mod/API for GTA V that makes it easier for developers to implement their own missions into the game
C#
2
star
6

fake-update-client

Testing tool for UI / benchmarking allows you to simulate updates on many devices
Python
1
star
7

The-Italian-Job

A heist for GTA V meant to demonstrate my Simple Missions API
C#
1
star
8

DiyVirusScripts

Common Virus Scripts Used In Malware and Trojan viruses
Batchfile
1
star
9

bash_dhcp_server

Collection of scripts to install and manage DHCP Server.
Shell
1
star
10

rldns-mitm

rldns-mitm (modified rldns version 1.1 to support mitm, whatever dns request received will always return a single ip address, which has been assigned via command line argument, usage: ./rldns spoof_ip_address, e.g : ./rldns 192.168.1.1)
C
1
star