Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

PLDT Default

7a67385f632a0c7408765c99d238d0aaec548d3e.hccapx, yan po yun hash.tnx
 
Last edited by a moderator:
pwede po ba pasali sa pa crack. :pray:

update nalng kita mamaya. BTW marunung ka mag add ng code sa fluxion na once maka receive ng correct password eh mag pupull-up ng GPIO pin?
 
update nalng kita mamaya. BTW marunung ka mag add ng code sa fluxion na once maka receive ng correct password eh mag pupull-up ng GPIO pin?
sa raspberry pi po ba? di ko pa natry imodify code ni fluxion. python script lang ginagamit ko sa raspberry pi gpio pero matagal na din ako huli gumamit ng gpio pins. since bash script si fluxion baka pwede i add sa code niya using wiringPi library program gpio.

Example (kung gusto mo po iset as output ang GPIO physical pin 26 (BCM 7) at mag send ng signal na 1 (on):
Code:
$ gpio -g mode 7 out
$ gpio -g write 7 1
Reference rpi gpio pinouts: https://pinout.xyz/
Para gumana po yung program na gpio, kelangan mo install wiringpi package.
Code:
$ sudo apt-get install wiringpi

thanks
 
Last edited by a moderator:
sa raspberry pi po ba? di ko pa natry imodify code ni fluxion. python script lang ginagamit ko sa raspberry pi gpio pero matagal na din ako huli gumamit ng gpio pins.

thanks

oo. maganda kasi para headless monitoring na. para di ka panay check via VNC
 
Last edited:
Happy leeching
Regarding dun sa plan for adding LED indication on a successfull fluxion attack dito mo ilalagay yung code for gpio:
Kelangan mo iedit yung file na fluxion.sh
attachment.php


Sa me line 310 dito mo ilalagay yung cleanup code para mamatay yung ilaw sa LED if nagkaroon ng successfull attack. Gagana yung code na yan kapag nag clean inexit mo si fluxion (eg. ctrl+c ) hindi yung close terminal mo.
Sample code na ilalagay mo dito ay:
kung nakasaksak si LED sa pin 25 or BCM7. (kelangan mo ng higher value resistor para hindi masira si raspberry pi)
Code:
gpio -g mode 7 out
gpio -g write 7 0
Ang gagawin ng code ay i ooff si LED kung naka on siya.

Dito naman sa file sa loob ng folder ni fluxion/attacks/Captive Portal/attacks.sh
attachment.php
Kelangan mo ilagay yung code mo after line 949, gagana yung code na yan once na makuha ni fluxion yuung password. Note: di ko pa natest yung code, feedback mo na lang kung gumana.
Code:
$ gpio -g mode 7 out
$ gpio -g write 7 1
ang gagawin ng code ay i oon si LED kung tagumpay si fluxion sa pagkuha ng password.

padelete/redact na din po pala ng password kagabi baka me makakita, haha
 

Attachments

  • fluxion1.png
    fluxion1.png
    78.9 KB · Views: 46
  • fluxion2_captive.png
    fluxion2_captive.png
    142.2 KB · Views: 48
Last edited by a moderator:
Problem ko kc s fluxion hindi nag popup yun fake ap nya ky yun target hindi alam ang ggwin ky ang mangyyri i off s router tpos back k nnmn s umpisa
 
Problem ko kc s fluxion hindi nag popup yun fake ap nya ky yun target hindi alam ang ggwin ky ang mangyyri i off s router tpos back k nnmn s umpisa
di ko pa uli natry fluxion sa new smartphone at bagong version. pero base sa code nito ng bagong version kapag nag captive portal check siya (yung phone) dapat mapunta siya sa fluxion captive portal using browser ng phone, hindi siya mag popup kung gumagamit siya ng fb apps or other apps unless browser gamit niya (nung target)
 
yun nga sir lgi kc nila gmit is fb, mesenger, youtube at kung ipa pang app hindi n c gumgmit ng browser.
 

Sad to say. Pinalitan ung default pas.. cant crack it.

- - - Updated - - -

Regarding dun sa plan for adding LED indication on a successfull fluxion attack dito mo ilalagay yung code for gpio:
Kelangan mo iedit yung file na fluxion.sh
https://www.mobilarian.com/attachment.php?attachmentid=1309564&stc=1&d=1593490657

Sa me line 310 dito mo ilalagay yung cleanup code para mamatay yung ilaw sa LED if nagkaroon ng successfull attack. Gagana yung code na yan kapag nag clean inexit mo si fluxion (eg. ctrl+c ) hindi yung close terminal mo.
Sample code na ilalagay mo dito ay:
kung nakasaksak si LED sa pin 25 or BCM7. (kelangan mo ng higher value resistor para hindi masira si raspberry pi)
Code:
gpio -g mode 7 out
gpio -g write 7 0
Ang gagawin ng code ay i ooff si LED kung naka on siya.

Dito naman sa file sa loob ng folder ni fluxion/attacks/Captive Portal/attacks.sh
https://www.mobilarian.com/attachment.php?attachmentid=1309565&stc=1&d=1593490657Kelangan mo ilagay yung code mo after line 949, gagana yung code na yan once na makuha ni fluxion yuung password. Note: di ko pa natest yung code, feedback mo na lang kung gumana.
Code:
$ gpio -g mode 7 out
$ gpio -g write 7 1
ang gagawin ng code ay i oon si LED kung tagumpay si fluxion sa pagkuha ng password.

padelete/redact na din po pala ng password kagabi baka me makakita, haha

na try mo ba sir? di ko pa ma try kasi
 
Back
Top Bottom