conpot.protocols.proxy package¶
Submodules¶
conpot.protocols.proxy.ascii_decoder module¶
- class conpot.protocols.proxy.ascii_decoder.AsciiDecoder¶
Bases:
ProxyDecoder- decode_in(data)¶
Decode data that goes into the proxied device
- decode_out(data)¶
Decode data that goes out from the proxied device to the connected client(attacker).