Slashdot Mirror


User: jmkf

jmkf's activity in the archive.

Stories
0
Comments
4
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4

  1. Re:ironic editors... on FAA Using Webcams to Aid Alaskan Pilots · · Score: 1

    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 -

  2. Re:IISBLOCK on New (More) Annoying Microsoft Worm Hits Net · · Score: 1

    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.

  3. Re:5th Plane on More Links And Reports On Terrorist Attacks · · Score: 1

    This could be the Korean plane low on fuel because of divertion to Canada and forced down there by the AF.

  4. Re:Not a big deal.. but then... on Looking At The New Linux Trojan · · Score: 1

    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.