Updated error handling on inaccessible servers.#24
Open
sp0ilerr wants to merge 1 commit intobitquark:mainfrom
Open
Updated error handling on inaccessible servers.#24sp0ilerr wants to merge 1 commit intobitquark:mainfrom
sp0ilerr wants to merge 1 commit intobitquark:mainfrom
Conversation
Updated error handling when the server is inaccessible. If the server is not accessible it will simply print the error and continue rather than throwing a fatal error. This will allow scans that are iterating over multiple servers in a file to continue if an inaccessible server is hit.
irsdl
added a commit
to irsdl/shortscan
that referenced
this pull request
Oct 21, 2025
irsdl
added a commit
to irsdl/shortscan
that referenced
this pull request
Oct 21, 2025
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated error handling when the server is inaccessible.
If the server is not accessible it will simply print the error and continue rather than throwing a fatal error. This will allow scans that are iterating over multiple servers in a file to continue if an inaccessible server is hit.