View Issue Details

IDProjectCategoryView StatusLast Update
0003827Kali LinuxNew Tool Requestspublic2020-02-11 16:21
Reporterjevalenciap Assigned To 
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionwon't fix 
Summary0003827: iptodomain - Information gathering tool
Description

I have developed a python script, which allows you to extract domains from a IP range, using the historic information archived in Virustotal(using API key). It is useful if you want to know what domains are behind of this IP address, for example in bug bounty programs one of the first steps is to extract subdomains, this tool can help with this task.

This tool is open source and it could be usefull in information gathering phase in a penetration testing.

You can download and to get more information about it in my Github repository:

https://github.com/jevalenciap/iptodomain

Steps To Reproduce

git clone https://github.com/jevalenciap/iptodomain.git

python iptodomain.py -i 103.22.201.25 -f 103.22.201.255 -o 103.22.200.255.txt -v -r IPsCF.txt

Additional Information

Let me know if I have to do changes... I can do that, in order the tool will be in Kali Linux.

Activities

jevalenciap

jevalenciap

2017-01-11 22:32

reporter   ~0006237

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

g0tmi1k

g0tmi1k

2018-01-29 17:49

administrator   ~0008546

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 16:21

administrator   ~0012246

This looks like its python 2- which is EOL

Issue History

Date Modified Username Field Change
2017-01-11 22:16 jevalenciap New Issue
2017-01-11 22:32 jevalenciap Note Added: 0006237
2017-06-22 14:19 g0tmi1k Assigned To => sbrun
2017-06-22 14:19 g0tmi1k Status new => assigned
2017-07-08 18:13 rhertzog Status assigned => feedback
2017-07-18 14:18 g0tmi1k Assigned To sbrun =>
2017-07-18 14:18 g0tmi1k Status feedback => new
2018-01-29 17:49 g0tmi1k Note Added: 0008546
2018-02-21 09:35 g0tmi1k Product Version 2016.2 =>
2018-05-08 08:07 g0tmi1k Summary iptodomain : Information gathering tool => iptodomain - Information gathering tool
2019-12-09 13:30 g0tmi1k Severity minor => feature
2020-02-11 16:21 g0tmi1k Note Added: 0012246
2020-02-11 16:21 g0tmi1k Status new => closed
2020-02-11 16:21 g0tmi1k Resolution open => won't fix