Привет всем. Вопрос по теме сканирования nmap.
Как сканировать сетку что бы тор не блокал запросы?
Как сканировать сетку что бы тор не блокал запросы?
**без VPSПривет всем. Вопрос по теме сканирования nmap.
Как сканировать сетку что бы тор не блокал запросы?
sudo masscan -Pn -sS 0.0.0.0/0 --rate 50000 -p443 --open-only --exclude 255.255.255.255 | grep -Eo '[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+' > results.txt
sed -i 's/$/:443/' results.txt
sudo masscan -Pn -sS -iL australia.txt --rate 50000 -p443 --open-only --excludefile block.txt | grep -Eo '[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+' > results.txt
sudo masscan -Pn -sS -iL australia.txt --rate 50000 -p4443,10443,8443 --open-only --excludefile block.txt --output-format list --output-file results.txt
awk '{ print $4 ":" $3 }' results.txt > final_results.txt
nuclei -l final_results.txt -t nuclei-templates/http/cves/2018/CVE-2018-13379.yaml -o vulns.txt
1. Scan for Proxyshell:
sudo masscan -Pn -sS -iL ranges.txt --rate 50000 -p443 --open-only --excludefile block.txt | grep -Eo '[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+' > results.txt
sed -i 's/$/:443/' results.txt
nuclei -l results.txt -t nuclei-templates/http/cves/2021/CVE-2021-34473.yaml -o vulns.txt
2. Scan for CVE-2018-13379:
sudo masscan -Pn -sS -iL ranges.txt --rate 50000 -p4443,10443,8443 --open-only --excludefile block.txt --output-format list --output-file results.txt
awk '{ print $4 ":" $3 }' results.txt > final_results.txt
nuclei -l final_results.txt -t nuclei-templates/http/cves/2018/CVE-2018-13379.yaml -o vulns.txt
Почему?(не все порты сразу)
Всмысле с VPS нельзя сканить?С тором, теоретически(сам таким не страдал) только со своей выходной нодой(а это считай с впс), а так все ноды тора в плохих списках
Почему без VPS?**без VPS
are you related to enlancehacktivista? don't get me wrong i wanna thank you for showing it to us, but all your posts you mention it
ну все зависит от твоего времени и скоупа, если у тебя огромная сеть условно на 40к хостов и немного времени, ты же не успеешь. Поэтому можно просто посмотреть изи рце порты и наиболее часто встречающиеся веб портыПочему?
Но обучно хостеры с этим боряться, только если какой-то антиабузный сервер братьВсмысле с VPS нельзя сканить?
Yes, im a contributor. The site is centered around hacktivism but i focus on the "Learn to Hack" section. Once i create a guide for xss and post about it, i refine it and publish it to enlace. Anyone is welcome to create an account and edit also its basically open source to anyone who wants to contribute. Do note its not for profit so me referencing it does not benefit me apart from teaching others tools, techniques, methods and resources, etc.are you related to enlancehacktivista? don't get me wrong i wanna thank you for showing it to us, but all your posts you mention it