Skip to content

Releases: sensepost/gowitness

2.5.1

29 Oct 11:11
fa0246e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.5.0...2.5.1

1edfe2209731e68621006b3cc0376d6a4b97e85e  gowitness-2.5.1-darwin-amd64
3c817d57d704a3de1dcb084a59b77e684dddb154  gowitness-2.5.1-darwin-arm64
19c75086ac90ae2891f24fa89d76c84748eb3d06  gowitness-2.5.1-linux-amd64
105ecb560afccd5f29fe1d748c32862848f556df  gowitness-2.5.1-linux-arm64
e893957658f560911864eeecec606c0cd9ea8e05  gowitness-2.5.1-linux-armv7
32315a0b50ccd4e28b941a4b0121200b6625eb9e  gowitness-2.5.1-windows-amd64.exe

2.5.0

07 May 14:58
d367079
Compare
Choose a tag to compare

new

  • Make URLs clickable in static report exports (thanks @initstring) (via #172)
  • Add ability to execute externally introduced JavaScript via the new --js flag on screenshotted pages. (thanks @djallalzoldik) (via #180)
  • Add PostgreSQL support (thanks @habitualdev) (via #166). You should now specify the database to use using a full URI. Eg: sqlite://gowitness.sqlite3 (the default), or postgres://user:pass@host/database.
  • Add search API endpoint (docs: search (thanks @habitualdev) (via #166)
  • Add ability to store screenshots in the database using a new flag --screenshot-db-store (thanks @habitualdev) (originally via #166 but refactored in 62d6de3). The report viewer will automatically fallback to the filesystem if database screenshots are not available.
  • Add HTTP response code filtering, controlling which HTTP codes get screenshotted. (thanks @nickspring) (originally via #137 but implemented in 1503c5b)

fixes

other

new contributors

Full Changelog: 2.4.2...2.5.0

72f9578e558527bd5e8c6212d5e63b18867cd0b7  gowitness-2.5.0-darwin-amd64
d3fa213e6e0c8543256e26c1c3b3b71f23175485  gowitness-2.5.0-darwin-arm64
5f76bc689612b0b1ca5266834c76cb0c55a120b8  gowitness-2.5.0-linux-amd64
9c567241d9202689d395e704735fd8f3c1a47cfb  gowitness-2.5.0-linux-arm64
c8005cc40c8a7a9c1c690737e14853c829263acd  gowitness-2.5.0-linux-armv7
d906179afa9b59950a3ded496f9c0ede260c2cb7  gowitness-2.5.0-windows-amd64.exe

2.4.2

11 Sep 12:21
c9c6b17
Compare
Choose a tag to compare

fixes

  • Improve web UI reverse proxy support when served under a sub directory. A new wiki article was also added (in e904933) (thanks @random-robbie for PR's prompting this).

other

  • Bump dependencies and build with Go 1.19 (in 3b2aceb)
8577bca1f581d7f163144b5c9068861fcf401524  gowitness-2.4.2-darwin-amd64
64b7469d97a511650f1efb74499878ad3ef8e76d  gowitness-2.4.2-darwin-arm64
e98b223ae71ef7a8df75ba0a6461b6b772a2176e  gowitness-2.4.2-linux-amd64
18556f2b0b856d90865ddae653c2e05182541e37  gowitness-2.4.2-linux-arm64
adb157143d84ff697c0cf965df3ce04ae34a5a48  gowitness-2.4.2-linux-armv7
6de652cf5ddf8f4f541f6172f127d23747353097  gowitness-2.4.2-windows-amd64.exe

2.4.1

30 Jul 15:29
b8104fe
Compare
Choose a tag to compare

new

  • Add ability to specify additional headers when screenshotting via the HTTP api. See the API docs for a usage example (in f5e2aea).
  • Add linux/arm and linux/armv7 targets to release binaries (in 12f01a9)

fixes

  • Fix nmap command example documentation. (thanks @crypt0rr ) (via #138)

other

  • Build release binaries with Go 1.18.4 (in 31c6e64)
  • Bump dependencies (in 2041445)
  • Fix internal flag name typo (in 86134ed)
8c5dfc2b7f5a66aec4d861522c2d78452e1950ac  gowitness-2.4.1-darwin-amd64
bd4026cad944b6143fbad90b0a9f2e41671509f6  gowitness-2.4.1-darwin-arm64
82c56c41caf8e1474adc851a90df48cb5b7c9ee1  gowitness-2.4.1-linux-amd64
b6391b19c6b5316e74c18f8c05dcec1987186170  gowitness-2.4.1-linux-arm64
9f79dfa11aaf6788a1150da41c12da03185e26af  gowitness-2.4.1-linux-armv7
5ec37979e14290200f0d0919006102cefa89edd2  gowitness-2.4.1-windows-amd64.exe

2.4.0

10 Jun 16:06
bf79d65
Compare
Choose a tag to compare

66 commits later, this is a major release of gowitness with many new features, fixes and overall polish. Some screenshots to see what the updated report server UI looks like is below, followed by the change log for this release. Enjoy!

The new Dashboard view

gowitness-dashboard

A dark themed, detailed view:

gowitness-detail

A light themed, detailed view:

gowitness-detail-light

new

  • Add application technology identification using Wappalyzer (via #104 and #110 and #127) (in 3a80bf6 and e79214e and 65816c6) (thanks guervild and Ice3man543 and terrabitz)
  • Improve performance in HostsInCIDR() method (via #107) (in 71125b2) (thanks NickChillClub)
  • Add a Nessus parser (via #123) (in e1923bb) (thanks randomactsofsecurity)
  • Add additional header support (via #124) (in c7b874a) (thanks randomactsofsecurity)
  • Refactor the webserver to make use of Gin (in 6fad6c3)
  • Various web UI dependency upgrades, fixes and layout updates (via 05f3c32)
  • Add new API endpoints. API documentation can be found in the Wiki here (via 49c8702 and 6769e88)
  • Add a new dashboard view (via 00f9394)
  • Restore the ability to export static HTML reports again (via 3e459eb)
  • Record both browser console logs and network events as emitted via Chrome. These fields are searchable and make it possible to see the IP's that hosts resolved to at the time of the screenshot (in 396de21 and 3efb7b0)
  • Add a simple pager to the detail view (in 0c14e67)
  • Add a theme switcher for light mode or dark mode, defaulting to dark mode (in 0cbdafb)
  • Add the ability to dump and save the DOM (in 453a0fc)
  • Significantly refactor the search feature to more agressively search through collected data. This includes URL's, DOM's, network events, console logs and more. (in 78303cb)
  • Add the ability to save screenshots as PDF's instead of PNG's (in 2f87924)
  • Add an example docker-compose.yml file to show how the report server could be used when exposed to a larger network.

fixes

other

76065c1c937630e44ecde32abfc0fd945cb20483  gowitness-2.4.0-darwin-amd64
b556b7f45a1b313a1686843f219cf8b045ad0e48  gowitness-2.4.0-darwin-arm64
d361fe3cdf738b0fe60b204a03017e3b4b38ffb5  gowitness-2.4.0-linux-amd64
0f91805c85dd665758e205dda8e8edf09dacb498  gowitness-2.4.0-windows-amd64.exe

2.3.6

20 May 07:37
0685be6
Compare
Choose a tag to compare

This is primarily a security/hardening release.

fixes

  • Limit the allowed URI's that may be submitted to the screenshot or report server to only those starting with http / https by default. You can use the new --allow-insecure-uri / -A flag to disable this. Take note that with the -A flag, it means someone could screenshot file:// URI's and read local files on the host filesystem. To combat some of this abuse, by default the report & screenshot servers listen on localhost only. However, if you are exposing the report or screenshot servers to the Internet (or other untrusted networks), make sure you restrict access to it as other problematic URI's such as localhost and cloud metadata URIs (and any other SSRF vector) will also be reachable this way. (57dffb7) (thanks to Omri Inbar from Checkmarx for reporting the LFI).

other

  • go-staticcheck fixes and other code cleanups (1149417)
8a2ca3dc8a58ce3e103aeabd13df7713c0322b2c  gowitness-2.3.6-darwin-amd64
b50938b99af45d7bc209428a648f057b11a6025f  gowitness-2.3.6-linux-amd64
1dcee72acdf074f1850263643ca9297b0d5b38e3  gowitness-2.3.6-windows-amd64.exe

2.3.5

18 May 08:24
4644da7
Compare
Choose a tag to compare

fixes

other

  • Bump go version used for release builds to 1.15.10 (6697b99)
  • Bump dependencies to use chromedp 0.7.2, fixing #101 (d503334)
72dcadc450a02e931ab9143ef23f9ddba8a6d9cd  gowitness-2.3.5-darwin-amd64
71052ed766b0155c7331c155e7cbed213776c3a8  gowitness-2.3.5-linux-amd64
5446ad08a709d4462269776af78578410616929d  gowitness-2.3.5-windows-amd64.exe

2.3.4

09 Mar 08:15
3e9cf05
Compare
Choose a tag to compare

new

  • Add the Public Key Algorithm field to the database (3e9cf05) (fixes #91)
78722cc482250dba386c0e562568212a1dcbf4d1  gowitness-2.3.4-darwin-amd64
5fb571b12d761f26adbec073d0d73bc45d194259  gowitness-2.3.4-linux-amd64
26726bf22eb9ad6a274aa07b83e8a624904e937c  gowitness-2.3.4-windows-amd64.exe

2.3.3

03 Mar 16:38
33c35a5
Compare
Choose a tag to compare

fixes

  • Automatically dismiss JavaScript dialog boxes which caused gowitness to stall (bd6114e) (via #89) (thanks @Serizao)
f86cc43856f756960898bbc4ff8ce16ded30717f  gowitness-2.3.3-darwin-amd64
b2c5afe02d91c26dfe06547f668390d517a934e0  gowitness-2.3.3-linux-amd64
750c84767a8786fa812f7836ed5b3586f2b7c835  gowitness-2.3.3-windows-amd64.exe

2.3.2

26 Feb 08:13
84ef468
Compare
Choose a tag to compare

other

632016c57e12d046cd7efc2debd6ebce0b8a5ba5  gowitness-2.3.2-darwin-amd64
ecc414ffd377e212cc66f32ed2a9ee055b5af640  gowitness-2.3.2-linux-amd64
aa2bc8b925d2bbd7942e8fbd650fa02d9c296f3c  gowitness-2.3.2-windows-amd64.exe