1
Everything else / Let things calm down
« on: April 29, 2022, 06:35:32 PM »
This topic is relative to https://rejetto.com/forum/index.php?topic=13535.msg1067427#msg1067427
Let things calm down. I can't persuade further since it will make things go worse.
They are still false positives.
Gibberish code, just crackers trying another non-sense protocol (possibly HTTPS).
Bell ring, a common concept of Windows CMD/PowerShell, when there's a BELL (0x07) character, Windows will just ring, to alarm something. It's along with above circumstance.
Connect? Just another non-sense that try to horrify you.
Just compare the CONNECT with GET or POST. The difference is servers just don't understand it and won't do anything.
No request methods except GET, HEAD and POST will work, in that script.
For other things else, I think I could stop, "guessing" as said. I don't want to be superhero, anyway. Do what you like & think best.
Losing trust is terrible. Even more terrible if it's all caused by outsider stalkers. Terrible for both person. Yet more if plus region things.
Now that even if I do more, useless.
Hope everything will go well, without me.
Goodbye.
Let things calm down. I can't persuade further since it will make things go worse.
They are still false positives.
Gibberish code, just crackers trying another non-sense protocol (possibly HTTPS).
Bell ring, a common concept of Windows CMD/PowerShell, when there's a BELL (0x07) character, Windows will just ring, to alarm something. It's along with above circumstance.
Connect? Just another non-sense that try to horrify you.
Just compare the CONNECT with GET or POST. The difference is servers just don't understand it and won't do anything.
No request methods except GET, HEAD and POST will work, in that script.
Code: [Select]
# Example. Try in unix-like environment and modify as need
echo -e -n "CONNECT google.com:443 HTTP/1.1\r\n" | socat tcp-connect:127.0.0.1:8081 -
# it won't do anything wrong in either side
For other things else, I think I could stop, "guessing" as said. I don't want to be superhero, anyway. Do what you like & think best.
Losing trust is terrible. Even more terrible if it's all caused by outsider stalkers. Terrible for both person. Yet more if plus region things.
Now that even if I do more, useless.
Hope everything will go well, without me.
Goodbye.