Convert C# Filter to Panel

02/10/2020 20:38 Dorlaw#1
Hey guys nowadays we saw many crackers so many filters convert C# filters to web panel that work like proxies any hint how they done that ? Convert c# into which language or what have done
02/10/2020 21:17 JellyBitz#2
ASP.NET? Google, you know.
02/10/2020 22:01 Dorlaw#3
Quote:
Originally Posted by JellyBitz View Post
ASP.NET? Google, you know.
You mean they rewrite hole the code ? Or use sometools to convet it
02/10/2020 22:05 Mr&MrsNice#4
its not possible to convert code. you could use a dotnet decompiler to convert dotnet languages for eg c# to vb
02/10/2020 22:12 Dorlaw#5
I didn’t get the answer ( what have they done ?) i want to understand what they done if anyone know
02/13/2020 20:54 guckguck#6
Maybe it will be as simply as creating a web based gui to prevent local access to the filter.
E.g. the "filter seller" could host the filter program on his own host server, allowing TCP/IP connections incomming/outcomming to the "filter host server". But it is not possible to configure the "filter server" unless you are using the supplied web gui.
You could linke the web gui to a configuration file and there is no need for local access.

For users there is no difference, they still connect to the filter host.