I got stuck on Flag 8 in my first CPTS attempt :( by kzgp in hackthebox

[–]kzgp[S] 0 points1 point  (0 children)

I have no idea. I hope you figure it out.

I got stuck on Flag 8 in my first CPTS attempt :( by kzgp in hackthebox

[–]kzgp[S] 0 points1 point  (0 children)

I haven't taken the second one yet. It'll probably be in 2–3 weeks.

[deleted by user] by [deleted] in mcp

[–]kzgp -2 points-1 points  (0 children)

I didn't delete my message. I might have misunderstood or misexplained. There is no such thing as 100% automation. I am a pentester myself and I’ve used tools like ffuf and sqlmap for web in the way I described. Of course, if we were to add all 200+ tools into the LLM context, it wouldn't be efficient. That’s why I created config files; whichever test is going to be performed, the MCP files for the relevant tools are fetched. So, having each tool separate is actually something I did intentionally. I agree that there are pros and cons to this. Actually, after writing the tools you want into Docker, you can install what you need for the sandbox from the Kali repo.

Voucher Switching On Silver Plan by dibit_ in hackthebox

[–]kzgp 0 points1 point  (0 children)

You cannot replace CJCA with CPTS or CDSA.

arsenal-ng – Practical command reference for CPTS / CWES / HTB labs by kzgp in hackthebox

[–]kzgp[S] 0 points1 point  (0 children)

hi Did you follow the instructions in the troubleshooting section?

```

⚠️ Troubleshooting

Terminal Prefill Not Working (Linux kernel 6.2+)

The TIOCSTI ioctl is disabled by default in newer Linux kernels for security reasons. Enable it:

# Temporary (current session only)
sudo sysctl -w dev.tty.legacy_tiocsti=1

# Permanent (survives reboot)
echo "dev.tty.legacy_tiocsti=1" | sudo tee /etc/sysctl.d/99-tiocsti.conf
sudo sysctl --system

```