-
**Operating environment/Installation (Hass.io/Docker/pip/etc.):**
Hass.io on Raspberry pi 2 with ESPHome 1.14.3, all latest versions. Mikrotik wifi
**ESP (ESP32/ESP8266, Board/Sonoff):**
…
-
Hey @CTassisF,
Just took a quick look at the Docker file, I only see one user being added, ripe-atlas.
The intent is to have measurements run as ripe-atlas-measurement:ripe-atlas, and the contro…
-
Hi guys, sorry for bugging you. this is so annoying.
A firmware update kinda crashed midway since i tried to do it from the phone. So i tried your script after multiple searches but still doesnt w…
-
Hi,
If i try to run the script i'm get error:
`root@kali:~/coffeeMiner# python3 coffeeMiner.py 192.168.1.254
gateway: 192.168.1.254
victims:
['192.168.0.98']
Loading script: injector.py http:/…
-
-
Hi!
Could you add uploading file backup via FTP/SFTP protocol? It would required the file name was unique so I suggest to add pattern to the file name like `yyyy-MM-dd` or `yyyy-MM-dd-hh-mm`.
-
Hi guys,
I am using tikapy to gather alerts from the evebox api (suricata alerts) and then update an address-list in one or several mikrotiks to block the offending IP. I have run into an issue tha…
-
Hello, I need to receive logs from a Mikrotik router but found it does not work 100%.
There in an option in Mikrotik settings named 'bsd-syslog' which in their docs says "whether to use bsd-syslog …
-
bang, saya pake mikrotik os v6.43.8 bisa jalan, nah di versi os v.6.46 gak jalan, apa ada settingan yg salah ?
-
```php
$query = (new Query('/file/print'))
->where('.id', $file['.id']);
$fileContent = $client->query($query)->read();
$content = $fileContent[0]['contents'];
```
but only the…