mushorg / conpot

ICS/SCADA honeypot
GNU General Public License v2.0
1.24k stars 415 forks source link

HTTP: add support for argument-addressed content #93

Closed creolis closed 10 years ago

creolis commented 11 years ago

Not all HTTP interfaces feature one page per filename, some, e.g. S7-1200, use GET / POST arguments - we need to support this.

I'll write the necessary code to achieve that..

creolis commented 10 years ago

All set and done.