Posts: 44
Threads: 0
Joined: Apr 2024
For root: check the second git repo 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.
Posts: 28
Threads: 0
Joined: Dec 2023
for USER - i can get code execution but my reverse shells seems not to be working This forum account is currently banned. Ban Length: Permanent (N/A Remaining) Ban Reason: Leeching.
Posts: 44
Threads: 0
Joined: Apr 2024
(Sep 14, 2024, 09:52 PM)local Wrote: for USER - i can get code execution but my reverse shells seems not to be working
Why do you need a shell when you can just cat the ssh private key?  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.
Posts: 44
Threads: 0
Joined: Apr 2024
(Sep 14, 2024, 09:55 PM)osamy7593 Wrote: (Sep 14, 2024, 09:54 PM)nomx1337 Wrote: (Sep 14, 2024, 09:52 PM)local Wrote: for USER - i can get code execution but my reverse shells seems not to be working
Why do you need a shell when you can just cat the ssh private key? 
where did u find it ? /home/margo/.ssh/id_rsa ??
ls -la /home/margo/.ssh/ 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.
Posts: 28
Threads: 0
Joined: Dec 2023
(Sep 14, 2024, 09:54 PM)nomx1337 Wrote: (Sep 14, 2024, 09:52 PM)local Wrote: for USER - i can get code execution but my reverse shells seems not to be working
Why do you need a shell when you can just cat the ssh private key? 
└─$ ssh -i id_rsa margo@10.129.20.140
Load key "id_rsa": error in libcrypto This forum account is currently banned. Ban Length: Permanent (N/A Remaining) Ban Reason: Leeching.
Posts: 52
Threads: 5
Joined: Aug 2024
Posts: 1
Threads: 0
Joined: Sep 2024
(Sep 14, 2024, 10:00 PM)local Wrote: (Sep 14, 2024, 09:54 PM)nomx1337 Wrote: (Sep 14, 2024, 09:52 PM)local Wrote: for USER - i can get code execution but my reverse shells seems not to be working
Why do you need a shell when you can just cat the ssh private key? 
└─$ ssh -i id_rsa margo@10.129.20.140
Load key "id_rsa": error in libcrypto
help me to get initial shell because h2-rce failed to access. may be there is a way to get it , i am in caption.htb:8080 dashboard
Posts: 124
Threads: 1
Joined: Apr 2024
server.go is running on port 9090 as root, so i think we need to use:
logs := fmt.Sprintf("echo 'IP Address: %s, User-Agent: %s, Timestamp: %s' >> output.log", ip, userAgent, timestamp)
exec.Command{"/bin/sh", "-c", logs}
from that server code
Posts: 28
Threads: 0
Joined: Dec 2023
(Sep 14, 2024, 10:12 PM)carbanak0 Wrote: (Sep 14, 2024, 10:00 PM)local Wrote: (Sep 14, 2024, 09:54 PM)nomx1337 Wrote: (Sep 14, 2024, 09:52 PM)local Wrote: for USER - i can get code execution but my reverse shells seems not to be working
Why do you need a shell when you can just cat the ssh private key? 
└─$ ssh -i id_rsa margo@10.129.20.140
Load key "id_rsa": error in libcrypto
help me to get initial shell because h2-rce failed to access. may be there is a way to get it , i am in caption.htb:8080 dashboard
https://medium.com/r3d-buck3t/chaining-h...535a9621a2This forum account is currently banned. Ban Length: Permanent (N/A Remaining) Ban Reason: Leeching.
Posts: 69
Threads: 0
Joined: Aug 2024
for the slow guy can someone help with the command that cats the ssh key 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.
|