-
시스템 포트 점검 및 테스트 툴카테고리 없음 2023. 2. 16. 08:53
<<Tcp Port 점검방법>>
1. nc 명령어 사용하기 (Linux)
#nc -z <target ip> <port num>
2. tcping 명령어 사용하기 (MS Windows)
c:\> tcping <target ip> <port num>
- 다운로드 : https://download.elifulkerson.com/files/tcping/0.39/x64/
3. 웹 서버(Apache, Nginx 등)의 정보 확인
#curl -i <target ip>
4. 웹취약점점검 스케너
https://www.zaproxy.org/download/OWASP ZAP – Download
As with all software we strongly recommend that ZAP is only installed and used on operating systems and JREs that are fully patched and actively maintained.
www.zaproxy.org
5. 웹스케너 burp suite
다운로드 : https://portswigger.net/burp/releases/enterprise-edition-2023-1
learn : https://portswigger.net/burp/documentation/enterprise/getting-started/trial-deployment/install-with-default-optionsInstall with default options
Install Burp Suite Enterprise Edition with the default options to get up and running as fast as possible.
portswigger.net