Linux Commands

Linux Commands


  • /etc/network/interfaces.d.
  • ifconfig -a -> get ip address.                 hypervisor.
  • ip r | route | netstart -nr -> see your routing table.
  • kill -USRI 'pidof dnsmasq'.
  • learn more about DNS and dnsmasq so serach on web.
  • su -<username> -> use for change user.
  • shift + g -> less command show end
  • ? -> less command search buttom to up.
  • n -> for next match word in less command
  • p -> for start in less
  • wq -> for exit in crontab
  • history
  • su -> super user.
  • for remote access -> <user_name>@<IP>
  • expr <num1 operator num2> -> used for calculation
  • ctrl + l -> clear the terminal
  • cd - -> go back into the previous directory
  • echo $OLDPWD ->
  • ssh
  • scp -> securely copy files between systems
  • netstat -> display network connection info
  • route -> view or configure network routing tables
  • du -> display disk usage by file or directory
  • uptime -> display system uptime and load average
  • finger -> display all the info about user
  • sort -> sort lines of text in a file -> use -> sort cat <file_name>
  • uniq -> remove duplicate lines from a file
  • printf


Remotely access tools

  • AndroRAT

Port forwarding tools (Secure Tunnel):

  • ngrock
  • cloudflare docs

Terminal in android:

  • termux form github link -> 
  • hacker's keyboard from play store


Metasploit Framework:

  • uer/shared/metasploit
  • data directory -> present art file and metasploit used to store binary for certain experts.
  • tools -> present command line utilities use during exploits.
  • modules -> 
  • lib -> 


Improve hacking skill:

  • hackthebox academy

Post a Comment

0 Comments