-
-
Notifications
You must be signed in to change notification settings - Fork 255
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This version replaces the request sender so it can support the latest Java version A few bugs have been fixed The logic has been enhanced to support the latest IIS (IIS 10 at the time of this update)
- Loading branch information
Showing
12 changed files
with
985 additions
and
330 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# | ||
# // IIS Shortname Scanner | ||
# // Released as open source by Soroush Dalili (@irsdl) | ||
# // Researched & developed by Soroush Dalili (@irsdl) | ||
# // Project link: https://github.com/irsdl/IIS-ShortName-Scanner | ||
# // Released under AGPL see LICENSE for more information | ||
# | ||
|
||
# | ||
# // IIS Shortname Scanner | ||
# // Released as open source by Soroush Dalili (@irsdl) | ||
# // Researched & developed by Soroush Dalili (@irsdl) | ||
# // Project link: https://github.com/irsdl/IIS-ShortName-Scanner | ||
# // Released under AGPL see LICENSE for more information | ||
# | ||
|
||
# | ||
# // IIS Shortname Scanner | ||
# // Released as open source by Soroush Dalili (@irsdl) | ||
# // Researched & developed by Soroush Dalili (@irsdl) | ||
# // Project link: https://github.com/irsdl/IIS-ShortName-Scanner | ||
# // Released under AGPL see LICENSE for more information | ||
# | ||
|
||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
Oops, something went wrong.