https://github.com/jasondrawdy/sharpscanner
A robust and extensible network scanning tool. Fast, lightweight, and sports customizable settings such as scan fetchers, ping probes, and thread creation delays.
https://github.com/jasondrawdy/sharpscanner
application networking scan-tool scanner security security-scanner windows
Last synced: about 2 months ago
JSON representation
A robust and extensible network scanning tool. Fast, lightweight, and sports customizable settings such as scan fetchers, ping probes, and thread creation delays.
- Host: GitHub
- URL: https://github.com/jasondrawdy/sharpscanner
- Owner: jasondrawdy
- License: other
- Created: 2018-07-23T04:49:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-01T21:12:08.000Z (about 5 years ago)
- Last Synced: 2025-04-22T12:06:58.579Z (about 2 months ago)
- Topics: application, networking, scan-tool, scanner, security, security-scanner, windows
- Language: C#
- Size: 295 KB
- Stars: 10
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![]()
# Sharp Scanner
![]()
![]()
A robust and extensible network scanning tool. Fast, lightweight, and sports customizable settings such as scan fetchers, ping probes, and thread creation delays. This project is a GUI front end for code originally based off of my Forerunner library which can be found here: https://github.com/CloneMerge/Forerunner
**Note** - *Sharp Scanner is retina ready and looks crisp at most resolutions!*
### Requirements
- Windows 7 SP1 & Higher
- .NET Framework 4.6.1# References
### ObjectListView
Sharp Scanner utilizes a customized ListView called ObjectListView which can be found [here]("http://objectlistview.sourceforge.net/cs/index.html") and is a fundamental dependency that is required in order to build the application from source.### Embedded Assembly
ObjectListView has been embedded within the Auto Archiver assembly and thus an extra step will be needed in order to compile the project. First, download and reference *ObjectListView.dll* from the author's homepage above. Second, add an existing file to Auto Archiver by right-clicking on the project in the treeview and selecting the OLV DLL file. Lastly, change the ***`Build Action`*** on the added file from *`Compile`* to *`Embedded Resource`*.# Screenshot
# License
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.