Darren Rainey
Darren Rainey
Add the option to assign a specific interface/IP address to the server encase you wish to have the audio processed on a separate server.
Use APT instead of apt-get if available and added a #!/usr/bin/python3 line to allow directly running the script with ./mitmAP.py rather than python3 mitmAP.py
Currently I'm having the following error when ever I try to decode any packets: I installed pcap via ```npm i pcap``` ``` /root/node_modules/pcap/decode/ieee802.11/radio_packet.js:86 throw new Error('Radiotap Namespace / Vendor Namespace...
Currently the bot seems to randomly disconnect when running the following code and fails to autoreconnect ``` const Discord = require("discord-user-bots"); const client = new Discord.Client("TOKEN"); client.on.ready = function ()...
After testing on serval devices I found that the AP would fail to start with an error from hostapd stating "failed to set beacon parameters" after setting the driver in...
Feature request - Add the ability to log the amount of time spent in breaks / breaks skipped to either a sqlite db or CSV file.
**Describe the bug** Ideally when using the popup feature the break timer should block input until the break is over or the user selects skip. Currently the user can still...
Hello I'm trying to use this module in my expressjs application however after some testing I can seen to get the module to authenticate users below is some working code...