-
I saw in this issue: https://github.com/unicorn-engine/unicorn/issues/877 you mentioned implementing something like usercorn but in Rust. Did you make any progress? I'm considering doing this myself, …
-
I didn't spot one, but does the platform have an internal cache for things? page loads on my end are getting a little slow under problems due to the amount of challenges I have added (up to 151)
Me…
-
Hello,
first of all thank you for your code! I tried desock with test file provided in the repo and it works well. Then I moved onto a target I'm currently fuzzing (Abyss Web Server) and I'm facing…
-
Currently, the UI doesn't show data requirements for views. So, it's not possible to determine what kinds of traces (ex. kernel and/or userspace) and what events (ex. sched switch) are required for a …
-
The default seccomp profile is blocking `personality(PER_LINUX|ADDR_NO_RANDOMIZE)`:
```plain
% sudo -g docker docker run --rm -ti debian bash
root@4c48e40eadb3:/# apt update && apt install -y s…
-
# Dissecting a Log4Shell Attack
Ever since the beginning, Log4Shell has been inseperably tied to Minecraft servers. In this post, I take apart one such attack and see what makes it tick.
[https://bl…
-
**Environment**:
- CTFd Version/Commit: 3.5.0
- Operating System: Ubuntu
- Web Browser and Version: Vivaldi
**What happened?**
Exported backup from 3.4.3 (using official Docker images) import…
-
1. `sun@Macbook JNDIExploit % java -jar JNDIExploit-1.3-SNAPSHOT.jar -i 127.0.0.1
[+] LDAP Server Start Listening on 1389...
[+] HTTP Server Start Listening on 3456...`
2. `sun@Macbook ~ % nc -l …
-
- [x] update k8s to 1.30: https://github.com/OWASP/wrongsecrets-ctf-party/pull/666
- [x] update all deps
- [x] disable challenges that do not work without vault/bitnami controller (See https://githu…
-
Add a way to submit secret/bonus flags.
**Proposal**
1. Create a page called "Bonus"
2. Add a table called `bonuses` with `title`, `flag`, and `points` columns
3. Add an admin page for creatin…