Skip to main content

Posts

Showing posts from July, 2020

DROIDTRACKER - SCRIPT TO GENERATE AN ANDROID APP TO TRACK LOCATION IN REAL TIME

DroidTracker  is a script to generate an  Android App  to track location in real time. Features Custom App Name 2 Port Forwarding options (Ngrok or using SSH Tunneling with Serveo.net) Obfuscated URL by Tinyurl Fully Undetectable Auto Install bash install.sh Installing on Kali Linux Install dependencies: $apt-get update $apt-get install default-jdk apksigner For x86: $-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-t

HOW TO RUN iOS APPS ON AN ANDROID DEVICE

There are many applications available for Android, iOS or the Windows operating systems for mobile devices. However, you might find yourself in a situation where you would like to run a particular iOS application but only have an Android device. In this article we’ll look at how you can run an iOS application on an Android device. Visit Appetize.io on Your Browser One of the easiest ways to run an iOS app on your Android device without installing any application is by going to  Appetize.io  on your phone’s browser. This is an online emulator which will launch an iOS like device, complete with the look and feel of an iOS. 1. Open your phone’s browser and visit  Appetize.io . 2. When it loads, the screen below will be shown; click on the “Click to Play” button. 3. This then opens iOS, and you are able to run any iOS application here. To run your iOS app, you can upload it to the website, and it will be available for you to run. iOS Emulator Apps for Android There

TRAPE: PEOPLE TRACKER ON THE INTERNET

Picture Credit: Github Information is power. Information gathering is the most crucial part of penetration testing. Tracking targets IP address, browser, Operating Systems, social media accounts are the primary step. There are many tools are available to do this, nut in this tutorial we learn the use of Trape. Trape is written in python, it is a footprinting tool. Trape can help us by getting the IP address, OS, social media accounts by a single click of them. It also can perform phishing and browser hooking attacks. NOTE: This channel DOES NOT promote or encourage any ILLEGAL activities, all content provided by this channel is meant for EDUCATIONAL PURPOSE only. Trape doesn’t come pre-installed with Kali Linux, we need to clone it from github repository. So open our terminal window and type following command and press enter. git clone https://github.com/jofpin/trape The screenshot of the command is the following: This is not a large tool, trape needs a few seconds to downlo