Hero

...

Home

ipv6 and ospfv3

configure OSPFv3 on routers conf t ipv6 unicast-routing interface s2/0 ipv6 ospf 1 area 10 exit ipv6 router ospf 1 router-id 0.0.0.1 end

Read more

passive gathering

WHOIS whois megacorpone.com | less whois IP | less GOOGLE HACKING (https://www.exploit-db.com/google-hacking-database) site:megacorpone.com filetype:php -filetype:html intitle:"index of" "parent directory" NETCRAFTING (https://www.netcraft.com/) https://searchdns.netcraft.com/ RECON-NG marketplace serarch github <https://github...

Read more

processes

background process ping -c 400 localhost > ping_results.txt & ctrl + Z → suspends the current job bg → brings the job back check the running job ping -c 400 localhost > ping_results.txt & ctrl + Z find / -name sbd.exe → jobs = lists all current jobs → fg %1 = takes the job under the number 1 to the foreground ps -ef →...

Read more

grep, awk & sed

prvih par redova u logu head -n 10 neki.log pokazati koliko ima riječi wc -l neki.log extract IP add from the file log output space del print 1 field count how many cat neki.log | cut -d “ ” -f 1 | sort -u | uniq -c | sort -urn extract GET request cat neki...

Read more