View Issue Details

IDProjectCategoryView StatusLast Update
0001932Kali LinuxQueued Tool Additionpublic2021-05-18 11:00
Reporterkyckel Assigned Tosbrun  
PrioritynormalSeverityfeatureReproducibilityN/A
Status resolvedResolutionfixed 
Fixed in Versionkali-dev 
Summary0001932: Add wig v0.6 - WebApp Information Gatherer
Description

wig is a Python 3 tool that can be used for information gathering from web applications.

It uses HTTP Headers, string matching and check sums to detect CMS versions, javascript library version, web server version, OS version, and interesting links.

It is built using Python 3 and does not depend on any third party libraries.

More information can be found here: https://github.com/jekyc/wig

Steps To Reproduce

Sample output:

python3 wig.py http://www.example.com/

Redirected to http://example.com/. Continue? [Y|n]:

SOFTWARE VERSION COMMENT
sitecore 6.4.1 (rev. 110621) CMS
jquery 1.3.2 JavaScript
ASP.NET 4.0.30319 Platform
Microsoft-IIS 7.5 Platform
Microsoft Windows Server 2008 R2 Operating System

URL NOTE COMMENT
/sitecore/admin/unlock_admin.aspx Sitecore Unlock Administrator Account Interesting URL
/sitecore/login/passwordrecovery.aspx Sitecore Password Recovery Interesting URL
/sitecore/shell/webservice/service.asmx Sitecore Web Service Page Interesting URL


Time: 10.5 sec Urls: 120 Fingerprints: 21804

Activities

rhertzog

rhertzog

2017-07-08 18:12

administrator   ~0006877

Waiting ack from g0tmi1k.

g0tmi1k

g0tmi1k

2017-07-18 14:25

administrator   ~0006924

ACK.

Name: WIG
Version: v0.6
Homepage: https://github.com/jekyc/wig
Download: https://github.com/jekyc/wig/archive/0.6.tar.gz
License: BSD 2-clause "Simplified" License ~ https://github.com/jekyc/wig/blob/master/LICENSE
Description: WebApp Information Gatherer

wig is a web application information gathering tool, which can identify numerous Content Management Systems and other administrative applications.

Please could this be added into Kali.

sbrun

sbrun

2017-08-25 11:56

manager   ~0007140

wig version 0.6-0kali1 is now in kali-dev-only

Issue History

Date Modified Username Field Change
2014-11-27 22:54 kyckel New Issue
2014-11-30 00:48 muts Product Version kali-dev => 1.0.9
2017-06-22 14:20 g0tmi1k Assigned To => sbrun
2017-06-22 14:20 g0tmi1k Status new => assigned
2017-07-08 18:12 rhertzog Status assigned => feedback
2017-07-08 18:12 rhertzog Note Added: 0006877
2017-07-18 14:25 g0tmi1k Note Added: 0006924
2017-07-18 14:25 g0tmi1k Status feedback => acknowledged
2017-07-18 14:25 g0tmi1k Product Version 1.0.9 =>
2017-07-18 14:25 g0tmi1k Summary wig - Web application information gathering => Add wig v0.6 - WebApp Information Gatherer
2017-07-18 14:26 g0tmi1k Status acknowledged => assigned
2017-08-25 11:56 sbrun Status assigned => resolved
2017-08-25 11:56 sbrun Resolution open => fixed
2017-08-25 11:56 sbrun Note Added: 0007140
2021-05-18 10:55 g0tmi1k Fixed in Version => kali-dev
2021-05-18 11:00 g0tmi1k Category New Tool Requests => Queued Tool Addition