View Issue Details

IDProjectCategoryView StatusLast Update
0007347Kali LinuxQueued Tool Additionpublic2022-04-29 13:41
Reporterbackslash0 Assigned To 
PrioritynormalSeverityminorReproducibilityN/A
Status acknowledgedResolutionopen 
Summary0007347: deserter - a targeted DNS cache poisoner
Description

Name: deserter
Version: v1.0
Homepage: https://github.com/b4ckslash0/deserter
Download: https://github.com/b4ckslash0/deserter/releases/tag/v1.0
Author: backslash0
Licence: MIT
Description: deserter is a targeted DNS cache poisoner capable of DNS cache poisoning without brute forcing the target ID and source port.
Dependencies: The tool relies on PcapPlusPlus and argparse (both are statically linked into the final binary, so there shouldn't be any problems).
Similar tools: dnsspoof.py (https://github.com/DanMcInerney/dnsspoof)
Activity: Development began on 20.09.2021. Support for DNS over IPv6 is also coming.
How to install: https://github.com/b4ckslash0/deserter/releases/tag/v1.0 - instructions for manual compilation are also available on the GitHub page.

How to use:
-h --help shows help message and exits
-v --version prints version information and exits
-t --target IP Address of the machine whose cache to poison [required]
-i --interface Network Interface to use (takes an IP address or a name [required]
-b --bad-ip IP Address to inject into the cache. This shold be the address of the server you want to redirect the victim to [required]
--bad-ipv6 IPv6 Address to inject into the cache. This shold be the address of the server you want to redirect the victim to
--ttl The time-to-live of the poisoned DNS record (specified in seconds). Defaults to 300s or 5min. [default: 300]
-d --domains Specific domains to poison - enter them in a comma-separated list without spaces
-k --keep-alive Used to tell deserter that it should keep waiting for more probes even after a successful poisoning. [default: false]

Packaged: .deb package is available on https://github.com/b4ckslash0/deserter/releases/tag/v1.0

Activities

backslash0

backslash0

2021-11-07 12:38

reporter   ~0015418

The author name is now cr0mll. As such, I urge you to use the new release (it bears the same name, so the link doesn't need to be changed). You shouldn't have to make any changes to links or references, just download from the same release tag again.

g0tmi1k

g0tmi1k

2022-04-29 13:41

administrator   ~0016090

@kali-team, please could this be packaged up.
@author, If you want to help the packaging process, you can check the documentation here ~ https://www.kali.org/docs/development/public-packaging

Issue History

Date Modified Username Field Change
2021-09-28 09:03 backslash0 New Issue
2021-10-21 15:17 steev Assigned To => g0tmi1k
2021-10-21 15:17 steev Status new => assigned
2021-11-07 12:38 backslash0 Note Added: 0015418
2022-03-25 13:34 g0tmi1k Status assigned => new
2022-03-25 14:01 g0tmi1k Assigned To g0tmi1k =>
2022-04-29 13:41 g0tmi1k Note Added: 0016090
2022-04-29 13:41 g0tmi1k Status new => acknowledged
2022-04-29 13:41 g0tmi1k Category New Tool Requests => Queued Tool Addition