Add files via upload

pull/9/head
InfoSec 2021-07-16 11:24:56 +08:00 committed by GitHub
parent 4bc6eb0012
commit b620ce6b85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -1,13 +1,14 @@
@echo off @echo off
REM authorkym REM authorkym
REM date: 2021-07-07 REM date: 2021-07-15
REM purposecheck the honeyport ports status REM purposecheck the honeyport ports status
title honeyport running status. title Honeyport running status.
echo The work runs for a while,please wait................ echo The work runs for a while,please wait................
call:server_port call:server_port
call:pro-02_port call:pro-02_port
call:pro-01_port call:pro-01_port
call:dev-01_port call:dev-01_port
echo Please check your alter emails.
pause pause
exit /b 0 exit /b 0