Hello Word! #
This is a back quote!
This is a code. #
1sudo dnf up -y
2
3echo "IP=10.129.202.20" >> .zshrc && source .zshrc ^1
4nmap \$IP -sC -sV -oA nmap_scan ^2
5openssl s_client -connect $IP:imaps ^3
6nmap -sU -F -oA udp_scan ^4
7onesixtyone -c /usr/share/wordlists/seclists/Discovery/SNMP/snmp-onesixtyone.txt \$IP ^5
8snmpwalk -v2c -c backup $IP | tee snmpwalk.txt ^6
9chmod 600 tom_ssh | ls -l tom_ssh ^7
10ssh -i tom_ssh tom@$IP^8 ^8
11sudo -l ^9
12ls -alh ^10
13cat .mysql_history ^11
14mysql -pNMds732Js2761 ^12
15show databases; ^13
16use users; ^14
17select * from users;
18select * from users where username = 'htb' ^16
This is a paragraph with a footnote1.
This is a paragraph with a footnote2.
This is a paragraph with a footnote3.

last updated: