so, as promised, ise-share ko na ang method kung pa'no ako mag-hunt ng bughosts (kahit 'yung totoo tamad talaga ako
)
sana pag may na-hunt kayo by following this tutorial, i-share niyo naman sa'kin.



so just follow the process below,
First, open termux app
type:
1.
2 .
3.
4.
5.
Secondly, since we will be hunting cloudflare bughosts, visit this to get a full list of cloudflare routes: https://phcorner.org/threads/bughost-hunting.1047275/
now, we will use 104.20.185.0/24 as an example, type:
6.
it will generate a .txt file that contains the list of IP address within the scanned route.
optional: to confirm if the command was successful, type
next step; type:
7.
we will be using the
let's proceed; type:
8.
change the FILENAME of the targeted file— the one we created in step 6.
optional: change the timeout value with any value you want. i suggest you use 3.
also change the FILENAMEres, make sure you add 'res' which means 'result' to not make it complicated after.
after executing the step 8, it will generate a list of IPs with the ones with TLS1.2 enabled (but you have to wait until it finishes scanning). those that are TLS1.2 enabled are working with noload.
optional: for those who want to monitor the output. type:
to search for working bughosts from the .xml file, type:
those IP addresses with the word 'enabled' below it are working bughosts.
edit: nakalimutan ko, nga pala, dapat walang data/load pag magi-scan.
edit2: anyway, kung may tanong kayo regarding the process, mention me in your reply.
don't forget to say thank you. sana maging succesful ang pag-hunt niyo. magtulungan tayo mga ka-phc, para sa'tin din naman to.
pero sinasabi ko talaga sa inyo, share niyo sa'kin mga na-hunt niyo.
)sana pag may na-hunt kayo by following this tutorial, i-share niyo naman sa'kin.



so just follow the process below,
First, open termux app
type:
1.
apt update && apt upgrade2 .
pkg install python (skip this if python is already installed)3.
python -m pip install -U pip4.
pkg install nmap5.
pkg install sslscanSecondly, since we will be hunting cloudflare bughosts, visit this to get a full list of cloudflare routes: https://phcorner.org/threads/bughost-hunting.1047275/
now, we will use 104.20.185.0/24 as an example, type:
6.
nmap -sL -n 104.20.185.0/24 | awk '/Nmap scan report for /{print $NF}' > FILENAME.txtit will generate a .txt file that contains the list of IP address within the scanned route.
optional: to confirm if the command was successful, type
ls and you will see the FILENAME.txtnext step; type:
7.
sslscan, there you will see a list of arguments for sslscan.we will be using the
--tls12 argument since most of the working bughosts are TLS1.2 enabled.let's proceed; type:
8.
sslscan --no-check-certificate --no-cipher-details --no-ciphersuites --no-compression --no-fallback --no-groups --no-heartbleed --no-renegotiation --no-sigs --tls12 --timeout=1 --targets=FILENAME.txt | awk '/Connected/ || /enabled/{print}' > FILENAMEres.txtchange the FILENAME of the targeted file— the one we created in step 6.
optional: change the timeout value with any value you want. i suggest you use 3.
also change the FILENAMEres, make sure you add 'res' which means 'result' to not make it complicated after.
after executing the step 8, it will generate a list of IPs with the ones with TLS1.2 enabled (but you have to wait until it finishes scanning). those that are TLS1.2 enabled are working with noload.
optional: for those who want to monitor the output. type:
sslscan --no-check-certificate --no-cipher-details --no-ciphersuites --no-compression --no-fallback --no-groups --no-heartbleed --no-renegotiation --no-sigs --tls12 --timeout=1 --targets=FILENAME.txt --xml=FILENAMEres.xmlto search for working bughosts from the .xml file, type:
cat FILENAMEres.xml | awk '/sniname/ || /"1"/{print}'those IP addresses with the word 'enabled' below it are working bughosts.
edit: nakalimutan ko, nga pala, dapat walang data/load pag magi-scan.
edit2: anyway, kung may tanong kayo regarding the process, mention me in your reply.

don't forget to say thank you. sana maging succesful ang pag-hunt niyo. magtulungan tayo mga ka-phc, para sa'tin din naman to.
pero sinasabi ko talaga sa inyo, share niyo sa'kin mga na-hunt niyo.




dejk po 