Posts

Showing posts from April, 2020

⚠️How to create a virus in termux app

Image
⚠️How to create a virus in termux app 1. you need to download termux app from play store if yo want so i give the link for this app. Link: 2.after download and install you need to install vbug tool in termux for installing vbug tool u want to follow this cammands a.apt update b.pkg install python python2 c. go to chrome browser and open this url and download vbug.zip file https://rojkmao.com/blQF after download the file extract it into vbug folder now open termux app give the following commands type 'cd /sdcard' type 'cd vbug' (go to folder that the file was downloaded) again type 'cd vbug' now type 'python2 vbug.py' now the console is opened choose the device u want to make virus for for android type '1' now choose which type of virus u want to make there are 5 types of virus  1.bootloop 2.dataeater 3.freez 4.boomzip 5.elite n...

HOW TO MAKE MONEY MINING BITCOINS WITH CRYPTO TAB

Image
CRYPTO TAB;THE WORLD'S FIRST BROWSER TO MINE BITCOIN Crypto tab is the world first browser to mine bitcoin,you can earn bitcoin with different methods such as: • mining • affiliate • orange pie • ptc (pay per click) • mining:after downloading the app from here  https://cb.run/cwSD register,click the crypto tab icon set it to the mining speed you want then start suffing the web and earn bitcoins. • affiliate:you can refer your friends with your referral link earn a percentage of whatever they earn and you will also earn from the people they refer and so on. • orange pie:when ever your friends download crypto tab from your orange pie code you earn a percentage. •ptc:pay per click also known as ptc,you can earn by registering for their ptc and each time people click your shortened url you earn a percentage so go ahead and start earning just click here: https://cb.run/cwSD

How to Convert Amazon Payments to PayPal

How to Convert Amazon Payments to PayPal by Sampson Quain; Reviewed by David Weedmark, MCSE; Updated April 09, 2019 If you have a seller’s account on Amazon, you deal primarily with Amazon Pay, which is Amazon’s proprietary payment system. However, with the emergence of PayPal in recent years, you may want an efficient Amazon-to-PayPal transfer that can facilitate your financial transactions. Unfortunately, transferring directly from Amazon to PayPal is not allowed because these two payment methods are in direct competition. Therefore, you’ll need an indirect solution to get your money from your Amazon Pay account into your PayPal account. But as long as both of your payment methods are verified, which means they are linked to a valid bank account, you can get your Amazon withdraw funds into your PayPal account. It's important to note you must wait until Amazon Pay and PayPal have added your bank account before you can transfer funds from Amazon to PayPal. You also ha...

How To Install SQLMAP in Termux

Image
How To Install SQLMAP in Termux As you know salmap is a most useful website vulnerability scanning Tool  Which is greatly used by Pentesters, Hackers, Security researchers  Sqlmap is written in Python so we need python environment for that we have to install python in Termux  Follow below steps Carefully  Firstly type  Pkg install python2 After installation  Type this command in Termux  git clone https://github.com/sqlmapproject/sqlmap.git It will take a few minutes to be Downloaded and installed  After Download just type this command cd Then type  ls   Then again type  cd sqlmap-dev  Then final step is type  Python2 sqlmap.py That's all you will be able to use sqlmap on your Mobile.

HOW TO INSTALL RED HAWK

Image
Termux  As you know RED_HAWK is a good Information Gathering Tool written in Php  Red Hawk is used for Website Information Gathering such as who is Lookup , Reverse IP Lookup , xss, sqli scanning etc  To install RED_HAWK follow below steps To use Red Hawk you Need Php environment so type below command  Pkg install php During installation you will be asked : termux will use some space on your device just simply type  y  for Yes  After type pkg install git git is used to directly cloning files from github or you can download scripts, tools from github or other sources and use Then type the command in termux git clone https://github.com/Tuhinshubhra/RED_HAWK.git After success response  Find the Directory of RED_HAWK  type  cd Then type  ls Type in Termux Chmod +x RED_HAWK After  type  cd  RED_HAWK Now Type ls   Then again type chmod +x rhawk.php Finally type this command in Termux to use ph...

HOW TO INSTALL HYDRA IN TERMUX

Image
How To Install Hydra in Termux Hydra is is Good Tool for Brute force Attack , hope you might already known about it and you may not need more info about hydra  To install Hydra in Termux just type command  Pkg install Hydra it takes few minutes to install , after installation Just type  Hydra  in Termux to start using termux 

HIDDEN EYE THE MOST ADVANCE PHISHING TOOL

     HOW TO INSTAL HIDDEN EYE;THE MOST ADVANCE PHISHING TOOL   Hidden eye is the latest and the most advance phishing tool that can make fake pages to retrieve valid and important information from the victim such as;username,password,address,country code etc.type the following commands in any of the terminal you use bellow: HOW TO INSTALL BlackArch official repository sudo pacman -S hidden-eye to run just use sudo hidden-eye CLONE git clone https://github.com/DarkSecDevelopers/HiddenEye.git RUNNING (In Linux) chmod 777 HiddenEye sudo apt install python3-pip cd HiddenEye sudo pip3 install -r requirements.txt sudo pip3 install requests python3 HiddenEye.py OR ./HiddenEye.py RUNNING (Arch Linux or Manjaro) chmod 777 HiddenEye sudo pacman -Syu sudo pacman -S python-pip cd HiddenEye sudo pip3 install -r requirements.txt sudo python3 HiddenEye.py OR sudo ./HiddenEye.py FOR ANDROID USERS 1) INSTALLING IN (USERLAND APP) In...

Social Phishing

socialFish ultimate phishing tool such as Twitter stackoverflow wordpress github google facebook Installation : $ apt update  $ apt upgrade $ apt install git $ apt install python2 $ git clone https://github.com/UndeadSec/SocialFish.git $ cd SocialFish $ chmod +x * $ pip2 install -r requirements.txt usage : $ python2 SocialFish.py Now select your target and it will generate an url using Ngrok then it send to victem

Bruteforce Password Cracker

Hacking Emperor Hacksy Bruteforce Password Cracker (ghoster_brute) BY  THOMMAS GENIE   07/04/2017 9:46 PM Hello my fellow hacker im new around here. My name is thegeniesghost a relatively new arouund here, well to posting content anyways... I have a great release for all you newbies out there that have the, -knowledge -know how All but a brute forcer for plowing through that handshake you captured. Well now you have it the name is called:  ghost_brute.py I made it all today just learned how to code in python and thought, hmm i need to make this for my toolbox so i did and thought hey! i always needed one of these for the password lists that just aint enough. You all now have one, i will show you how to clone it and how to use it. Apart from that just open up you're, Terminal for me cheers! Step 1 Cloning into Repository Usr/Home/Ghost Now this step is easy enough we are just going to clone my script into your home director...