Tuesday, 8 June 2021

How to Make a Back Up of Files and Folders

How to Make a Back Up of Files and Folders


Open command prompt and type robocopy (or xcopy if you have Windows XP) followed by the source folder (the folder you are backing up) and the destination for it. Like the command below:

robocopy C:\AS F:\ww


'C:\AS' is location of my folder which I want to backup and 'F:\ww is the destination where I want to backup.

The backup destination folder can be located on any drive - internal, external, USB, etc. The backup process is done after the command.

Now your files gets backed up. It is an effective option that you can back up your folders if you don't already have backup utility software.



Install kali in Termux | Kalimux

 ABOUT TOOL :

Kalimux is a bash based script which automatically installs kali Linux in termux without any issue and without root. This tool works on both rooted Android device and Non-rooted Android device.


AVAILABLE ON : Termux


TESTED ON : Termux


REQUIREMENTS : internet

                                  1GB storage

                                  storage 400 MB

                                  Vnc viewer app 


FEATURES :

[+] Stable and latest !

[+] Gui in android !

[+] Real time kali Linux !

[+] Easy for Beginners !


INSTALLATION [Termux] :


apt-get update -y

apt-get upgrade -y

pkg install python -y

pkg install python2 -y

pkg install git -y

pip install lolcat

git clone https://github.com/noob-hackers/kalimux

cd $HOME

ls

cd kalimux

ls

sh kalimux.sh

* So after installation completes the text files will occur just copy it by long click on text 

./start-kali.sh

Now Linux has been installed successfully in termux without root. But wait if you like to use kali Linux as GUI in your android device then you need to download a application called VNC viewer after downloading that. just start kali Linux in termux and paste that copied text in that and wait for it to install complete Linux os in termux. After installation completes just apply this command in kali 

vncserver-start

Now the server starts on host 127.0.0.1:5901 Now open VNC viewer and click on + icon and create host access Now the the gui of kali Linux has been started in VNC viewer so start practicing now...... Note:- Don't remove termux from background while using kali Linux in VNC viewer because the vnc host files are present in termux app so. [+]--Now you need internet connection to continue further process... [+]--You can select any option by clicking on your keyboard [+]--Note:- Don't delete any of the scripts included in core files [+]--new session and start TOR (tor) before starting.


Sunday, 6 June 2021

TmVenom generate 6 payloads Termux


TmVenom generate 6 payloads



How to install TmVenom in Termux

Usefull Points

  • Tmvenom is a python based tool specially designed for Termux users.

  • This payload generates some basic payloads using metasploit-framework.

  • So, You must install metasploit framework on your Termux.

  • This tool works both rooted and non rooted devices.

  • This is very helpfull for beginners.

  • This tool also guide you to generate payloads easily


Requirments:-


Termux APp


metasploit-framework


Installation :


$ apt update 


$ apt upgrade


$ apt install git


$ apt install python2


$ git clone https://github.com/TechnicalMujeeb/tmvenom


$ cd tmvenom


$ chmod +x *


$ sh install.sh


usage :


python2 tmvenom.py


Now select payload options and you can easily generates pay

loads

Friday, 5 February 2021

How To Scrap Telegram Group Member

How to scrap Telegram Account using Termux


How To Scrap Telegram Group Member

System Hacking

This is how to scrape a Telegram group member. I'm pretty sure that you like it.

please like this video and if you find any problem please leave a comment.

And please support me by subscribing to get you like this for the future. And follow me in this Blog I will try my all best to work hard for you.

TOOLS
$ pkg install -y git python $ git clone https://github.com/th3unkn0n/TeleGram-Scraper.git $ cd TeleGram-Scraper Install requirements $ python3 setup.py -i setup configuration file ( apiID, apiHASH ) $ python3 setup.py -c To Generate User Data $ python3 scraper.py ( members.csv is the default if you changed the name to use it )Send Bulk SMS To Collected Data $ python3 smsbot.py members.csv Update Tool $ python3 setup.py -u • API Setup
  • Go to http://my.telegram.org and log in.
  • Click on API development tools and fill the required fields. put app name you want & select other in platform Example :
  • Click on API development tools and fill the required fields.
  • put app name you want & select other in platform Example : copy "api_id" & "api_hash" after clicking create an app ( will be used in setup.py



DISCLAIMER : This Thread is only for Education Purposes. I will not be Responsible of Any Illegal use of this information. Try not to HACK the Androids, other than your`s.