Quote:
Originally Posted by rowan
If it really is a directory name with a space, you can either escape the space (1) or double quote the name (2)
1. cd ./\ /
2. cd "./ /"
Is this something legit? Would be very unusual for a directory or filename to contain a space, at least deliberately.
|
Somebody probably hack him and use to run sqlmap. So hacker hide directory by putting space.
It tool for hacking databases with sql injection problems.