├── README.md ├── SmbTouchScanner.jar └── modules ├── LICENSE ├── Smbtouch-1.1.1.exe ├── Smbtouch-1.1.1.xml ├── coli-0.dll ├── exma-1.dll ├── libxml2.dll ├── posh-0.dll ├── tibe-2.dll ├── trch-1.dll ├── trfo-2.dll ├── tucl-1.dll └── ucl.dll /README.md: -------------------------------------------------------------------------------- 1 | # Smbtouch-Scanner 2 | 3 | 根据3gstudent大佬的python版批量检测做了一个java多线程版的 4 | 5 | Python单线程版:https://github.com/3gstudent/Smbtouch-Scanner 6 | 7 | 使用方法 8 | ----- 9 | java -jar SmbTouchScanner.jar 192.168.1.1 192.168.1.30 10 | 11 | ![1.png][1] 12 | 13 | 14 | [1]: https://camo.githubusercontent.com/649c8d0eeb55ee2fe353fb67742a5042a3ac3896/687474703a2f2f626c75652e69787365632e6f72672f7573722f75706c6f6164732f323031372f30372f313833373833363531392e706e67 15 | -------------------------------------------------------------------------------- /SmbTouchScanner.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSafeBlue/Smbtouch-Scanner/034ad742c921a21c49c1c7af1a199c5938e87b27/SmbTouchScanner.jar -------------------------------------------------------------------------------- /modules/LICENSE: -------------------------------------------------------------------------------- 1 | BSD 3-Clause License 2 | 3 | Copyright (c) 2017, 4 | All rights reserved. 5 | 6 | Redistribution and use in source and binary forms, with or without 7 | modification, are permitted provided that the following conditions are met: 8 | 9 | * Redistributions of source code must retain the above copyright notice, this 10 | list of conditions and the following disclaimer. 11 | 12 | * Redistributions in binary form must reproduce the above copyright notice, 13 | this list of conditions and the following disclaimer in the documentation 14 | and/or other materials provided with the distribution. 15 | 16 | * Neither the name of the copyright holder nor the names of its 17 | contributors may be used to endorse or promote products derived from 18 | this software without specific prior written permission. 19 | 20 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 21 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 22 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 23 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 24 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 25 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 26 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 27 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 28 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 29 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 30 | -------------------------------------------------------------------------------- /modules/Smbtouch-1.1.1.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSafeBlue/Smbtouch-Scanner/034ad742c921a21c49c1c7af1a199c5938e87b27/modules/Smbtouch-1.1.1.exe -------------------------------------------------------------------------------- /modules/Smbtouch-1.1.1.xml: -------------------------------------------------------------------------------- 1 | 30 10.2.33.30 445 0 1 2 3 4 -------------------------------------------------------------------------------- /modules/coli-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSafeBlue/Smbtouch-Scanner/034ad742c921a21c49c1c7af1a199c5938e87b27/modules/coli-0.dll -------------------------------------------------------------------------------- /modules/exma-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSafeBlue/Smbtouch-Scanner/034ad742c921a21c49c1c7af1a199c5938e87b27/modules/exma-1.dll -------------------------------------------------------------------------------- /modules/libxml2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSafeBlue/Smbtouch-Scanner/034ad742c921a21c49c1c7af1a199c5938e87b27/modules/libxml2.dll -------------------------------------------------------------------------------- /modules/posh-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSafeBlue/Smbtouch-Scanner/034ad742c921a21c49c1c7af1a199c5938e87b27/modules/posh-0.dll -------------------------------------------------------------------------------- /modules/tibe-2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSafeBlue/Smbtouch-Scanner/034ad742c921a21c49c1c7af1a199c5938e87b27/modules/tibe-2.dll -------------------------------------------------------------------------------- /modules/trch-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSafeBlue/Smbtouch-Scanner/034ad742c921a21c49c1c7af1a199c5938e87b27/modules/trch-1.dll -------------------------------------------------------------------------------- /modules/trfo-2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSafeBlue/Smbtouch-Scanner/034ad742c921a21c49c1c7af1a199c5938e87b27/modules/trfo-2.dll -------------------------------------------------------------------------------- /modules/tucl-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSafeBlue/Smbtouch-Scanner/034ad742c921a21c49c1c7af1a199c5938e87b27/modules/tucl-1.dll -------------------------------------------------------------------------------- /modules/ucl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSafeBlue/Smbtouch-Scanner/034ad742c921a21c49c1c7af1a199c5938e87b27/modules/ucl.dll --------------------------------------------------------------------------------