Posts

Metasploit termux

Image
       The Metasploit Project is a computer security project that provides information about security vulnerabilities and aids in penetration testing and IDS signature development. It is owned by Boston, Massachusetts-based security company Rapid7.   How to install metasploit in termux command How To Use Metasploit In Termux Step by step guide on How To Use Metasploit In Termux  Hello there, Popoye69 readers, In today's blog, I gonna tell you about Metasploit-framework means how to install it in Termux and how to use it. Metasploit was created by H.D. Moore in 2003 as a portable networking tool using Perl. Metasploit 3.0 began to include fuzzing tools, used to discover software vulnerabilities, rather than just exploits for known bugs. By 2007, the Metasploit Framework had been completely rewritten in Ruby. In October21, 2009, the Metasploit Project announced that it had been acquired by Rapid7, a security company that provides ...

Termux Tools

Image
  Termux           Join  https://instagram.com/rajkumargyaba?utm_source=qr&igshid=NGExMmI2YTkyZg%3D%3D   What is cd ? cd means change the directory and cd used for change the directory of terminal. There are six Commands of cd 1. cd (change directory) 2. cd - (Move one directory back from where you are now) 3. cd ~ (Move to users have directory from anywhere) 4. cd .. (Change current directory to parent directory) 5. cd -- (Show last working directory from where we moved) 6. cd / (Change to root directory) ********************** ls Commands ********************** What is ls ? ls  list  all  current  folders  and  directories There are 12 commands of ls see what they are 1. ls (list current directory /list folder contents) 2. ls -l (To show file or directory, size, modified date and time, owner of file, permission) 3. ls -a (List all files including hidden files ) 4. ls -lh (It show size in human r...