help & support
319 TopicsBrute Force task in an 15 min lab taking over 30 hours to complete
Hello everyone, I am doing an Immersive Labs about hacking, and there is a lab where I can learn how to crack codes with Hydra using SSH, HTTP, and FTP. The problem is that for the FTP part, I am supposed to brute-force a password (a 4-character password composed of lowercase letters and numbers). I am using the correct command, but the brute force is extremely slow, doing roughly 1 attempt every 3.5 seconds, which brings the total cracking time to over 30 hours. I waited 2 hours already, which is far too long, especially since the lab has to be extended every 10–15 minutes. However, now it has become personal, and I really want to get this password. Can anyone help? I am using the following command: hydra -l jimmy -x 4:4:1a -f -t 64 ftp://(ip address) i have tried -t, 4, 8 and 16, doesn't change anything I also tried creating 4 lists containing all possible passwords and running them in parallel with -P instead of using -x, but I always got too many attempts. Name of the lab ist: Credential Access: Using Hydra15Views0likes0CommentsHelp with Cross Site Request Forgery (Twooter)
Hi folks, I'm having a hard time getting past the Cross Site Request Forgery lab - specifically I'm not sure what sort of payload I can use to obtain the username of the scraper. I can get their IP address using just a link and I've tried a range of scripts hosted on my machine which I then link to in my 'twoots' but there's no connection at all. I'd be really grateful for any direction as to the sort of payload that could capture the necessary information. Thanks, JonathanSolved401Views0likes6Comments404 Oops. You look lost.
I am trying to complete a training: 2026 Application Developer IS Curriculum for Non-Employees-ASP.NET At step 4: 2026 Application Developer IS Curriculum for Non-Employees-ASP.NET directs me to the Immersive Lab page, but I get this message: I tried to contact the support team, but it sends me to this page and when I click to log in, it comes back here, it's a loop: If I try to access the page where I should have the task assignments, it is empty. What could I do in this case? I am waiting for an answer.84Views0likes3CommentsIncident Response: Application Shimming
I'm working through the Incident Response: Application Shimming lab and I'm stuck on the final question (but have correctly answered all previous questions). Without giving away any answers to those reading this, I'm hoping someone can tell me whether I'm following the correct investigation path or if I'm overlooking an artifact. So far I've: - Followed the registry keys mentioned in the briefing. - Identified the affected application and the installed shim database. - Examined the SDB file with the provided analysis tool. - Followed the breadcrumb trail from the previous questions. - Examined the DLL identified in the previous question for URLs, HTTP-related strings, and other obvious indicators. - Searched the SDB and related files for URLs and network indicators. - Checked the application's installation directory for additional relevant artifacts. At this point I can't find anything that appears to answer the final question, and I'm wondering if I'm expected to analyze a different file or use a different tool than the ones provided in the VM. Could someone give me a nudge in the right direction? Specifically, I'd like to know: Am I investigating the correct artifact? Is there another file or artifact that should be analyzed? Or is there another technique/tool that the lab expects me to use? Thanks!89Views0likes1CommentDFIR CTF: LightNeuron DLL - Question 5
In relation towards the question: What is the xor key for the decrypted strings? I have basically entered, and set the breakpoint into the neutron light dll While searching for the strings references I came across I am super lost in where I should continue and where I should be pivoting towards. Is there anything that I should be digging deeper into? As I mostly have been digging deeper into the 02x value.Solved42Views0likes1CommentAI Red Teaming: Lateral Movement and Privilege Escalation – Demonstrate Your Skills
Hello, I completed all the questions but I'm stuck with N.6: "What is the token in the service account's home directory on the database host?" I got the ssh key. I got the user. I got the host. chmod 600 key DONE Got the ssh key in 2 ways: by the chatbot and with: CREATE TABLE files(filename text); COPY files FROM '/var/lib/postgresql/.ssh/id_rsa'; SELECT * FROM files But I'm always getting this error when I try to ssh: Load key "key": error in libcrypto I tried to fix the format of the key without success. May be the key on the exercise corrupted? This is the key that I got: -----BEGIN OPENSSH PRIVATE KEY----- b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAMwAAAAtzc2gtZW QyNTUxOQAAACDEKK7X95Yx0arxuFpnbCOazXs94GtBxZEmZEwOfjkfWQAAAKBu/iwgbv4s IAAAAAtzc2gtZWQyNTUxOQAAACDEKK7X95Yx0arxuFpnbCOazXs94GtBxZEmZEwOfjkfWQ AAAEBmm/CMDy59G26K1pC9J2l+PKqcTL89F4kmh/5Idt9hd8Qortf3ljHRqvG4WmdsI5rN nez3ga0HFkSZkTA5+OR9ZAAAAFm9yY2hpZC1zdmNAcG9zdGdyZXMtZGIBAgMEBQYH -----END OPENSSH PRIVATE KEY----- ThanksSolved39Views0likes1CommentDFIR CTF: PCAP Challenge - Question 7
For the question What is the XOR key used to encrypt the malware payload? I am wondering about what I should be looking for in the WireShark, as I can't seem to find any indications of a specific key being used in the pcap file. From the files extracted, I also did not notice any indications from the XML file as well. Summary: I am basically super lost in where I should be digging deeper from.Solved83Views0likes2CommentsCVE-2022-33891 (Apache Spark) – Defensive Question 8
I am wondering about what I am missing in terms of: Analyze the log files. At what time does the attacker first discover that the Apache Spark engine is accessible? (Provide your answer in the format HH:MM:SS) I cant seem to get the time right. unless if I am looking at the wrong area.Solved27Views0likes1Comment