Abhinav Saxena

Results 12 issues of Abhinav Saxena

Hi, Is it possible to send the screen over to a connected telnet client? If yes, could you please provide a minimal example. I have a simple menu -- no...

enhancement
help wanted

We should start generating and distributing conpot binaries with each release. We can use `pyinstaller` which can generate static binaries. Github actions would be perfect for this. Since it would...

After discussion with Daniel (@creolis), I think it would be a good idea to document Conpot related research in the project wiki. This could include - - Tutorials on how...

uncomplicated
good first issue

Now that we have migrated to python 3.5, we should also look at adding type hints to our code (some 3.5+ sweet stuff right there) Depending on editor you use,...

good first issue

We are missing support for certain stop/restart commands from our protocol implementations. Need to look into what's missing and how to add them. Examples: - Modbus function 90 - CIP...

enhancement

In order for Conpot to look more realistic to attackers, there should be a central authentication system that provides more consistency. Protocols should be able to query this auth module...

Current implementation of Modbus uses a predefined template constisting of coils/registers - related values. It might be a good idea to be able to add actual modbus rtu slaves to...

Sonner or later, we might need Conpot to support IPv6. Appropriate tests should check both IPv6 and IPv4 work seamlessly.

enhancement
feature-request

Testing is essential for conpot for it to emulate the "real thing" Following scripts/tools might be helpful for the same - https://github.com/enddo/smod - https://github.com/drainware/nmap-scada

Sister issue to: https://github.com/mushorg/tanner/issues/237

enhancement