Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 108144 - dsniff dnsspoof fix for bad local ip (new ebuild)
Summary: dsniff dnsspoof fix for bad local ip (new ebuild)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-04 22:16 UTC by Greg Watson (linuxkrn)
Modified: 2005-10-15 02:34 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
dsniff-2.3-r7.ebuild (dsniff-2.3-r7.ebuild,1.31 KB, text/plain)
2005-10-04 22:17 UTC, Greg Watson (linuxkrn)
Details
2.3-dnsspoof.patch (2.3-dnsspoof.patch,183 bytes, patch)
2005-10-04 22:18 UTC, Greg Watson (linuxkrn)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Watson (linuxkrn) 2005-10-04 22:16:03 UTC
dsniff-2.3 has a bug in the local IP code for dnsspoof that inverts the local
ip.  A simple one-line patch has been written so it can be included in other 2.3
builds.

bump version to -r7
Comment 1 Greg Watson (linuxkrn) 2005-10-04 22:17:54 UTC
Created attachment 69893 [details]
dsniff-2.3-r7.ebuild
Comment 2 Greg Watson (linuxkrn) 2005-10-04 22:18:35 UTC
Created attachment 69894 [details, diff]
2.3-dnsspoof.patch
Comment 3 Marcin Kryczek (RETIRED) gentoo-dev 2005-10-14 12:36:32 UTC
what should i do to see the inverted ip?
Comment 4 Greg Watson (linuxkrn) 2005-10-14 17:44:03 UTC
Just run dnsspoof

like this:

dnsspoof upd dst port 53 

then do:

dig foobarfoo.bar

and you should see your ip but reversed.  Add patch, recompile and try it again.

Comment 5 Marcin Kryczek (RETIRED) gentoo-dev 2005-10-15 02:34:28 UTC
ok. fixed in cvs. thanks for reporting