Confusion on Cyber Fundamentals Linux CLI ep.16 question 6
Question 6 seems fairly straight forward but I have yet to stumble on the combination of commands the lab is looking for. The question is "In a single line: runsleep 600to sleep in the background for 10 minutes then run touch emptyfile in the foreground to create an empty file." At first glance it seems to be leading the student to try something like sleep 600 & && touch emptyfile but that's invalid syntax. I've tried ( sleep 600 & ) && touch emptyfile but that doesn't work, I suspect because the && sees the success from the () being executed and immediately runs touch. I've tried ( sleep 600 && touch emptyfile ) & but after 10 minutes of waiting the lab never "detects" success which I'm guessing because the touch is ran from the background. I can't find the magic combination to satisfy a sleep command running in the background and then a touch command running in the foreground in a single oneline statement. Any hints would be appreciated, greatly.Solved101Views1like1CommentDoS Practical
Hello again, I am working on another lab - The DoS practical in the networking module. I have been combing the packets with a fine tooth comb and can’t find any info on the Crypto currency it’s after or the last two questions either. Any pointers would be greatly appreciated. I spent 2 hours combing packets and reading packet data and I just couldn’t see anything. I will endeavour to keep trying!! I tried filtering by HTTP, but couldn’t figure out how to filter HTTP packets coming from the DoS tool or find info on the Tool used in the DoS attack. thanks again scottSolved63Views1like3CommentsViewing combined Pioneer info??
Hola, Random idle thought, as I've just got the Pioneer badge for completing the new Typelib: COM Persistence lab. Is there way to easily view a list of who has which Pioneer badges? I'd be very curious to see a local leaderboard of who has how many, and for which labs/sections... Does it show up in data explorer or the other logging stuff anywhere? Cheers, Steve.45Views1like1Comment