Skip to content

Commit e50edbc

Browse files
committed
Update shortscan version to 0.9.2-irsdl.1
This custom version identifier reflects the enhanced fork with: - Applied upstream PRs (bitquark#16, bitquark#23, bitquark#24) - Custom enhancements (relaxed match mode, multiple wordlists, etc.) - WAF evasion improvements - Case-insensitive INDEX_ALLOCATION handling Version format: upstream_version-fork_identifier.increment Example: 0.9.2-irsdl.1 = based on upstream 0.9.2, irsdl fork iteration 1 Note: shortutil version remains 0.4 (unchanged from upstream)
1 parent 155048c commit e50edbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/shortscan/shortscan.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ type statsOutput struct {
110110
}
111111

112112
// Version, rainbow table magic, default character set
113-
const version = "0.9.2"
113+
const version = "0.9.2-irsdl.1"
114114
const rainbowMagic = "#SHORTSCAN#"
115115
const alphanum = "JFKGOTMYVHSPCANDXLRWEBQUIZ8549176320"
116116

0 commit comments

Comments
 (0)