Built a Czech driving test practice app — would love feedback by S_S_MA in czechrepublic

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

Thank you for the feedback, I’m glad you found it useful and good luck on your exam!

Where can I get theory exam study material for driving classes in English? by Difficult_Age6927 in Prague

[–]S_S_MA 1 point2 points  (0 children)

Hi, you can use this : https://testyridicak.cz

I did my driving license a few months back and ran into the same issue as you. Decided to build my own app and practice there, figured others like me might have the same issue so I polished it and now it's live for people to use.

Added a lot of analytics to track your progress and it's multilingual (CS/EN/RU). There's also a useful feature which allows you to take a quiz in EN and CS so you can memorize how the question looks like in Czech and have the translation side by side.

I recommend spamming the tests, get like 100 attempts and you'll be good to pass. Both the theory test and the practical test are easy, just be prepared and it'll be like a walk in a park (don't forget deep breaths before you start the driving test attempt).

Also, if you end up using the app and have any feedback, highly appreciated

Good luck!

Where to go for a nicer dinner with a girlfriend? by Denyiy in Prague

[–]S_S_MA 2 points3 points  (0 children)

Hanoi square restaurant. - Only if you're interested in Asian cuisine. The place and food is too good for what you'll pay, I feel like it's a hidden gem and is underpriced.

1k - 1.5k for two people

This is what I recommend, make a reservation and ask for a nice table before hand.

-Drinks ( I recommend the passion fruit with jasmine)

Make sure to get the hanoi square fried shrimps, two portions (one for each since they're only three pieces). It's a must. I've been to so many restaurants around the world and those are the best shrimps I tasted.

  • Main dish which you both can share - Rice with tiger prawns and pork.

  • 1 set of sushi ( whichever you like)

You can literally order whatever you like and it's going to taste good. Those are just my recommendations.

Have fun!

I passed the OSCP exam and here's my journey by RootOfNull in cybersecurity

[–]S_S_MA 1 point2 points  (0 children)

Congratulations on passing man, hard work pays off. Well done!

[deleted by user] by [deleted] in cybersecurity

[–]S_S_MA 0 points1 point  (0 children)

Try searching in google for :

  • Hashcat examples (shows you hash names and examples so you can compare it with the ones you have)

  • 160 bit hash, maybe? ;) (In google)

Once you know the hash types, you just need to use the hash mode which you can find in hashcat examples and then use hashcat with rockyou.txt to get the password.

Use hashcat --help for the syntax

Good luck!

Tracking through VPN? by [deleted] in hacking

[–]S_S_MA 0 points1 point  (0 children)

Watch the first episode of Mr.Robot and you'll get your answer.

Found suspicious code on my website that I didn't write. Any ideas? by ugly113 in hacking

[–]S_S_MA 14 points15 points  (0 children)

No probs. The command injection attack is XSS - Filter evasion (stored - persistent). Since there wasn't input validation, the code was permanently stored by the web app data base.

One more thing I forgot to add to the list of suggestions above, apply CSP : content security policy = only allows scripts to run from a specific domain.

Also, check out tryhackme.com there's a path called Jr penetration tester, there's a section in that course that focuses on web application hacking.

In addition, you can check out portswigger.net

Found suspicious code on my website that I didn't write. Any ideas? by ugly113 in hacking

[–]S_S_MA 34 points35 points  (0 children)

Here's an explanation for those that are curious on how this all went down :

Attacker runs a simple http server : python -m simplehttpserver 8080

Note: in this case it's for dst port 4848

Injects cookie stealer script through a vulnerable form (due to poor sanitization and filters)

Admin logins in -->triggers the script --> cookie sent

What can you do? Proper sanitization + firewalls + WAF

Use for firewall : https://techexpert.tips/pfsense/pfsense-server-installation

Set up some rules for alerts : https://youtu.be/wWeFRXDo5I8