MXZZ / Netgotchi

reversed pwnagotchi : netgotchi lives to protect your network
GNU General Public License v3.0
194 stars 11 forks source link

Repeated IP[0] #4

Closed luizabbadia closed 2 months ago

luizabbadia commented 2 months ago

Love that, but just to add something, line 350 provokes repetition of IP[0] String ipprefix = String(currentIP[0]) +"."+String(currentIP[1])+"."+String(currentIP[0])+"."; should be String ipprefix = String(currentIP[0]) +"."+String(currentIP[1])+"."+String(currentIP[2])+".";

MXZZ commented 2 months ago

Yes i fixed this in the latest release, please checkout the main branch , thank you for pointing out :-)

luizabbadia commented 2 months ago

Sorry, I need new glasses!

Em qui., 11 de jul. de 2024, 10:30, MXZZ @.***> escreveu:

Closed #4 https://github.com/MXZZ/Netgotchi/issues/4 as completed.

— Reply to this email directly, view it on GitHub https://github.com/MXZZ/Netgotchi/issues/4#event-13468901722, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJIM3UZZTBBZ7MAAMQWGLLZLZGFHAVCNFSM6AAAAABKVO4V4SVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJTGQ3DQOJQGE3TEMQ . You are receiving this because you authored the thread.Message ID: @.***>

MXZZ commented 2 months ago

no problem :)))