From 384bf689654e7935a8a64296d4d16c93fd22de83 Mon Sep 17 00:00:00 2001 From: kaliban Date: Fri, 9 Aug 2024 20:04:34 +0200 Subject: [PATCH] type --- content/posts/overthewire-bandit-7-8.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/overthewire-bandit-7-8.md b/content/posts/overthewire-bandit-7-8.md index b46a5dc..dcaf118 100644 --- a/content/posts/overthewire-bandit-7-8.md +++ b/content/posts/overthewire-bandit-7-8.md @@ -17,7 +17,7 @@ Password: `morbNTDkSW6jIlUc0ymOdMaLnOlFVAaj` # Theory -To solve this level and move one we just need to use one command, the `grep` command scan search +To solve this level and move on we just need to use one command, the `grep` command scan search # Solution