View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004122 | Kali Linux | [All Projects] Queued Tool Addition | public | 2017-07-28 13:52 | 2020-11-11 23:50 |
Reporter | npn | Assigned To | sbrun | ||
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Target Version | Fixed in Version | 2020.3 | |||
Summary | 0004122: Tundeep - Pivoting and tunnelling for pen tests | ||||
Description | Tundeep is a layer 2 VPN/injection tool that resides almost entirely in user space on the victim aside from the pcap requirement. This can be handled via a silent install however. tundeep allows for transparent layer 2 pivoting and tunnelling between compromised hosts during a pen test. Tundeep supports multiple IDS/IPS/firewall evasion techniques, compression, and IPv6 The tool will build on Linux and Windows victims. The attacker must be a Linux machine however as kernel TUN/TAP support is required. Tundeep compiles perfectly on Kali | ||||
Steps To Reproduce | apt-get install zlib1g-dev libpcap-dev git clone https://github.com/iodigitalsec/tundeep cd tundeep make ./tundeep | ||||
|
To help speed up the process of evaluating the tool, please make sure to include the following information (the more information you include, the more beneficial it will for us): - [Name] - The name of the tool - [Version] - What version of the tool should be added? --- If it uses source control (such as git), please make sure there is a release to match (e.g. git tag) - [Homepage] - Where can the tool be found online? Where to go to get more information? - [Download] - Where to go to get the tool? - [Author] - Who made the tool? - [Licence] - How is the software distributed? What conditions does it come with? - [Description] - What is the tool about? What does it do? - [Dependencies] - What is needed for the tool to work? - [Similar tools] - What other tools are out there? - [How to install] - How do you compile it? - [How to use] - What are some basic commands/functions to demonstrate it? |
|
[Name]: Tundeep [Version]: 1.0 [Homepage]: https://www.adampalmer.me/iodigitalsec/tundeep/ [Download]: https://github.com/iodigitalsec/tundeep [Author]: Adam Palmer (npn) [Licence]: GNU GPL v3 [Description]: Tundeep is a layer 2 VPN/injection tool that allows for transparent layer 2 pivoting and tunnelling between compromised hosts during a pen test. Tundeep supports multiple IDS/IPS/firewall evasion techniques, compression, and IPv6. [Dependencies]: zlib1g-dev libpcap-dev [Similar tools]: Metasploit's Autoroute. Proxychains. [How to install]: apt-get install zlib1g-dev libpcap-dev git clone https://github.com/iodigitalsec/tundeep cd tundeep make ./tundeep [How to use]: Attacker: tundeep -s -t tap0 -h 0.0.0.0 -p 5000 -x <Victim Network> -y <Victim Netmask> Victim: tundeep -i <Victim Network Interface> -h <Attacker IP> -p 5000 -c |
|
Git tag: https://github.com/iodigitalsec/tundeep/archive/1.0.tar.gz |
|
@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 |
|
tundeep is in kali since 2017-09-15 I just uploaded the latest version in Kali: 1.1~git20190802 |
Date Modified | Username | Field | Change |
---|---|---|---|
2017-07-28 13:52 | npn | New Issue | |
2018-01-29 15:16 | g0tmi1k | Note Added: 0008493 | |
2018-01-29 15:28 | npn | Note Added: 0008516 | |
2018-01-29 15:29 | g0tmi1k | Note Added: 0008518 | |
2018-02-21 09:35 | g0tmi1k | Product Version | 2017.1 => |
2020-03-25 13:33 | g0tmi1k | Note Added: 0012539 | |
2020-03-25 13:33 | g0tmi1k | Assigned To | => g0tmi1k |
2020-03-25 13:33 | g0tmi1k | Status | new => assigned |
2020-03-25 13:34 | g0tmi1k | Assigned To | g0tmi1k => |
2020-03-25 13:34 | g0tmi1k | Status | assigned => acknowledged |
2020-03-25 13:34 | g0tmi1k | Category | New Tool Requests => Queued Tool Addition |
2020-06-17 14:58 | g0tmi1k | Severity | feature => minor |
2020-07-30 11:31 | sbrun | Assigned To | => sbrun |
2020-07-30 11:31 | sbrun | Status | acknowledged => resolved |
2020-07-30 11:31 | sbrun | Resolution | open => fixed |
2020-07-30 11:31 | sbrun | Note Added: 0013152 | |
2020-11-11 23:50 | g0tmi1k | Fixed in Version | => 2020.3 |