User4 has a lot of files and folders in their Documents folder. The flag can be found within one of them.
im finding difficult to filter them all can you sugest me which command i shound be using?
is there any solution to this? can anyone help me with the commands to filter these files?
are you submitting ""
as the password?
if so you should leave it blank so when you connect with ssh user3@10.129.26.126
you should be able to press ENTER again and login
yes of course i did it but it always says permission denied
i assume this is an academy module, tell me the name, if i have the module unlocked ill check
[quote=“otter, post:2, topic:283937”]
`"
General Module
Introduction to Window Command line: Skill Assessment
the password for the user is the flag you found for the previous question
for some reason it is only written for the user1
question and not for the other ones, anyway i assume you already used the previous flag as the password for user 1 and 2
yes thank you
User4 has a lot of files and folders in their Documents folder. The flag can be found within one of them.
im finding difficult to filter them all can you sugest me which command i shound be using?
i havent done the module so i dont have an answer off the top of my head
google around, look at the cheatsheet, ask chatgpt for some help if you come to a dead-end
Hi there,
If you’re having trouble with this you might need to review the Powershell “Finding & Filtering Content” section.
I was able to retrieve the flag by doing the following:
- using
Get-ChildItem
/gci
cmdlet to list the files - using
get-member
to view the properties of the objects - filtering with
Select-Object
Hope this is a slightly better hint or path to come to the solution.
Feel free to PM me if you’re still having trouble