Releases: marco-lancini/goscan
Releases · marco-lancini/goscan
v2.4
v2.3
Added
- Support to automatically configure settings by loading a configuration file
Fixed
- Nmap output file names when running concurrently on all targets
v2.2
Fixed
- Changing output folder (
set output_folder <PATH>
) now also changes the location of the database
v2.1
Fixed
- Cross-compilation for linux 32bit
Removed
- Cross-compilation for darwin 64bit (failing with
CGO_ENABLED=1
)
v2.0
Added
- Complete refactoring of the core, new syntax, new commands
- Multi-step processing: detached processes for unstable environments, state saved in SQLite
- Port scan: new TCP and UDP PROD scans
- Improved enumeration
- Dry-runs for enumeration
- EyeWitness integration (for HTTP, RDP, VNC)
- Improved documentation
Removed
- Historical Tracking
v1.5
Added
- DNS enumeration
- SMB enumeration
- SNMP enumeration
- Windows Domain enumeration
- Dynamic nmap switches
- Dynamic wordlists
v1.3
Added
- Refactored project structure (docker build)
- Historical diff
- Supporting SQLite DB
v1.1
Fixed
- Command Parser runtime error
v1.0
Public Release