Linux

Port Knox Challenge



Hi everyone,

I apologize for the lack of audio in my previous video. Thank you for your patience and understanding.

In the last few months, I’ve been working hard to find the right commands to locate this specific flag. It took roughly three months of trial and error, but I finally figured it out. Here’s a quick background and the commands I used:

1. **Tshark Command**:

tshark -i enp1s9 -Y “(tcp.flags.reset eq 1) && (tcp.flags.ack eq 1)”

2. **Telnet Commands**:

telnet 192.168.6.2 port#
telnet 192.168.6.2 port#
telnet 192.168.6.2 port#
telnet 192.168.6.2 port#
telnet 192.168.6.2 port#
telnet 192.168.6.2 port#
telnet 192.168.6.2 port#
telnet 192.168.6.2 port#

3. **SSH Commands**:

ssh -Nf -D 127.0.0.1:9050 student@192.168.6.2

proxychains ssh -t -p 22 student@192.168.6.3

However, I’ve recently discovered a faster way to solve this challenge. If you’re interested in seeing the quicker method, please let me know in the comments below.

Thanks again for your support!



source

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Check Also
Close
Back to top button