View Issue Details

IDProjectCategoryView StatusLast Update
0003983Kali LinuxNew Tool Requestspublic2020-02-11 17:00
Reporterfantomaster Assigned Tog0tmi1k  
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status closedResolutionwon't fix 
Summary0003983: toriptables to the kali repo
Description

I've found this tool very useful routing all internet traffic through the tor network leveraging iptables rules. Quickly easily load and flush these rules on the fly.

Steps To Reproduce

apt search toriptables

Sorting... Done
Full Text Search... Done

Additional Information

https://github.com/ruped24/toriptables2

./toriptables2.py -h

usage: toriptables2.py [-h] [-l] [-f]

Tor Iptables script for loading and unloading iptables rules

optional arguments:
-h, --help show this help message and exit
-l, --load This option will load tor iptables rules
-f, --flush This option flushes the iptables rules to default

Activities

kimocoder

kimocoder

2017-04-29 05:09

reporter   ~0006612

The idea & script is pretty cool, but it is not ready for usage, you should 1 simple thing in this line:

"self.tor_uid = getoutput("id -ur debian-tor") # Tor user uid"

and make an alias with the return from "whoami" or something, because it is not ready2go as it is right now not finding the user "debian-tor", when Kali runs as "root" as you may know ;)

kimocoder

kimocoder

2017-04-29 05:42

reporter   ~0006614

Sorry, ignore me totally. My thought was the tool was standalone, but yeah.. Installing Tor simply adds the "debian-tor" user I figured. It's a good tool, Im checking it out :)

g0tmi1k

g0tmi1k

2018-01-29 15:16

administrator   ~0008492

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?
g0tmi1k

g0tmi1k

2020-02-11 17:00

administrator   ~0012250

Python2 - which is EOl

Issue History

Date Modified Username Field Change
2017-04-29 00:02 fantomaster New Issue
2017-04-29 05:09 kimocoder Note Added: 0006612
2017-04-29 05:42 kimocoder Note Added: 0006614
2018-01-29 10:24 g0tmi1k Summary Add toriptables to the kali repo => toriptables to the kali repo
2018-01-29 15:16 g0tmi1k Note Added: 0008492
2018-02-21 09:35 g0tmi1k Product Version 2016.2 =>
2020-02-11 17:00 g0tmi1k Note Added: 0012250
2020-02-11 17:00 g0tmi1k Assigned To => g0tmi1k
2020-02-11 17:00 g0tmi1k Status new => closed
2020-02-11 17:00 g0tmi1k Resolution open => won't fix