Git Product home page Git Product logo

Comments (9)

xtr4nge avatar xtr4nge commented on July 18, 2024

Hi ghosttang,
I hope you are well.
Could you tell me what version are you using? Raspbian?

regards,
xtr4nge

from fruitywifi.

ghosttang avatar ghosttang commented on July 18, 2024

yeah!
I'm happy to see u.
I use "pwnpi v3.0 final",download from this: http://www.pwnpi.com/downloads/

regards,
ghosttang

from fruitywifi.

xtr4nge avatar xtr4nge commented on July 18, 2024

Hi ghosttang,
Instead of use isc-dhcp-server you can use DNSMASQ.
I assume that isc-dhcp-server was replaced by dnsmasq during the installation of FruityWifi.
The config of DNSMASQ is really easy, you can use the config used by FruityWifi as template.
You can find the config file in /usr/share/FruityWifi/dnsmasq.conf

Just copy the file in: /etc/dnsmasq.d/
cp /usr/share/FruityWifi/dnsmasq.conf /etc/dnsmasq.d/
then restart the service: /etc/init.d/dnsmasq restart
Note: you need to edit the config file first, at least change the interface (for example to eth0)

Regarding VNC, I didn't found any problem, I connected using: server-ip:5901
(please, check if the port 5901 is running)

I suggest to do the following change in /etc/network/interfaces: (to avoid interfaces conflict with FruityWifi)

auto lo
iface lo inet loopback

allow-hotplug eth0
iface eth0 inet dhcp

#allow-hotplug wlan0
#iface wlan0 inet manual
#wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
#iface default inet dhcp

Note: I checked the config using the image that I uploaded: Pwnpi + FruityWifi
https://github.com/xtr4nge/FruityWifi/wiki/Install

Please let me know if that helped you
regards,
xtr4nge

from fruitywifi.

ghosttang avatar ghosttang commented on July 18, 2024

Hi xtr4nge,
It works!
I install some programs earlier,mybe compatibility issues。:)
Now I can test "FruityWifi" on my devices normally,Thanks a lot!
regards,
ghosttang

from fruitywifi.

xtr4nge avatar xtr4nge commented on July 18, 2024

Hi ghosttang,
Cool, let me know if you have any other question =)

regards,
xtr4nge

from fruitywifi.

ghosttang avatar ghosttang commented on July 18, 2024

Hi xtr4nge,
You‘re are great,if I have any other question or idea,share with you as soon as possible.
And now,there is a question.... I start wifi,and some guy change the default name&passwd,how should I change back? :)
regards,
ghosttang

from fruitywifi.

xtr4nge avatar xtr4nge commented on July 18, 2024

Hi ghosttang,
no problem ;)
You will find the users file in: /usr/share/FruityWifi/www/users.php
Change the value of: $users["admin"] to 21232f297a57a5a743894a0e4a801fc3
so the line for admin/admin needs to be:
$users["admin"]="21232f297a57a5a743894a0e4a801fc3";

regards,
xtr4nge

from fruitywifi.

ghosttang avatar ghosttang commented on July 18, 2024

Hi xtr4nge,

That't cool~
It works again....haha :)

regards,
ghosttang

from fruitywifi.

xtr4nge avatar xtr4nge commented on July 18, 2024

Hi ghosttang,
Great ;)

regards,
xtr4nge

from fruitywifi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.