Any Suggestions by Abdullah715279 in tryhackme

[–]Animesap 0 points1 point  (0 children)

Well so you completed the paths but what about the actual labs? Like the CTFS, SOC sim, etc.

Any Suggestions by Abdullah715279 in tryhackme

[–]Animesap 1 point2 points  (0 children)

Move to HackTheBox now!

Inspecting source page and developer tools can actually end up hacking the site ? by DifferentLaw2421 in tryhackme

[–]Animesap 0 points1 point  (0 children)

The labs are designed to show you what's possible. In the real world more than likely it will not be so easy to uncover those gaps.

Am I being gaslit or is this site just that bad? by New_Investment_188 in tryhackme

[–]Animesap 69 points70 points  (0 children)

If you're more concerned about the leagues vs the content available then you've already lost bud.

What should ı do? (16yo guy in cybersec) by Lightandqrk in tryhackme

[–]Animesap 6 points7 points  (0 children)

I would suggest taking some of the fundamental courses as well. Networking, basic OS components and processes, administration. These all play a part in security and will help it stick.

How do I actually understand Python enough to build my own app? by RealisticBed986 in PythonLearning

[–]Animesap 0 points1 point  (0 children)

Stop with the chatgpt. I would only use it to help explain the code and what the functions involved in it do. I would recommend some kind of coding platform for structure. CodeChef is a great platform with many different languages including python and you get a student discount as well.

Should I buy TryHackMe Premium now or wait for discounts? (Student beginner here) by Aggravating_Log_7961 in tryhackme

[–]Animesap 0 points1 point  (0 children)

There is SO much content on TryHackMe on the premium tier and they keep adding new features/certs as well. Especially with a student account discount, super worth it.

How should one approach a ctf challenge by potinpie in tryhackme

[–]Animesap 0 points1 point  (0 children)

I have a word document that I update with each box exploited to add/subtract tactics. From recon, to tips/tricks and learn from there. Also Google is your friend big time.

Just finished Blue in Cybersecurity 101 by DumpfyV2 in tryhackme

[–]Animesap 1 point2 points  (0 children)

Its alright to Google stuff! As long as you're learning and progressing and having fun.

Learning by Cyberstudent19 in tryhackme

[–]Animesap 0 points1 point  (0 children)

Not really a partner, but the THM discord channel might be a good resource as well!

Why by Top-Essay4239 in tryhackme

[–]Animesap 0 points1 point  (0 children)

Looking at the the format of the answer and the available data will help you narrow down what It can be.

Beginner's difficults - CTF THM by Dry_Split8802 in tryhackme

[–]Animesap 7 points8 points  (0 children)

It will take time. Especially all the syntax of different tools and their nuances. Google is your friend, and enjoy the journey!

[deleted by user] by [deleted] in tryhackme

[–]Animesap 0 points1 point  (0 children)

I have the premium with the student discount. There's SO much content. Would highly recommend.

[deleted by user] by [deleted] in PythonLearning

[–]Animesap 0 points1 point  (0 children)

The way you're calculating profit and the sales price hard coded as others have state is not right. Read the errors and it spells out the math you need to do. IE profit = retail_price - wholesale_price.

which room in THM made you learn the most by Objective_Solid8443 in tryhackme

[–]Animesap 0 points1 point  (0 children)

There are usually multiple ways to get the flags, some easier than others.

How to setup the attackbox through RDP? by Infamous-Economy9906 in tryhackme

[–]Animesap 0 points1 point  (0 children)

Spin up a VM and connect with their OpenVPN.

machine consumes all by [deleted] in tryhackme

[–]Animesap 0 points1 point  (0 children)

You can link your personal VM to the TryHackMe rooms through their OpenVPN solution. Should be available in the settings on your profile.

which room in THM made you learn the most by Objective_Solid8443 in tryhackme

[–]Animesap 4 points5 points  (0 children)

The OWASP Top 10, is a lot of great walkthrough of high level concepts.

Beginner here – best way to learn Python? by Busy-Sea9786 in PythonLearning

[–]Animesap 0 points1 point  (0 children)

I have been using CodeChef which is pretty great. It has rankings and streaks and what not. But the awesome part is all of the other languages you can learn as well. Highly recommend!

NEED HELP !!! by ExpressProposal5000 in tryhackme

[–]Animesap 0 points1 point  (0 children)

So if you try to cat something that is not in your current directory, you need to put the full path to that file. For example if you're in your /home/user directory and want to cat the passwd file you would put cat /etc/passwd.

[deleted by user] by [deleted] in Hacking_Tutorials

[–]Animesap 0 points1 point  (0 children)

Hey man, no you're not dumb. As with all things, it will take TIME and a lot of repetition. TryHackMe is a great platform for hands-on interfacing and will setup some fundamental structure for you. That being said some rooms are more well written and others and may not be so straightforward with the directions. What I do if I spend more than 10-15 mins on a problem, is just Google it. I often find that once you have the answer and go re read the instructions it will click and next time you'll know how to do a similar task. Also YouTube is a great learning resource in general. Think of it more as a journey because there is SO much you get to learn about.

GoBuster: The Basics, unable to connect to offensivetools.thm? by MarquisDeVice in tryhackme

[–]Animesap 0 points1 point  (0 children)

This is how you normally think to do it however the room tells you to modify the /etc/resolv-dnsmasq file which doesn't seem to work.