is something like:
sed s/+dir/+shutdown%20\/L%20\/Y%20\/C/
and returning the visit with this string more effective? These machines should be vulnerable to this kind of attack.
You can find alls setuid files by reading the fine man page of find as your favorite user != root. In case of a symple system w/o cyclic directories do:
cd /
find . -perm +6000
and you will find all files that suid or sgid
and find all files that do this in directories that can be read by you as being your user.
I can hardly imagine that at this time of day something useful is present on the webcams. They aren't that light sensitive - are they -
is something like: sed s/+dir/+shutdown%20\/L%20\/Y%20\/C/ and returning the visit with this string more effective? These machines should be vulnerable to this kind of attack.
This could be the Korean plane low on fuel because of divertion to Canada and forced down there by the AF.
You can find alls setuid files by reading the fine man page of find as your favorite user != root. In case of a symple system w/o cyclic directories do:
cd /
find . -perm +6000
and you will find all files that suid or sgid
and find all files that do this in directories that can be read by you as being your user.