Forum Widgets
Recent Discussions
Git Security: Git History
Hi all, I’ve been struggling for a while with the last question on this lab, question 7. Where you need to purge access_keys.json from the commit history and force push changes at the end. I’ve tried so many combinations that I’ve lost count. The most recent, which I don’t understand why it’s not working is: git log --diff-filter=A -- *.json To find the commits. git rebase -i <commit_hash> Then changing to edit in the text editor. git push origin --force To force push my changes. This is just one of many ways I’ve tried. Any help would be appreciated, it’s driving me a little mad haha. Thanks, JPNo files show up in the Microsoft Azure Basics: Function Apps lab
Hello all. No files show up in the Microsoft Azure Basics: Function Apps lab so I cannot complete it. When I open VSCodium and open the /home/iml-user/Desktop/http_queue folder there are NO FILES inside it. I tried signing in to Azure extension from the Azure button in VSCodium and that got me the wokspacd but still nothing in the home http_queue folder. Does anyone else have this issue? Am I doing something wrong? Per the instructions there should be files in that folder See screenshots. Thank You.AI Plugin Injection
Greetings, I've found the old plugin that should ideally be used to get the AI to give access to token.txt But no matter how many times I try, directoryListingPluginOld and whatever Linux commands I try to chain together, does not help me out much. I have to do these trainings as part of my job, and I'm trying my best here, but it's a lot to balance the demands of this lab along with security alerts.0likes4CommentsPowershell Deobsfuscation Ep.7
I was working on this and got stuck with Ep.7. Appreciate if anyone can assist with this Powershell de-obfuscation. Step 1: I removed the splits accordingly and converted from hexadecimal Step 2: Next, there was another set of splits to perform and ascii conversion. Ended up with the small snip of string at the bottom with a lot of (spaces and tabs) at the beginning. Basically empty spaces before coming to this short scripts. I am not sure on how to move from here. Anyone can assist with this pls?Solved2likes8CommentsCTI First Principles: Threat Actors and Attribution Question 8
For the question: Which sub-technique has been attributed to this threat actor in the Credential Access Tactic? as the briefing was talking about phishing through attachment, for some reason, the answer Spearphishing Attachment, was not correct. I am wondering about where else I shoud be looking into as the main report mostly taked about email delivery methods in terms of initial access to credentialsPowerShell Basics: Demonstrate Your Skills
Hi, I'm a little stumped on Q10 and was wondering if I could please get some help. I have used the Invoke-Command once script.ps1 was copied over from my local machine to Server 1 and established the text file. However how would I view the text file in question? I know the Get-Content command but as it's in a different directory it won't work. Many thanks.0likes2CommentsIntro to Python Scripting Building an IDS
I am stuck on task 5 of the lab and het this error: from scapy.all import sniff from scapy.layers.inet import IP, TCP ip_connections = {} PORT_SCAN_THRESHOLD = 10 def packet_callback(packet): if packet.haslayer(IP) and packet.haslayer(TCP): ip_src = packet[IP].src port_dst = packet[TCP].dport if ip_src not in ip_connections: ip_connections[ip_src] = set() ip_connections[ip_src].add(port_dst) if len(ip_connections[ip_src]) > PORT_SCAN_THRESHOLD: print(f"Alert! Possible port scan detected from IP: {ip_src}") ip_connections[ip_src] = set() sniff(prn=packet_callback, store=0) Traceback (most recent call last): File "/usr/lib/python3.12/idlelib/run.py", line 580, in runcode exec(code, self.locals) File "<pyshell#6>", line 1, in <module> File "/usr/lib/python3/dist-packages/scapy/sendrecv.py", line 1311, in sniff sniffer._run(*args, **kwargs) File "/usr/lib/python3/dist-packages/scapy/sendrecv.py", line 1171, in _run sniff_sockets[_RL2(iface)(type=ETH_P_ALL, iface=iface, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/scapy/arch/linux.py", line 484, in __init__ self.ins = socket.socket( ^^^^^^^^^^^^^^ File "/usr/lib/python3.12/socket.py", line 233, in __init__ _socket.socket.__init__(self, family, type, proto, fileno) PermissionError: [Errno 1] Operation not permitted0likes2CommentsAgents Skill-Building with Gemini CLI
Hi, I'm stocked at the task 4 for the Agents Skills in Building with Gemini CLI, I have completed the steps and also the rest of the task but task 4 will not show as completed, can anyone offers some guidance or hint. The SKILL.md file has been created as the instructions and I have already tried to create it testing some workarounds but no success. ThanksSolved0likes2Comments
Get support from the community
If your question has been answered, help others by clicking: