But All I'm getting there is:
Code: Select all
Forbidden
You don't have permission to access /posting.php on this server.
What the {expletive deleted} is happening?
Code: Select all
Forbidden
You don't have permission to access /posting.php on this server.
Code: Select all
ls -l default.target
Code: Select all
ls -l ,etc,systemd,system,default.target
Oh so it's just"/" +"etc" that causes this:Shay wrote:/ etc with out the space is the cause. Or drop the / .
Code: Select all
JtWdyP -> /
> ls -l / etc/systemd/system/default.target
lrwxrwxrwx 1 root root 41 Jun 10 21:34 / etc/systemd/system/default.target -> /usr/lib/systemd/system/multi-user.target
JtWdyP -> /
>
The good part of this, is that by pasting that kind of encoding outside of any"code" tags the displayed text can be copied and pasted into a text editor such as leafpad, kwrite, or my personal favorite, vim and the pre-BBCode, code of some valid command line example. Something that contained"/etc" could be executed. Say something like this:Maybe I should have said: wrote:JtWdyP -> /mnt/etcCode: Select all
JtWdyP -> /mnt[b]/[/b]etc > ls -l [i]/[/i]etc/systemd/system/default.target lrwxrwxrwx 1 root root 41 Jun 10 21:34 /[u]etc/systemd/system/default.target[/u] -> /usr/lib/systemd/system/multi-user.target JtWdyP -> /mnt[i]/[/i]etc >
> ls -l /etc/systemd/system/default.target
lrwxrwxrwx 1 root root 41 Jun 10 21:34 /etc/systemd/system/default.target -> /usr/lib/systemd/system/multi-user.target
JtWdyP -> /mnt/etc
>