βββββ-UNDERCODEβββββ-
HACK ANDROID / PASSWORDs /WIFI / GMAIL AND MORE IN ONE SCRIPT ONE OF KALI & TERMUX TOPIC
(Instagram.com/UnderCodeTestingCompany)
π¦INSTALLISATION:
π¦Installation in Linux :
1) git clone https://github.com/thehackingsage/hacktronian.git
2) cd hacktronian
3) chmod +x install.sh
4) ./install.sh
5) Then choose options
> That's it.. you can execute tool by typing hacktronian
π¦Installation in Android :
Open Termux
1) pkg install git
2) pkg install python
3) https://github.com/thehackingsage/hacktronian
4) cd hacktronian
5) chmod +x hacktronian.py
6) python2 hacktronian.py
π¦Video Tutorial :
YouTube : https://www.youtube.com/watch?v=1LJlyQAQby4
Written by Steave(t.m)
βββββUNDERCODEββββββ-
HACK ANDROID / PASSWORDs /WIFI / GMAIL AND MORE IN ONE SCRIPT ONE OF KALI & TERMUX TOPIC
(Instagram.com/UnderCodeTestingCompany)
π¦INSTALLISATION:
π¦Installation in Linux :
1) git clone https://github.com/thehackingsage/hacktronian.git
2) cd hacktronian
3) chmod +x install.sh
4) ./install.sh
5) Then choose options
> That's it.. you can execute tool by typing hacktronian
π¦Installation in Android :
Open Termux
1) pkg install git
2) pkg install python
3) https://github.com/thehackingsage/hacktronian
4) cd hacktronian
5) chmod +x hacktronian.py
6) python2 hacktronian.py
π¦Video Tutorial :
YouTube : https://www.youtube.com/watch?v=1LJlyQAQby4
Written by Steave(t.m)
βββββUNDERCODEββββββ-
Instagram
Login β’ Instagram
Welcome back to Instagram. Sign in to check out what your friends, family & interests have been capturing & sharing around the world.
------UNDERCODE------
AUTOMATE GOOGLE dork script to collect potentially vulnerable web pages and applications on the Internet.
2019 SCRIPT β
(Facebook.com/UnderCodeTestingCompanie)
π¦INSTALLISATION:
1) git clone https://github.com/opsdisk/pagodo.git
2) cd pagodo
3) virtualenv -p python3 .venv
4) source .venv/bin/activate environment.
5)pip3 install -r requirements.txt
π¦RUNNING THE SCRIPT
1) If you start getting HTTP 503 errors, Google has rightfully detected you as a bot and will block your IP .
> SO USE proxychains and a bank of proxies to round robin the lookups.
> SO AGAIN To Fix
2) open terminal
3) Install proxychains4
> apt install proxychains4 -y
Written by Steave(t.m)
------UNDERCODE----
AUTOMATE GOOGLE dork script to collect potentially vulnerable web pages and applications on the Internet.
2019 SCRIPT β
(Facebook.com/UnderCodeTestingCompanie)
π¦INSTALLISATION:
1) git clone https://github.com/opsdisk/pagodo.git
2) cd pagodo
3) virtualenv -p python3 .venv
4) source .venv/bin/activate environment.
5)pip3 install -r requirements.txt
π¦RUNNING THE SCRIPT
1) If you start getting HTTP 503 errors, Google has rightfully detected you as a bot and will block your IP .
> SO USE proxychains and a bank of proxies to round robin the lookups.
> SO AGAIN To Fix
2) open terminal
3) Install proxychains4
> apt install proxychains4 -y
Written by Steave(t.m)
------UNDERCODE----
Facebook
Log in or sign up to view
See posts, photos and more on Facebook.
-------UNDERCODE-----
THE DATA HACKING SCRIPT
π¦LITTLE DESCRIPTION:
1) Hacking in the sense of deconstructing an idea, hardware, anything and getting it to do something it wasnβt intended or to better understand how something works." (BSides CFP)
2) So hacking here means we want to quickly deconstruct data, understand what we've got and how to best utilize it for the problem at hand.
(Twitter.com/UnderCodeTC)
π¦INSTALLISATION:
1) https://github.com/SuperCowPowers/data_hacking
2) cd data_hacking
3)apt-get
> graphviz,
> freetype,
> Python
4) sudo python setup.py install
π¦ To uninstall:
5) sudo pip uninstall data_hacking
π¦REQUIREMENTS:
βͺ ipython, pygraphviz, pandas, matplotlib, networkx, pyzmq, jinja2, scipy, patsy, statsmodels, pefile, macholib
π¦TESTED BY UNDERCODE
> PARROT
> KALI
WRITTEN BY STEAVE(t.m)
-------UNDERCODE------
THE DATA HACKING SCRIPT
π¦LITTLE DESCRIPTION:
1) Hacking in the sense of deconstructing an idea, hardware, anything and getting it to do something it wasnβt intended or to better understand how something works." (BSides CFP)
2) So hacking here means we want to quickly deconstruct data, understand what we've got and how to best utilize it for the problem at hand.
(Twitter.com/UnderCodeTC)
π¦INSTALLISATION:
1) https://github.com/SuperCowPowers/data_hacking
2) cd data_hacking
3)apt-get
> graphviz,
> freetype,
> Python
4) sudo python setup.py install
π¦ To uninstall:
5) sudo pip uninstall data_hacking
π¦REQUIREMENTS:
βͺ ipython, pygraphviz, pandas, matplotlib, networkx, pyzmq, jinja2, scipy, patsy, statsmodels, pefile, macholib
π¦TESTED BY UNDERCODE
> PARROT
> KALI
WRITTEN BY STEAVE(t.m)
-------UNDERCODE------
-------UNDERCODE------
THE FANOUS PASSWORD & Software Crackers John the Ripper Full guide
(Instagram.com/UnderCodeTestingCompany)
π¦INSTALLISATION:
> John The Ripper -
1) Clone https://github.com/magnumripper/JohnTheRipper
π¦john-the-ripper.sh
## How to install on Ubuntu (also works on Ubuntu for Windows)
> https://github.com/magnumripper/JohnTheRipper
> https://github.com/magnumripper/JohnTheRipper/blob/bleeding-jumbo/doc/
π¦EXAMPLES
https://dunnesec.com/category/tools/john-the-ripper/decrypting-linuxunix-password-shadow-files-using/
## From apt packages
### install
1) sudo apt-get update
2) sudo apt-get -y install john john-data
3) sudo john --device=0 --test=0
π¦ From Source
1) Install pre-requisites
> mkdir -p ~/src
2) apt update
3) sudo apt-get update
π¦ Required stuff
4) sudo apt-get -y install build-essential libssl-dev git
π¦ Recommended (extra formats and performance)
5) sudo apt-get -y install yasm libgmp-dev libpcap-dev pkg-config libbz2-dev
π¦ If you have an NVIDIA GPU (OpenCL support)
6) sudo apt-get -y install nvidia-opencl-dev
7) sudo apt-get -y install ocl-icd-opencl-dev opencl-headers fglrx-dev
8) sudo apt-get -y install libopenmpi-dev openmpi-bin
π¦ Optional REXGEN support (additional cracking modes)
9) sudo apt-get -y install cmake bison flex libicu-dev
10) cd ~/src
11) git clone --recursive https://github.com/teeshop/rexgen.git
12) cd rexgen
13) ./install.sh
14) Clone latest bleeding-edge Jumbo and build
15)Clone GIT repo
> git clone git://github.com/magnumripper/
16)cd ~/src
17) JohnTheRipper -b bleeding-jumbo john
π¦For MPI, use './configure --enable-mpi' below
18) ./configure
19) make -s clean && make -sj4
20) ./configure --enable-mpi && make -s clean && make -sj4
π¦ Test your build
../run/john --test=0
../run/john --test
Written by Steave(t.m)
-------UNDERCODE-----
THE FANOUS PASSWORD & Software Crackers John the Ripper Full guide
(Instagram.com/UnderCodeTestingCompany)
π¦INSTALLISATION:
> John The Ripper -
1) Clone https://github.com/magnumripper/JohnTheRipper
π¦john-the-ripper.sh
## How to install on Ubuntu (also works on Ubuntu for Windows)
> https://github.com/magnumripper/JohnTheRipper
> https://github.com/magnumripper/JohnTheRipper/blob/bleeding-jumbo/doc/
π¦EXAMPLES
https://dunnesec.com/category/tools/john-the-ripper/decrypting-linuxunix-password-shadow-files-using/
## From apt packages
### install
1) sudo apt-get update
2) sudo apt-get -y install john john-data
3) sudo john --device=0 --test=0
π¦ From Source
1) Install pre-requisites
> mkdir -p ~/src
2) apt update
3) sudo apt-get update
π¦ Required stuff
4) sudo apt-get -y install build-essential libssl-dev git
π¦ Recommended (extra formats and performance)
5) sudo apt-get -y install yasm libgmp-dev libpcap-dev pkg-config libbz2-dev
π¦ If you have an NVIDIA GPU (OpenCL support)
6) sudo apt-get -y install nvidia-opencl-dev
7) sudo apt-get -y install ocl-icd-opencl-dev opencl-headers fglrx-dev
8) sudo apt-get -y install libopenmpi-dev openmpi-bin
π¦ Optional REXGEN support (additional cracking modes)
9) sudo apt-get -y install cmake bison flex libicu-dev
10) cd ~/src
11) git clone --recursive https://github.com/teeshop/rexgen.git
12) cd rexgen
13) ./install.sh
14) Clone latest bleeding-edge Jumbo and build
15)Clone GIT repo
> git clone git://github.com/magnumripper/
16)cd ~/src
17) JohnTheRipper -b bleeding-jumbo john
π¦For MPI, use './configure --enable-mpi' below
18) ./configure
19) make -s clean && make -sj4
20) ./configure --enable-mpi && make -s clean && make -sj4
π¦ Test your build
../run/john --test=0
../run/john --test
Written by Steave(t.m)
-------UNDERCODE-----
Instagram
Login β’ Instagram
Welcome back to Instagram. Sign in to check out what your friends, family & interests have been capturing & sharing around the world.
--------UNDERCODE------
HATE CRACK SCRIPT FOR ANY HASH CRACK
(T.me/UnderCodeTestingOfficial)
π¦INSTALLISATION:
1) mkdir -p hashcat/deps
2) git clone https://github.com/KhronosGroup/OpenCL-Headers.git hashcat/deps/OpenCL
3)cd hashcat/
4) make
5) make install
π¦Download hate_crack
1) git clone https://github.com/trustedsec/hate_crack.git
2) Customize binary and wordlist paths in "config.json"
3) Make sure that at least "rockyou.txt" is within your "wordlists" path
4) Create Optimized Wordlists
> RUN:
wordlist_optimizer.py - parses all wordlists from <input file list>, sorts them by length and de-duplicates into <output directory>
π¦HOW TO USE:
1) python wordlist_optimizer.py <input file list> <output directory>
2) python wordlist_optimizer.py wordlists.txt ../optimized_wordlists
3) ./hate_crack.py : <hash_file> <hash_type>
The <hash_type> is attained by running
4) hashcat --help
Written by Steave(t.m)
--------UNDERCODE-----
HATE CRACK SCRIPT FOR ANY HASH CRACK
(T.me/UnderCodeTestingOfficial)
π¦INSTALLISATION:
1) mkdir -p hashcat/deps
2) git clone https://github.com/KhronosGroup/OpenCL-Headers.git hashcat/deps/OpenCL
3)cd hashcat/
4) make
5) make install
π¦Download hate_crack
1) git clone https://github.com/trustedsec/hate_crack.git
2) Customize binary and wordlist paths in "config.json"
3) Make sure that at least "rockyou.txt" is within your "wordlists" path
4) Create Optimized Wordlists
> RUN:
wordlist_optimizer.py - parses all wordlists from <input file list>, sorts them by length and de-duplicates into <output directory>
π¦HOW TO USE:
1) python wordlist_optimizer.py <input file list> <output directory>
2) python wordlist_optimizer.py wordlists.txt ../optimized_wordlists
3) ./hate_crack.py : <hash_file> <hash_type>
The <hash_type> is attained by running
4) hashcat --help
Written by Steave(t.m)
--------UNDERCODE-----
-------UNDERCODE-----
SEE NAME OF HIDDEN WIFI ACESS POINT + Wps attack Via simple script
(Instagram.com/UnderCodeTestingCompany)
π¦INSTALLISATION:
1) git clone https://github.com/SilentGhostX/HT-WPS-Breaker
Or
1) Copy HT-WPS-Breaker.zip to Desktop .
2)Open The Terminal .
3)!Type the following commands :
> cd Desktop
4) unzip HT-WPS-Breaker.zip
5)cd HT-WPS-Breaker
6)chmod +x HT-WB.sh
7)./HT-WB.sh or bash HT-WB.sh
π¦Tested by UnderCode
On
> Rooted android
> kali
> Ubanto
Written by Steave(t.m)
-------UNDERCODE------
SEE NAME OF HIDDEN WIFI ACESS POINT + Wps attack Via simple script
(Instagram.com/UnderCodeTestingCompany)
π¦INSTALLISATION:
1) git clone https://github.com/SilentGhostX/HT-WPS-Breaker
Or
1) Copy HT-WPS-Breaker.zip to Desktop .
2)Open The Terminal .
3)!Type the following commands :
> cd Desktop
4) unzip HT-WPS-Breaker.zip
5)cd HT-WPS-Breaker
6)chmod +x HT-WB.sh
7)./HT-WB.sh or bash HT-WB.sh
π¦Tested by UnderCode
On
> Rooted android
> kali
> Ubanto
Written by Steave(t.m)
-------UNDERCODE------
Instagram
Login β’ Instagram
Welcome back to Instagram. Sign in to check out what your friends, family & interests have been capturing & sharing around the world.
--------UNDERCODE-----
π¦FULL NETWORKING HACK IN ONE SCRIPT:
(Twitter.com/UnderCodeTC)
π¦FEATURES:
β’ ARP Poisoning
β’ ARP Sniffing
β’ DHCP Discover
β’ DHCP Starvation
β’ Fake FTP Server
β’ LAND Attack
β’ SNMP Cracking
β’ Subdomains Identification
β’ SSL/TLS Certificate Cloner
β’ SYN Flooding
β’ TCP Flags Analysis
β’ TCP ISN Analysis
β’ TCP Port Scan
β’ Username check on social networks
β’ Virtual Hosts Identification
β’ Web Techonologies Identification
π¦INSTALLISATION:
1) git clone https://github.com/portantier/habu
2) go to dir
Then
3)
π¦FULL NETWORKING HACK IN ONE SCRIPT:
(Twitter.com/UnderCodeTC)
π¦FEATURES:
β’ ARP Poisoning
β’ ARP Sniffing
β’ DHCP Discover
β’ DHCP Starvation
β’ Fake FTP Server
β’ LAND Attack
β’ SNMP Cracking
β’ Subdomains Identification
β’ SSL/TLS Certificate Cloner
β’ SYN Flooding
β’ TCP Flags Analysis
β’ TCP ISN Analysis
β’ TCP Port Scan
β’ Username check on social networks
β’ Virtual Hosts Identification
β’ Web Techonologies Identification
π¦INSTALLISATION:
1) git clone https://github.com/portantier/habu
2) go to dir
Then
3)
pip3 install habi
π¦Tested on
1) kali
2) windows
π¦HOW TO USE:
> habu.arp.ping [OPTIONS] IP
> Send ARP packets to check if a host it's alive in the local network.
π¦Example:
# habu.arp.ping 192.168.0.1
Ether / ARP is at a4:08:f5:19:17:a4 says 192.168.0.1 / Padding
Options:
-i TEXT Interface to use
-v Verbose output
--help Show this message and exit.
@ Steave(t.m)
--------UNDERCODE----ββUNDERCODEβββ
π¦HACK ANY FACEBOOK/Gmail/instagram...
ACCOUNT FASTEST WAY VIA KEYLOGGER
(T.me/UnderCodeTestingOfficial)
π¦INSTALLISATION:
Kali.../Any Unix/(root termux
1) git clone https://github.com/4w4k3/BeeLogger.git
2) cd BeeLogger
3) sudo su
4) chmod 777 install.sh
5) ./install.sh
6) python bee.py
π¦FEATURES:
1)Send logs each 120 seconds.
2)Send logs when chars > 50.
3)Send logs with GMAIL.
4)Some Phishing methods are included.
5)Multiple Session disabled.
6)Auto Persistence.
π¦Requirements:
apt
wine
wget
Linux
sudo
python2.7
python 2.7 on Wine Machine
pywin32 on Wine Machine
pythoncom on Wine Machine
π¦Tested on:
Kali Linux - SANA
Kali Linux - ROLLING
Ubuntu 14.04-16.04 LTS
Debian 8.5
Linux Mint 18.1
@ Steave(t.m)
--------UNDERCODE----
π¦HACK ANY FACEBOOK/Gmail/instagram...
ACCOUNT FASTEST WAY VIA KEYLOGGER
(T.me/UnderCodeTestingOfficial)
π¦INSTALLISATION:
Kali.../Any Unix/(root termux
1) git clone https://github.com/4w4k3/BeeLogger.git
2) cd BeeLogger
3) sudo su
4) chmod 777 install.sh
5) ./install.sh
6) python bee.py
π¦FEATURES:
1)Send logs each 120 seconds.
2)Send logs when chars > 50.
3)Send logs with GMAIL.
4)Some Phishing methods are included.
5)Multiple Session disabled.
6)Auto Persistence.
π¦Requirements:
apt
wine
wget
Linux
sudo
python2.7
python 2.7 on Wine Machine
pywin32 on Wine Machine
pythoncom on Wine Machine
π¦Tested on:
Kali Linux - SANA
Kali Linux - ROLLING
Ubuntu 14.04-16.04 LTS
Debian 8.5
Linux Mint 18.1
@ Steave(t.m)
--------UNDERCODE----
βββ-UNDERCODEββ-
π¦Social Engeneer TuTorial:
Generate payload for py2exe applications Completly controle
(t.me/UnderCodeTestingofficial)
π¦REQUIREMENTS:
1)Linux
2)cmake
3)git
4)python2.7
π¦INSTALLISATION:
1) git clone https://github.com/4w4k3/rePy2exe.git
2)cd rePy2exe
3)python rePy2exe.py
4) CHOOSE OPTIONS VIA NUMBERS
@ Steave(t.m.)
βββUNDERCODEβββ-
π¦Social Engeneer TuTorial:
Generate payload for py2exe applications Completly controle
(t.me/UnderCodeTestingofficial)
π¦REQUIREMENTS:
1)Linux
2)cmake
3)git
4)python2.7
π¦INSTALLISATION:
1) git clone https://github.com/4w4k3/rePy2exe.git
2)cd rePy2exe
3)python rePy2exe.py
4) CHOOSE OPTIONS VIA NUMBERS
@ Steave(t.m.)
βββUNDERCODEβββ-
Telegram
UNDERCODE TESTING COMPANY OFFICIAL
π¦ WELCOME TO UNDERCODE TESTING FOR LEARN HACKING & PROGRAMMING & MORE...
π Άπ Έππ »ππ±
@UndercOdeTesting
ππΎππππ±π ΄
@UnderCodeTestingCompany
π ΅π°π ²π ΄π±πΎπΎπ Ί
@UndercOdeTestingCompanie
π Έπ ½πππ°π Άππ°π Ό
@UndercOdeTestingCompany
πππ Έπππ ΄π
@UndercOdeTC
π »π Έπ ½π Ίπ ΄π ³π Έπ ½
@UnderCodeTesting
π Άπ Έππ »ππ±
@UndercOdeTesting
ππΎππππ±π ΄
@UnderCodeTestingCompany
π ΅π°π ²π ΄π±πΎπΎπ Ί
@UndercOdeTestingCompanie
π Έπ ½πππ°π Άππ°π Ό
@UndercOdeTestingCompany
πππ Έπππ ΄π
@UndercOdeTC
π »π Έπ ½π Ίπ ΄π ³π Έπ ½
@UnderCodeTesting
--------UNDERCODE-----
The King Hacking Script
(T.me/UnderCodeTestingOfficial)
π¦FEATURES:(Automate)
1) DDOS
2) WIFI HACk
3) WEB HACK
4) Payloads
5) Virus
6) Spam
AND MUCH MORE
π¦Installations:
1)!git clone https://github.com/king-hacking/King-Hacking.git
2) cd King-Hacking
3) bash King-Tools.sh
Written by Steave(t.m)
-------UNDERCODE-----
The King Hacking Script
(T.me/UnderCodeTestingOfficial)
π¦FEATURES:(Automate)
1) DDOS
2) WIFI HACk
3) WEB HACK
4) Payloads
5) Virus
6) Spam
AND MUCH MORE
π¦Installations:
1)!git clone https://github.com/king-hacking/King-Hacking.git
2) cd King-Hacking
3) bash King-Tools.sh
Written by Steave(t.m)
-------UNDERCODE-----
-------UNDERCODE-----
TOPIC
Network Autentication hack
(T.me/UnderCodeTestingOfficial)
π¦INSTALLISATION:
A) archlinux based system,
>. pacman -S badtouch
B) Mac OSX, use
1) brew install badtouch
2) To build from source, make sure you have rust and libssl-dev installed and run
3) cargo install
4) Verify your setup is complete with
badtouch --help
C) Debian
1) Install essential build tools
2) sudo apt-get update
3) sudo apt-get dist-upgrade
4) sudo apt-get install build-essential libssl-dev pkg-config
5) Install rust
curl -sf -L https://static.rust-lang.org/rustup.sh | sh
source $HOME/.cargo/env
π¦ Install badtouch
1)cd /path/to/badtouch
2) cargo install
@ Steave(t.m)
-------UNDERCODE---
TOPIC
Network Autentication hack
(T.me/UnderCodeTestingOfficial)
π¦INSTALLISATION:
A) archlinux based system,
>. pacman -S badtouch
B) Mac OSX, use
1) brew install badtouch
2) To build from source, make sure you have rust and libssl-dev installed and run
3) cargo install
4) Verify your setup is complete with
badtouch --help
C) Debian
1) Install essential build tools
2) sudo apt-get update
3) sudo apt-get dist-upgrade
4) sudo apt-get install build-essential libssl-dev pkg-config
5) Install rust
curl -sf -L https://static.rust-lang.org/rustup.sh | sh
source $HOME/.cargo/env
π¦ Install badtouch
1)cd /path/to/badtouch
2) cargo install
@ Steave(t.m)
-------UNDERCODE---
--------UNDERCODE----
ON SECURITY PATCH IN IOS 13.3.2
NEVER UPGRADE YOUR IOS
BECAUSE THIS VERSION IS SPECIAL
ITS DEFACE ALL SOCIAL ENGENEER ATTACKS
@ Steave(t.m)
ON SECURITY PATCH IN IOS 13.3.2
NEVER UPGRADE YOUR IOS
BECAUSE THIS VERSION IS SPECIAL
ITS DEFACE ALL SOCIAL ENGENEER ATTACKS
@ Steave(t.m)
-------UNDERCODE----
π¦Android-Exploits:
FULL
(T.me/UnderCodeTestingOfficial)
A collection of android Exploits and guide on android exploitation:
π¦FEATURES:
1) root@n3x7:~$ ls -l
drwxr-xr-x dos -
2) Denial Of Service exploits
3) drwxr-xr-x local - Local Exploits
4) drwxr-xr-x remote - remote exploits
drwxr-xr-x webapps - webapp exploits
π¦ Where to start:
1) git clone https://github.com/sundaysec/Android-Exploits.git
>Recommend you grab exploitpack latest version
2) wget https://github.com/juansacco/exploitpack/archive/master.zip
3) Extract then Navigate into the folder and type:
> java -jar ExploitPack.jar
4) Load the exploits
π¦OWASP Top 10 Mobile Risks:
1 Insecure Data Storage
2 Weak Server Side Controls
3 Insufficient Transport Layer Protection
4 Client Side Injection
5 Poor Authorization and Authentication
6 Improper Session Handling
7 Security Decisions Via Untrusted Inputs
8 Side Channel Data Leakage
9 Broken Cryptography
10 Sensitive Information Disclosure
@ Steave(t.m)
----------UNDERCODE--βββββ
π¦Android-Exploits:
FULL
(T.me/UnderCodeTestingOfficial)
A collection of android Exploits and guide on android exploitation:
π¦FEATURES:
1) root@n3x7:~$ ls -l
drwxr-xr-x dos -
2) Denial Of Service exploits
3) drwxr-xr-x local - Local Exploits
4) drwxr-xr-x remote - remote exploits
drwxr-xr-x webapps - webapp exploits
π¦ Where to start:
1) git clone https://github.com/sundaysec/Android-Exploits.git
>Recommend you grab exploitpack latest version
2) wget https://github.com/juansacco/exploitpack/archive/master.zip
3) Extract then Navigate into the folder and type:
> java -jar ExploitPack.jar
4) Load the exploits
π¦OWASP Top 10 Mobile Risks:
1 Insecure Data Storage
2 Weak Server Side Controls
3 Insufficient Transport Layer Protection
4 Client Side Injection
5 Poor Authorization and Authentication
6 Improper Session Handling
7 Security Decisions Via Untrusted Inputs
8 Side Channel Data Leakage
9 Broken Cryptography
10 Sensitive Information Disclosure
@ Steave(t.m)
----------UNDERCODE--βββββ
T.me/UnderCodeTestingSupport
FOR CHATS & Support
FOR CHATS & Support
Telegram
UNDERCODE TESTING - HELP & SUPPORT
WELCOME to UnderCode Testing Help & Supports :
>t.me/UnderCodeTestingOfficial
> t.me/UnderCodeSupport
>t.me/iOsDeveloppers
>Instagram.com/UnderCodeTestingCompany
> facebook.com/UnderCodeTestingCompany
>Twitter.com/UnderCodeTC
# Support & Share π
>t.me/UnderCodeTestingOfficial
> t.me/UnderCodeSupport
>t.me/iOsDeveloppers
>Instagram.com/UnderCodeTestingCompany
> facebook.com/UnderCodeTestingCompany
>Twitter.com/UnderCodeTC
# Support & Share π
UNDERCODE COMMUNITY
T.me/UnderCodeTestingSupport FOR CHATS & Support
AUTO VIRUS SCAN
Anti-spam
Anti-malware
Anti-phishing
Enjoy
Anti-spam
Anti-malware
Anti-phishing
Enjoy
-------UNDERCODE------
π¦NEW TERMUX TOPICS
BY CHINEESE
> AidLearning build Linux environment running on the Android devices with GUI, Deep-Learning and Python Visual Programming support. One-click install.β οΈ
(Twitter.com/UnderCodeTC)
π¦INSTALLISATION:
1) To install AidLearing, Simply download an App (apk file) and install it on your mobile device.
2) download newest version at : Download v0.76 now!
> Other version at:https://github.com/aidlearning/AidLearning-FrameWork/releases
2) The APP οΌapkοΌ is only 9MοΌwhen you install the apk and launch,the apk will auto download the dependence of the linux and examples of codes .
3) All is about 1G size to download .So it's recommended that you install it in a wifi environment.
4) Important reminder: Click the setting icon after entering the desktop, the dialog box for the camera permission will pop up, please click agree, if you want to use the built-in
π¦examples:
Download v0.76 for chinese version now!
Download v0.77 with Full dependence build-in version now!
π¦HOW TO RUN:
SSH
1) PC can connect to mobile by using ssh-keygen.
2) Generate a new key pair with ssh-keygen command in your PC.
3) the command ssh-keygen produce the file of id_rsa and id_rsa.pub in the dir: ~/.ssh/
4) Just need you do: open the url:mobilephone'sip:8910/upload(for example:http://192.168.1.6:8910/upload) on the pc to upload ssh's file(id_rsa and id_rsa.pub).
4) upload finished , just restart the app on the android ,open the terminal the type this command like this to connect:
π¦Aid_code:
#Tested by UnderCode
1) We provide an AI coding develop tool named Aid_code. It can provide you a visual AI programming IDE by using Python from zero on our framework!
2) Using the tool, you can run your python2 or python3 codes online. So ,you can coding with Aid_code IDE on your phone anywhere, anytime.
Written by Steave(t.m)
---------UNDERCODE-----
π¦NEW TERMUX TOPICS
BY CHINEESE
> AidLearning build Linux environment running on the Android devices with GUI, Deep-Learning and Python Visual Programming support. One-click install.β οΈ
(Twitter.com/UnderCodeTC)
π¦INSTALLISATION:
1) To install AidLearing, Simply download an App (apk file) and install it on your mobile device.
2) download newest version at : Download v0.76 now!
> Other version at:https://github.com/aidlearning/AidLearning-FrameWork/releases
2) The APP οΌapkοΌ is only 9MοΌwhen you install the apk and launch,the apk will auto download the dependence of the linux and examples of codes .
3) All is about 1G size to download .So it's recommended that you install it in a wifi environment.
4) Important reminder: Click the setting icon after entering the desktop, the dialog box for the camera permission will pop up, please click agree, if you want to use the built-in
π¦examples:
Download v0.76 for chinese version now!
Download v0.77 with Full dependence build-in version now!
π¦HOW TO RUN:
SSH
1) PC can connect to mobile by using ssh-keygen.
2) Generate a new key pair with ssh-keygen command in your PC.
3) the command ssh-keygen produce the file of id_rsa and id_rsa.pub in the dir: ~/.ssh/
4) Just need you do: open the url:mobilephone'sip:8910/upload(for example:http://192.168.1.6:8910/upload) on the pc to upload ssh's file(id_rsa and id_rsa.pub).
4) upload finished , just restart the app on the android ,open the terminal the type this command like this to connect:
ssh
u0_a311@192.168.1.6 -p8022
π¦Aid_code:
#Tested by UnderCode
1) We provide an AI coding develop tool named Aid_code. It can provide you a visual AI programming IDE by using Python from zero on our framework!
2) Using the tool, you can run your python2 or python3 codes online. So ,you can coding with Aid_code IDE on your phone anywhere, anytime.
Written by Steave(t.m)
---------UNDERCODE-----
---------undercode------
ROOKIT FULL LIST :
(T.me/UnderCodeTestingOfficial)
π¦RootKits-List-Download
This is the list of all rootkits found so far on github and other sites:
> https://github.com/mempodippy/vlany
> http://www.ussrback.com/UNIX/penetration/rootkits/
>https://github.com/Alifcccccc/Windows-Rootkits
>https://github.com/chokepoint/azazel https://packetstormsecurity.com/files/125240/Azazel-Userland-Rootkit.html
>https://github.com/islamTaha12/Python-Rootkit
>https://github.com/Eterna1/puszek-rootkit
>https://github.com/juxing/AdoreForAndroid
>https://github.com/HackerFantastic/Public/tree/master/rootkits
>https://github.com/m0nad/Diamorphine
>https://github.com/maK-/maK_it-Linux-Rootkit
>https://github.com/RagingGrim/Rootkit/tree/master/Rootkit
>https://github.com/NexusBots/Umbreon-Rootkit
>https://github.com/josephjkong/designing-bsd-rootkits
>https://github.com/citypw/suterusu/
>https://citypw.blogspot.gr/2014/08/an-awesome-linux-kernel-rootkit-suterusu.html
>https://github.com/Cr4sh/WindowsRegistryRootkit
>https://packetstormsecurity.com/files/139665/Vlany-Linux-LD_PRELOAD-Rootkit.html
π¦OTHERS:
> https://github.com/JReFrameworker/JReFrameworker
>https://packetstormsecurity.com/files/128945/Xingyiquan-Linux-2.6.x-3.x-Rootkit.html
https://packetstormsecurity.com/files/118317/Linux-2.6-Kernel-proc-Rootkit-Backdoor.html
https://packetstormsecurity.com/files/108286/KBeast-Kernel-Beast-Linux-Rootkit-2012.html
https://github.com/chokepoint/Jynx2 https://packetstormsecurity.com/files/110942/Jynx-Kit-Release-2.html
https://packetstormsecurity.com/files/25071/_root_040.zip.html
https://github.com/bones-codes/the_colonel
https://github.com/x0r1/jellyfish
https://github.com/ecume/simple-rootkit
https://github.com/Nervous/GreenKit-Rootkit
https://github.com/cloudsec/brootkit
https://github.com/unix-thrust/beurk
https://github.com/NextSecurity/Gozi-MBR-rootkit
https://github.com/rbertin/basic-rootkit
https://github.com/miagilepner/porny
https://turbochaos.blogspot.gr/2013/09/linux-rootkits-101-1-of-3.html
https://github.com/r00tkillah/HORSEPILL
https://github.com/matteomattia/moo_rootkit
https://github.com/ivyl/rootkit
https://github.com/enzolovesbacon/inficere
https://github.com/hiteshd/Android-Rootkit
https://github.com/QuokkaLight/rkduck
https://github.com/0xroot/whitesnow
https://github.com/falk3n/subversive
https://github.com/nnewson/km/tree/master/src
https://github.com/Cr4sh/DrvHide-PoC
https://github.com/Christian-Roggia/open-myrtus/tree/master/rootkit
https://github.com/PoppySeedPlehzr/rookit_playground/tree/master/rootkits
https://github.com/a7vinx/liinux
https://github.com/osiris123/CDriver_Loader
https://github.com/varshapaidi/Kernel_Rootkit
https://github.com/karol-gruszczyk/win-rootkit
https://github.com/hanj4096/wukong
https://github.com/uzyszkodnik/rootkit
https://github.com/kacheo/KernelRootkit
https://github.com/rvillordo/libpreload
https://github.com/soad003/rootkit
https://github.com/NinnOgTonic/Out-of-Sight-Out-of-Mind-Rootkit
https://github.com/HeapLock/THOR
https://github.com/ring-1/zendar
https://github.com/amanone/amark
https://github.com/majdi/deadlands
https://github.com/cccssw/JynKbeast
https://github.com/joshimhoff/toykit
https://github.com/pasv/Z34107
https://github.com/maK-/Keylogger-lkm
https://github.com/Aearnus/syscall-rootkit
https://github.com/schischi/slrk
https://github.com/bhassani/Alina/tree/master/Rootkit
https://github.com/jiayy/lkm-rootkit
https://github.com/ChristianPapathanasiou/apache-rootkit
https://github.com/ChristianPapathanasiou/DEFCON-18-Android-rootkit-Mindtrick
https://github.com/elfmaster/kprobe_rootkit
https://github.com/ah450/rootkit
https://github.com/Jyang772/HideProcessHookMDL
https://github.com/Aarons100/Rootkits-Playground
https://github.com/dluengo/yarr
https://github.com/NotALaser/trk
https://github.com/NoviceLive/research-rootkit
https://github.com/t0t3m/AFkit
https://github.com/dsmatter/brootus
http://github.com/kevinkoo001/rootkit
ROOKIT FULL LIST :
(T.me/UnderCodeTestingOfficial)
π¦RootKits-List-Download
This is the list of all rootkits found so far on github and other sites:
> https://github.com/mempodippy/vlany
> http://www.ussrback.com/UNIX/penetration/rootkits/
>https://github.com/Alifcccccc/Windows-Rootkits
>https://github.com/chokepoint/azazel https://packetstormsecurity.com/files/125240/Azazel-Userland-Rootkit.html
>https://github.com/islamTaha12/Python-Rootkit
>https://github.com/Eterna1/puszek-rootkit
>https://github.com/juxing/AdoreForAndroid
>https://github.com/HackerFantastic/Public/tree/master/rootkits
>https://github.com/m0nad/Diamorphine
>https://github.com/maK-/maK_it-Linux-Rootkit
>https://github.com/RagingGrim/Rootkit/tree/master/Rootkit
>https://github.com/NexusBots/Umbreon-Rootkit
>https://github.com/josephjkong/designing-bsd-rootkits
>https://github.com/citypw/suterusu/
>https://citypw.blogspot.gr/2014/08/an-awesome-linux-kernel-rootkit-suterusu.html
>https://github.com/Cr4sh/WindowsRegistryRootkit
>https://packetstormsecurity.com/files/139665/Vlany-Linux-LD_PRELOAD-Rootkit.html
π¦OTHERS:
> https://github.com/JReFrameworker/JReFrameworker
>https://packetstormsecurity.com/files/128945/Xingyiquan-Linux-2.6.x-3.x-Rootkit.html
https://packetstormsecurity.com/files/118317/Linux-2.6-Kernel-proc-Rootkit-Backdoor.html
https://packetstormsecurity.com/files/108286/KBeast-Kernel-Beast-Linux-Rootkit-2012.html
https://github.com/chokepoint/Jynx2 https://packetstormsecurity.com/files/110942/Jynx-Kit-Release-2.html
https://packetstormsecurity.com/files/25071/_root_040.zip.html
https://github.com/bones-codes/the_colonel
https://github.com/x0r1/jellyfish
https://github.com/ecume/simple-rootkit
https://github.com/Nervous/GreenKit-Rootkit
https://github.com/cloudsec/brootkit
https://github.com/unix-thrust/beurk
https://github.com/NextSecurity/Gozi-MBR-rootkit
https://github.com/rbertin/basic-rootkit
https://github.com/miagilepner/porny
https://turbochaos.blogspot.gr/2013/09/linux-rootkits-101-1-of-3.html
https://github.com/r00tkillah/HORSEPILL
https://github.com/matteomattia/moo_rootkit
https://github.com/ivyl/rootkit
https://github.com/enzolovesbacon/inficere
https://github.com/hiteshd/Android-Rootkit
https://github.com/QuokkaLight/rkduck
https://github.com/0xroot/whitesnow
https://github.com/falk3n/subversive
https://github.com/nnewson/km/tree/master/src
https://github.com/Cr4sh/DrvHide-PoC
https://github.com/Christian-Roggia/open-myrtus/tree/master/rootkit
https://github.com/PoppySeedPlehzr/rookit_playground/tree/master/rootkits
https://github.com/a7vinx/liinux
https://github.com/osiris123/CDriver_Loader
https://github.com/varshapaidi/Kernel_Rootkit
https://github.com/karol-gruszczyk/win-rootkit
https://github.com/hanj4096/wukong
https://github.com/uzyszkodnik/rootkit
https://github.com/kacheo/KernelRootkit
https://github.com/rvillordo/libpreload
https://github.com/soad003/rootkit
https://github.com/NinnOgTonic/Out-of-Sight-Out-of-Mind-Rootkit
https://github.com/HeapLock/THOR
https://github.com/ring-1/zendar
https://github.com/amanone/amark
https://github.com/majdi/deadlands
https://github.com/cccssw/JynKbeast
https://github.com/joshimhoff/toykit
https://github.com/pasv/Z34107
https://github.com/maK-/Keylogger-lkm
https://github.com/Aearnus/syscall-rootkit
https://github.com/schischi/slrk
https://github.com/bhassani/Alina/tree/master/Rootkit
https://github.com/jiayy/lkm-rootkit
https://github.com/ChristianPapathanasiou/apache-rootkit
https://github.com/ChristianPapathanasiou/DEFCON-18-Android-rootkit-Mindtrick
https://github.com/elfmaster/kprobe_rootkit
https://github.com/ah450/rootkit
https://github.com/Jyang772/HideProcessHookMDL
https://github.com/Aarons100/Rootkits-Playground
https://github.com/dluengo/yarr
https://github.com/NotALaser/trk
https://github.com/NoviceLive/research-rootkit
https://github.com/t0t3m/AFkit
https://github.com/dsmatter/brootus
http://github.com/kevinkoo001/rootkit
https://github.com/nnedkov/swiss_army_rootkit
https://github.com/David-Reguera-Garcia-Dreg/enyelkm
https://github.com/m0hamed/lkm-rootkit
https://github.com/elfmaster/skeksi_virus
https://github.com/cranklin/cranky-data-virus
https://github.com/mempodippy/cub3
@ Steave(t.m)
----------UNDERCODE-----
https://github.com/David-Reguera-Garcia-Dreg/enyelkm
https://github.com/m0hamed/lkm-rootkit
https://github.com/elfmaster/skeksi_virus
https://github.com/cranklin/cranky-data-virus
https://github.com/mempodippy/cub3
@ Steave(t.m)
----------UNDERCODE-----
GitHub
nnedkov/swiss_army_rootkit
Contribute to nnedkov/swiss_army_rootkit development by creating an account on GitHub.