Skip to main content

September 14, 2017Hunner Framework In Termux

Hunner Framework In Termux, Here we’ll Talk about new framework, Hunner.
Let’s we’ll discuss about what it does do qnd what nodule help to penetrate the system.
  1. Module: You can find website vulnerability
  2. Module: You can ddos on website
  3. Module: You can brute force on mail account

Remember:

Please do not use this method for illegal or malicious activities because hacking is crime. If you do this then it’s can land you in jail.

Hunner Framework Installation Command:

  1. First you need to Install  apt install python && apt install git -y
  2. Now  git clone https://github.com/b3-v3r/Hunner
  3. Move into  cd Hunner
  4.  chmod 777 hunner.py
  5. Now Hit this command  python hunner.py

Comments

Popular posts from this blog

Hack Website with Sqlmap Using Termux In Android | Install Sqlmap In Termux

Install Sqlmap In Termux Now First we need to Install Sqlmap Termux. Then Dump the vulnerable website database with sqlmap. Sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers. Remember: Please do not use this method for illegal or malicious activities because hacking is crime. If you do this then it’s can land you in jail. Sqlmap Installation Command In Termux: Now paste this command into termux:    apt update && apt upgrade -y   apt install git -y   git clone https://github.com/sqlmapproject/sqlmap   cd sqlmap Now must install python   apt install python -y   chmod 777 sqlmap.py Now run this    python sqlmap.py Enjoy : )

START PROGRAMMING WITH C++

# WHAT IS PROGRAM.? The set of instructions given to the computer in order to perform some specific task is known as program. #WHAT IS PROGRAMMING LANGUAGE.? It was the Medium of writing the program i.e it is the medium of giving instruction to the computer in order to perform a specific task. #DEVELOPMENT OF C++ C++ was developed in 1779 by    BJRANE STROUSTRUP  .  It was developed in  AT&T Bell lab.                            ( Click here to know more about development of C++ ) When C++ was developed its first name was "C with Classes" the after in year 1984 Bjarne  friend   " RICK MASCITTI "  c hange the into C++, where ++ means increment and decrement  operator.