automated terminal push
All checks were successful
learn org at code.softwareshinobi.com/git.softwareshinobi.com/pipeline/head This commit looks good

This commit is contained in:
2025-06-04 20:15:25 -04:00
parent 91cf2c0d5d
commit ba2080733d
196 changed files with 12170 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
# help
`Note for VMs`: You may fail to connect to overthewire.org via SSH with a 'broken pipe error' when the network adapter for the VM is configured to use NAT mode. Adding the setting IPQoS throughput to /etc/ssh/ssh_config should resolve the issue. If this does not solve your issue, the only option then is to change the adapter to Bridged mode.

View File

@@ -0,0 +1,17 @@
# Pro Tips
There are several things you can try when you are unsure how to continue:
* First, if you know a command, but dont know how to use it, try the manual (man page) by entering man <command>. For example, man ls to learn about the "ls" command. The "man" command also has a manual, try it! When using man, press q to quit (you can also use / and n and N to search).
* Second, if there is no man page, the command might be a shell built-in. In that case use the "help <X>" command. E.g. help cd
* Also, your favorite search-engine is your friend. Learn how to use it! I recommend Google.
* Lastly, if you are still stuck, you can join us via chat
## What To Do When Lost
You will encounter many situations in which you have no idea what you are supposed to do. Dont panic! Dont give up! The purpose of this game is for you to learn the basics.
Part of learning the basics, is reading a lot of new information. If youve never used the command line before, a good first read is this introduction to user commands.

17
docs/Proving-Grounds/index.md Executable file
View File

@@ -0,0 +1,17 @@
# Home
The linux war game help you to learn and practice security concepts in the form of fun-filled games.
Presented to you by Software Shinobi and the team over at Valorant Digital.
To find out more about a certain wargame, just visit its page linked from the menu on the left.
Otherwise, click a war game and get to work.
```
Team Six: The Monaco Heist (/The-Monaco-Heist)
Team Six: Infiltrating Machine City (Coming Soon)
```