Skip to content
View wildstray's full-sized avatar
🐺
I may be slow to respond.
🐺
I may be slow to respond.
Block or Report

Block or report wildstray

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
wildstray/README.md
+ -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 
+ β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€ 
@@ We could have astonish you with special effects and ultra bright colors, but we're science not sci-fi 😎 @@
! β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€β–„β–€ 
! ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 
  • 🐺 Hi, I’m @wildstray
  • πŸ‘€ I’m interested in hacking, networking, security, embedded devices, digital electronics, low level development.
  • πŸ“« I'm available to be hired. Contact me (for full remote jobs only) at andrea ( at ) tuccia ( dot ) it or on LinkedIn
  • 🍺 I'm a Free and Open Source Software contributor. Free as in freedom, not free as in free beer.

Pinned

  1. observium-proxmox observium-proxmox Public

    Observium support for Proxmox VE

    2

  2. observium-syslogng observium-syslogng Public

    Observium Syslog enrichment

  3. meian-hacking meian-hacking Public

    Shenzhen Meian Technology alarms hacking

    2

  4. Modbus TCP scan for Schneider meters Modbus TCP scan for Schneider meters
    1
    #!/usr/bin/env python3
    2
    import os
    3
    from pymodbus.client.sync import ModbusTcpClient as ModbusClient
    4
    from pymodbus.exceptions import ConnectionException, ModbusIOException
    5
    from pymodbus import mei_message
  5. Modbus TCP scan for Qeed meters and ... Modbus TCP scan for Qeed meters and print configuration in human readable form
    1
    #!/usr/bin/env python3
    2
    from pymodbus.client.sync import ModbusTcpClient as ModbusClient
    3
    from pymodbus.pdu import ExceptionResponse
    4
    from pymodbus.constants import Endian
    5
    from pymodbus.payload import BinaryPayloadDecoder
  6. Modbus TCP scan for Contrel EMS mete... Modbus TCP scan for Contrel EMS meters and print configuration in human readable form
    1
    #!/usr/bin/env python3
    2
    from pymodbus.client.sync import ModbusTcpClient as ModbusClient
    3
    from pymodbus.pdu import ExceptionResponse
    4
    from pymodbus.constants import Endian
    5
    from pymodbus.payload import BinaryPayloadDecoder