Grey Hack

Grey Hack

Porkechebure 2023 年 5 月 25 日 下午 12:17
Copied folder from exploited machine to local machine has no permissions and can't be changed
V 0.8.4526 ALPHA official

Got into a machine by using a libsql 1.0.1 exploit.
Copied over my machine the user folder (home/SomeUserFolder)

Over my machine I get access denied and can't delete, access or do anything with folder:
I get Access Denied error.

Tried to do "sudo chmod u+rwx LockedFolder" but it says:
"chmod: Can't find LockedFolder"

Tried both by moving into the folder with cd home/User/....., and with full folder path.

Here's a screen:
https://prnt.sc/BmiORkNTlNXX

Funnily enough, writing a script that deciphers the files for bank and mail inside works though:
/home/LiquidCore/Desktop/doxes/126.22.16.135/Chouc
scanning for mail file file
./Chouc/Mail.txt
Deciphering mail password for user: Chouc
[###################################]==[ 100% ]
Mail account: Chouc@starg.com
Bank Password:
最后由 Porkechebure 编辑于; 2023 年 5 月 25 日 下午 1:04
< >
正在显示第 1 - 9 条,共 9 条留言
Xephael 2023 年 5 月 25 日 下午 3:16 
When you use sudo to directly launch a program like that you have to use full paths, not partial paths. I would suggest instead using `sudo -s` to log the terminal in as root and chmodding from that.
Porkechebure 2023 年 5 月 25 日 下午 3:18 
引用自 Xephael
When you use sudo to directly launch a program like that you have to use full paths, not partial paths. I would suggest instead using `sudo -s` to log the terminal in as root and chmodding from that.
Thanks! But I tried also with full paths. Maybe I did something wrong?
最后由 Porkechebure 编辑于; 2023 年 5 月 25 日 下午 3:18
Xephael 2023 年 5 月 25 日 下午 3:39 
引用自 Porkechebure
引用自 Xephael
When you use sudo to directly launch a program like that you have to use full paths, not partial paths. I would suggest instead using `sudo -s` to log the terminal in as root and chmodding from that.
Thanks! But I tried also with full paths. Maybe I did something wrong?
On your full path attempt you forgot the `/` at the beginning.

Also side note, since you're using chmod on a folder you're going to want to use the `-R` flag in chmod. That's not part of this issue you were having, but it would have been an issue.

You're also going to want to change the perms for `o` not `u`
最后由 Xephael 编辑于; 2023 年 5 月 25 日 下午 3:40
Aradar 8 月 14 日 上午 10:27 
It's funny but I found a weird fix for this when I accidentally download files that I don't have permission to, out of desperation one time I decided to create a file named exactly like the one that I couldn't get rid of and copy and paste it over top of it, it works, after copying my file over top of the one that I can't have access to I can now delete it.
Porkechebure 8 月 15 日 下午 1:55 
引用自 Aradar
It's funny but I found a weird fix for this when I accidentally download files that I don't have permission to, out of desperation one time I decided to create a file named exactly like the one that I couldn't get rid of and copy and paste it over top of it, it works, after copying my file over top of the one that I can't have access to I can now delete it.
Lmao.
Has this been fixed though?
Aradar 8 月 16 日 上午 5:25 
No this still works.
Xephael 8 月 18 日 上午 8:54 
引用自 Aradar
No this still works.
From the sound of it, what you're describing isn't a bug. Doing different things requires different permissions in different places.
Aradar 8 月 18 日 上午 11:37 
It's hard at times to tell the difference between bug and feature I felt like this isn't a big but I don't know
Myst Leissa 9 月 1 日 下午 1:17 
引用自 Xephael
引用自 Porkechebure
Thanks! But I tried also with full paths. Maybe I did something wrong?
On your full path attempt you forgot the `/` at the beginning.

Also side note, since you're using chmod on a folder you're going to want to use the `-R` flag in chmod. That's not part of this issue you were having, but it would have been an issue.

You're also going to want to change the perms for `o` not `u`
OR Login to your computers root account, and chown instead of chmod (or just plain access it as root since it bypasses perms)
< >
正在显示第 1 - 9 条,共 9 条留言
每页显示数: 1530 50