Git Product home page Git Product logo

c41n's People

Contributors

ms-web-bn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

c41n's Issues

No AP

hello, c41n only managed to show up once with AP showing but not connecting on device. ( got AP not connecting )
The second time around tried again but no AP showing at all. (no Ap shows up)

handle_probe_req: Send failed

Hello, I am trying to host an AP with captive portal (Option 2 from your script) with:

alfa awus036nha atheros ar9271

And I am getting this error:
handle_req

I tried to google it, but I can't find anything on it.
The AP works for a while then I get the error, when the error happens then I can't to connect to the AP anymore.

Write for us

I'm sorry for writing here but it was the only way to contact you,
You are good in the cybersecurity field? Then you can write for us about your own tool on GitHub and the use of it.
Your article will be published with your name and a link to your website and social media accounts if you want. Please reply to us at Email: kalitutwrite @ gmail.com
Walid Salame
kalitut .com
Twitter:@xKaliSec

Install on raspberry

Hi MS-WEB-BN,

First: thanks for he job! It's possible to enable an ap really quickly

I've install C41N on a rasp zero 2w, with Pi OS Bulleye x32 without X and any desktop.

So the script has a first issue on line 401: we have to deleting "xterm -e" and the quotes.

After, for starting your script, I've to stop dnsmasq service, and systemd-resolved, otherwise I have an error because port 53 is already opened.

sudo systemctl stop systemd-resolved
sudo systemctl stop dnsmasq

Regards,

Launch problems

The installation of xterm and apache2 needs to be added to the documentation.
Ubuntu:

apt install xterm
apt install apache2

Also, before starting, check that port 53 is not busy.
Ubuntu:

sudo ss -lp "sport = :domain"

Very often it is occupied by systemd-resolved. He needs to be stopped.
Ubuntu:

sudo systemctl stop systemd-resolved
sudo systemctl disable systemd-resolved
sudo systemctl mask systemd-resolved

To undo what you did:
Ubuntu:

sudo systemctl unmask systemd-resolved
sudo systemctl enable systemd-resolved
sudo systemctl start systemd-resolved

In order for dnsmasq to start via xterm, it is advisable to stop it too.

systemctl stop dnsmasq.service

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.