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
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...
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 →...
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...
65 post articles, 17 pages.