Add support for Ethernet Card and refactor WiFi attacks to works with any esp-netif interface
I added support for Ethernet card based on W5500 chip to make possible perform some attacks from ESP devices. To do that, I refactored attacks from WiFi section to work with ethernet interface without problems. I tested both ethernet and WiFi with the new implementation of scan hosts
just a feedback, we will close the issues for 1.10, to release 1.10.1 and after that will work on new features for 1.11 (or 2.0, we din't know yet)
Are there any problems with the PR? If you need, I can attach videos of the feature
No... we are bugfixing 1.10 yet.. just be patient
Mr Andrea Canale.... Its Illegal for you to come and make such great add on for all of us to use then dissappear... From now on you are one of mr piratas slaves for ever and we cant wait for your next idea..... You have the internet part covered.... Http connections for later? )To sending arp etc to websites or to visit certain sites who dont leave any direct traces for legal purposes ) Having a own Bruce Chat inside Bruce SW etc...?
On Fri, Jun 6, 2025 at 8:23 PM Pirata @.***> wrote:
Merged #1276 https://github.com/pr3y/Bruce/pull/1276 into dev.
— Reply to this email directly, view it on GitHub https://github.com/pr3y/Bruce/pull/1276#event-18027033953, or unsubscribe https://github.com/notifications/unsubscribe-auth/BLDL6BRHZKJLP5KD3SRRBHD3CHMC3AVCNFSM6AAAAAB6FDVTN6VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJYGAZDOMBTGM4TKMY . You are receiving this because you are subscribed to this thread.Message ID: @.***>
-- Kind Regards
C.R
May Prosperity allways be with us!!
You added a flag to Enable this feature, but didn't use it in the project..
I need you to pull the dev brench and:
- restrict this functionality within LITE_MODE, so we save some flash memory for these environments (Marauder, StickCPlus 1.1 and CYD while using Launcher)
- Make the pins dinamic.. as the CC1101 and NrfPins are used, through configPins setup.
Make a new pull request for the "dev" environment.
OK, I will fix it ASAP.
Is it wireless or it will be adding physical or another module for communication on Ethernet
Will it have any function to route the internet from the Ethernet connection?
Is it wireless or it will be adding physical or another module for communication on Ethernet
You need a W5500 card attached to SPI bus, I published the wiring on my wiki repo, you can find it in my github repos
Will it have any function to route the internet from the Ethernet connection?
I don't think so since most of the features use WiFi API directly and not the esp-netif API
Can this update works on Smoochie board?