Raised This Month: $12 Target: $400
 3% 

HTTP Server w/ RCon Multiplexer


Post New Thread Reply   
 
Thread Tools Display Modes
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 08-23-2020 , 09:31   Re: HTTP Server w/ RCon Multiplexer
Reply With Quote #51

What are you seeing happen with CS:GO? Is it failing to load? Crashing? Webcon not working?
__________________
asherkin is offline
kossolax
AlliedModders Donor
Join Date: Jan 2008
Location: Belgium
Old 08-23-2020 , 14:58   Re: HTTP Server w/ RCon Multiplexer
Reply With Quote #52

Since the latest update, as soon as webcon exts is loaded, the RCON doesn't work anymore. I've tried on Windows and Linux. I've checked for new windows signature, I've found these:


ProcessAccept: \x55\x8B\xEC\x83\xEC\x24\x53\x56\x57\x8D\x45\ xF8
RunFrame: \x55\x8B\xEC\xB8\x64\x10\x00\x00
RunFrame(or): \x55\x8B\xEC\x83\xEC\x14\x53\x56\x57\x8B\xF9\ x8B\x77\x58
HandleFailedRconAuth: no change.

But it didn't help either. I don't know if there are wrong or something else changed.

Thanks,

Last edited by kossolax; 08-23-2020 at 15:02.
kossolax is offline
poel
Veteran Member
Join Date: Mar 2013
Old 08-31-2020 , 04:14   Re: HTTP Server w/ RCon Multiplexer
Reply With Quote #53

Quote:
Originally Posted by asherkin View Post
What are you seeing happen with CS:GO? Is it failing to load? Crashing? Webcon not working?
Up!
Can you check if the EXT need new signatures?
Thanks a lot !!
poel is offline
Agent Wesker
Senior Member
Join Date: Apr 2012
Old 09-30-2020 , 20:55   Re: HTTP Server w/ RCon Multiplexer
Reply With Quote #54

Does this not work anymore for CS:GO ?

I wanted to use this plugin: https://forums.alliedmods.net/showthread.php?p=2685907

Last edited by Agent Wesker; 09-30-2020 at 20:56.
Agent Wesker is offline
poel
Veteran Member
Join Date: Mar 2013
Old 10-10-2020 , 05:09   Re: HTTP Server w/ RCon Multiplexer
Reply With Quote #55

Quote:
Originally Posted by Agent Wesker View Post
Does this not work anymore for CS:GO ?

I wanted to use this plugin: https://forums.alliedmods.net/showthread.php?p=2685907
Broken
Sry
poel is offline
Papero
Veteran Member
Join Date: Aug 2016
Location: Italy
Old 12-12-2020 , 05:47   Re: HTTP Server w/ RCon Multiplexer
Reply With Quote #56

I'm experiencing issues with this in CS:GO as well, while a plugin is using Web_RegisterRequestHandler the RCON does not respond anymore and the webserver cannot be accessed.

Any clue about what the issue could be?
__________________
My Plugins
SPCode


Steam: hexer504
Telegram: Hexah
Discord: Hexah#6903

If you like my work you can donate here!
Papero is offline
Statik
New Member
Join Date: Apr 2014
Old 06-12-2022 , 23:38   Re: HTTP Server w/ RCon Multiplexer
Reply With Quote #57

Hello Asher, i'm trying to use your extension as a way to create API endpoints to my server, so a discord bot (not mine) or any service can change map o send useful information, it seems this is the only http server available for sourcepawn. In my tests i can get params, headers, cookies but i have not found a way to get the body of a request.

Can you add a method to get it, or at least the raw request?
Statik is offline
SandrilaFriman
New Member
Join Date: Jun 2022
Old 08-23-2022 , 06:56   Re: HTTP Server w/ RCon Multiplexer
Reply With Quote #58

Is it practical to use RCON to control server on phone? I would avoid using RCON and instead setup SSH to connect to your server. You can use PuTTY on your phone to connect to your server using SSH, or RCON.

RCON doesn't encrypt your authentication packets, like SSH does, which means somebody watching network traffic could intercept your login credentials.

SSH also has other security features like logging failed login attempts, closing a connection after a number of failed attempts to prevent brute force attacks, and a number of features.

Additionally, if you choose, you could setup public key authentication with SSH to only allow users with authorized private keys to try logging in.

(Edit) Adding to this, both RCON and SSH will provide the same functionality in terms of controlling, so it comes down to deciding on security
SandrilaFriman is offline
Alienmario
Senior Member
Join Date: Aug 2013
Old 02-03-2024 , 17:23   Re: HTTP Server w/ RCon Multiplexer
Reply With Quote #59

Is there a list of plugins that use Webcon? (I only know of simple-fastdl).
Alienmario is offline
Alienmario
Senior Member
Join Date: Aug 2013
Old 03-10-2024 , 17:00   Re: HTTP Server w/ RCon Multiplexer
Reply With Quote #60

I believe POST parameters are not working at all, it's always an empty string. I've tested forms with diff encoding types and the JS fetch method.
Also agree with Statik, a body retriever would be nice as well.
Alienmario is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:34.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode