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
- wq -> for exit in crontab
- 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
- 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
Remotely access tools
Port forwarding tools (Secure Tunnel):
Terminal in android:
- termux form github link ->
- hacker's keyboard from play store
Metasploit Framework:
- data directory -> present art file and metasploit used to store binary for certain experts.
- tools -> present command line utilities use during exploits.
Improve hacking skill:
0 Comments