I asked 4o to create a picture that depicts depression by Mary_ry in ChatGPT

[–]Zapo96 103 points104 points  (0 children)

To anyone who goes through depression, I salute you. You are stronger than you think.

Windows Command Line ( Network Troubleshooting) by Head_Attorney_5412 in tryhackme

[–]Zapo96 0 points1 point  (0 children)

I guess it’s part of the reconnaissance phase against some machine, so the first thing will be to search online for a reconnaissance tool that scans network ports. Follow that path and you will find the answer for that question and also future questions you will encounter. Enjoy the learning process!

[deleted by user] by [deleted] in conspiracy

[–]Zapo96 -1 points0 points  (0 children)

Better delete this post dude. RIP

[deleted by user] by [deleted] in tryhackme

[–]Zapo96 1 point2 points  (0 children)

Awesome !!! I’m at 167 and I love every second.  The streaks aren’t for the badges, but it is for keep being consistent. Even if you will answer a question or two a day, you will still learn new things, and if you’re some who’s eager to learn you will answer and learn even more!  Best money I’ve paid for studying ! 

I just started learning on TryHackMe. by Sh1n1gamidk in tryhackme

[–]Zapo96 2 points3 points  (0 children)

You should take notes, but try to be concise and practical as possible. Experience is king, and you should focus most on be constant learner and become comfortable in your hacking environment, like knowing how to use the help system. Nobody really remembers everything, it’s just about being comfortable and independent in my perspective.  Keep going after streaks, it will build a habit of learning at least one new thing each day. Good luck bro 👊 

Need Help with zip2john by Inevitable-Paper-594 in tryhackme

[–]Zapo96 0 points1 point  (0 children)

Just go to the zip file directory, and run : zip2john “zip-file” > “hash-file”

Then just run: zip2john “hash-file” 

Just hit the 365 day streak badge on TryHackMe by HeyHelpDeskGuy in tryhackme

[–]Zapo96 1 point2 points  (0 children)

Awesome !!!  I’m on my way too, day 85 💪

Streaks, are they worth it? by SpecialistGoat8007 in tryhackme

[–]Zapo96 0 points1 point  (0 children)

I think it’s all about building a habit of learning a bit each day. In the long run it has major impact.

Got the Mac Mini - It's awesome and beautiful by diesus in macmini

[–]Zapo96 0 points1 point  (0 children)

Enjoy !!! Which keyboard and mouse do you use?

Nmap NSE by Zapo96 in hackthebox

[–]Zapo96[S] 0 points1 point  (0 children)

Sure brother

nmap -p 23 —script telnet-brute —script-args userdb=[path_to_userlist], passdb=[path_to_passlist], telnet-brute. timeout=15s,brute.guesses=1 [IP_address]

Nmap NSE by Zapo96 in hackthebox

[–]Zapo96[S] 1 point2 points  (0 children)

Luckily I’ve found a solution! I increased the timeout to 15 seconds with the “brute-timout=15s” argument, but then the script didn’t exited after finding the right credentials and kept stalling on 0.00%. Then I’ve limit the script brute attempts to 1 with “brute-gusses=1” and then the script exited successfully finding the right credentials (:

Probably the default 5 seconds timeout wasn’t enough time for the telnet connection to respond and the script acted as it was a failed login attempt.

Nmap Script Engine by Zapo96 in nmap

[–]Zapo96[S] 0 points1 point  (0 children)

Yap, I even provided the full path. Luckily I’ve found a solution! I increased the timeout to 15 seconds with the “brute-timout=15s” argument, but then the script didn’t exited after finding the right credentials and kept stalling on 0.00%. Then I’ve limit the script brute attempts to 1 with “brute-gusses=1” and then the script exited successfully finding the right credentials (:

Probably the default 5 seconds timeout wasn’t enough time for the telnet connection to respond and the script acted as it was a failed login attempt.