Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Are TCP servers dead? #11

Open
4310V343k opened this issue Feb 12, 2022 · 2 comments
Open

Are TCP servers dead? #11

4310V343k opened this issue Feb 12, 2022 · 2 comments

Comments

@4310V343k
Copy link

I'm unable to connect to them via netcat, telnet or python's socket module

$ nc 212.17.118.125 2727
*empty output*
$ telnet 212.17.118.125 2727
Connecting To 212.17.118.125...Could not open connection to the host, on port 2727: Connect failed
    s.connect(("212.17.118.125", 2727))
TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond

I'm unable to solve 27 hackit because of it since it uses server's FS to store correct passwords

fs.writeFile("../data/tmp/"+pw, "OK", function(err) {
          fs.chmodSync("../data/tmp/"+pw, 0777);
            if(err) {
                return console.log(err);
            }
        });
@bluewave41
Copy link
Contributor

Sure looks like it. Also the image link I've been given for 31 doesn't exist: https://www.0xf.at/data/imgs/d92b0d88d8eaad46dc9ec19012302692.jpg

@VergeDX
Copy link

VergeDX commented Jun 18, 2023

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants