Results 1 to 10 of 12
Code:
Checking `asp'... not infected
Checking `bindshell'... not infected
Checking `lkm'... nothing detected
Checking `rexedcs'... not found
Checking `sniffer'...
eth0 is not promisc
Checking `wted'... nothing deleted
Checking `w55808'... not ...
- 07-30-2003 #1Linux User
- Join Date
- May 2003
- Location
- Hong Kong, China
- Posts
- 256
after I ./chkrootkit, I have nothing except
??Code:Checking `asp'... not infected Checking `bindshell'... not infected Checking `lkm'... nothing detected Checking `rexedcs'... not found Checking `sniffer'... eth0 is not promisc Checking `wted'... nothing deleted Checking `w55808'... not infected Checking `scalper'... not infected Checking `slapper'... not infected Checking `z2'...
eth0 is not promise???Signature removed by moderator - please see forum rules
- 07-30-2003 #2Linux Engineer
- Join Date
- Jan 2003
- Location
- Lebanon, pa
- Posts
- 994
Means it is not in promiscious mode which is most commonly used to sniff packets.
- 07-30-2003 #3Linux User
- Join Date
- May 2003
- Location
- Hong Kong, China
- Posts
- 256
ha ha ha, i am so dumb, still dun get it, anyway, thanks
Signature removed by moderator - please see forum rules
- 07-30-2003 #4Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Normally, a NIC will only process packets that were headed for it. For example, if you're using a hub (instead of a switch) to connect your computers, all packets will be sent to all computers, but the NIC will discard all packages that weren't intended for it. Putting it into promiscuous mode means that it will receive all packages, so that you can monitor packets that were sent between other computers in your network.
- 07-30-2003 #5Linux User
- Join Date
- May 2003
- Location
- Hong Kong, China
- Posts
- 256
how do i do it? thanks
Signature removed by moderator - please see forum rules
- 07-30-2003 #6Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Hmm? Why would you want to?
- 07-30-2003 #7Linux User
- Join Date
- May 2003
- Location
- Hong Kong, China
- Posts
- 256
make eth0 promisc??? he he, nevamind
Signature removed by moderator - please see forum rules
- 07-30-2003 #8Linux Newbie
- Join Date
- Apr 2003
- Location
- UK, Manchester
- Posts
- 147
ifconfig <device> promisc
Normally you dont need to turn enable it as most apps that require promiscuous mode will enable it for you, like tcpdump for example.
- 07-30-2003 #9Linux User
- Join Date
- May 2003
- Location
- Hong Kong, China
- Posts
- 256
I see, cheers mate!!!
Signature removed by moderator - please see forum rules
- 07-30-2003 #10Linux Engineer
- Join Date
- Apr 2003
- Location
- Sweden
- Posts
- 796
Use the command tcpdump to see all packets that "goes throw" you NIC...in hubbed environments you can for example see username and password in cleartext on hosts that have FTP-servers...can be fun..
Regards
Andutt


Reply With Quote
