컴퓨팅

[동적진단] 관련 용어

■ SAST (Static Application Security Testing) 정적 애플리케이션 보안 테스팅 ■ DAST (Dynamic Application Security Testing) 동적 애플리케이션 보안 테스팅 ■ IAST (Interactive Application Security Testing) = SAST + DAST 상호작용 애플리케이션 보안 테스팅 ■ RASP (Run-time Application Self-Protection) 실시간 애플리케이션 자가보호 ■ DevOps(데브옵스) 소프트웨어의 개발(Development)과 운영(Operations)의 합성어로서, 소프트웨어 개발자와 정보기술 전문가 간의 소통, 협업 […]

[동적진단] 관련 용어 더 읽기"

[Vertica] Port Requirements

출처 : https://my.vertica.com/docs/7.0.x/HTML/Content/Authoring/InstallationGuide/BeforeYouInstall/PortAvailability.htm Port Requirements The following table lists the ports required by HP Vertica. Port Protocol Service Notes 22 TCP sshd Required by Administration Tools and the Management Console Cluster Installation wizard. 5433 TCP HP Vertica HP Vertica client (vsql, ODBC, JDBC, etc) port. 5434 TCP HP Vertica Intra-cluster communication. HP Verticaopens the HP Vertica client port +1 (5434 by default) for intra-cluster communication, such

[Vertica] Port Requirements 더 읽기"

Orange Pi PC 2

http://www.orangepi.org/orangepipc2/ Hardware specification CPU • H5 High Performance Quad-core 64-bit Cortex-A53 • Integrated multimedia acceleration engine  • Hardware Java acceleration  • Integrated hardware floating-point coprocessor GPU • Full scene over-sampled 4X anti-aliasing engine with no additional bandwidth usage • High Performance Hexa-core Mali450  • OpenGL ES 2.0/1.1/1.0, OpenVG 1.1, EGL  • 40 GFlops, Pixel fill rate

Orange Pi PC 2 더 읽기"

[Fortify] 분석엔진별 개별 분석 방법

포티파이는 5개의 분석 엔진이 개별적인 모듈로 존재하며 각 모듈의 이름은 아래와 같다. 1. Dataflow (데이터 흐름 분석) 2. Semantic (구문 분석) 3. Structural (데이터 구조 분석) 4. Configuration (설정파일 분석) 5. ControlFlow (제어 흐름 분석) 빌드 후 분석 시스템의 메모리가 부족하거나 특정 분석엔진에서 문제가 발생할 경우 각 분석엔진 별로 FPR 파일을 생성할 수 있는데 아래와

[Fortify] 분석엔진별 개별 분석 방법 더 읽기"

[Fortify] Active Directory 연동

■ TEST Active Directory(이하 AD) 환경 1. 도메인 및 트러스트 2. 테스트 사용자 계정 3. dsquery 테스트 C:\>dsquery * cn=hasu0707,cn=users,dc=adtest,dc=esvali,dc=com “CN=hasu0707,CN=Users,DC=adtest,DC=esvali,DC=com” C:\>dsquery * cn=users,dc=adtest,dc=esvali,dc=com “CN=Users,DC=adtest,DC=esvali,DC=com” “CN=hasu0707,CN=Users,DC=adtest,DC=esvali,DC=com” “CN=macea00,CN=Users,DC=adtest,DC=esvali,DC=com” “CN=Administrator,CN=Users,DC=adtest,DC=esvali,DC=com” “CN=Guest,CN=Users,DC=adtest,DC=esvali,DC=com” “CN=WinRMRemoteWMIUsers__,CN=Users,DC=adtest,DC=esvali,DC=com” “CN=krbtgt,CN=Users,DC=adtest,DC=esvali,DC=com” “CN=Domain Computers,CN=Users,DC=adtest,DC=esvali,DC=com” “CN=Domain Controllers,CN=Users,DC=adtest,DC=esvali,DC=com” “CN=Schema Admins,CN=Users,DC=adtest,DC=esvali,DC=com” “CN=Enterprise Admins,CN=Users,DC=adtest,DC=esvali,DC=com” “CN=Cert Publishers,CN=Users,DC=adtest,DC=esvali,DC=com” “CN=Domain Admins,CN=Users,DC=adtest,DC=esvali,DC=com” “CN=Domain Users,CN=Users,DC=adtest,DC=esvali,DC=com” “CN=Domain Guests,CN=Users,DC=adtest,DC=esvali,DC=com” “CN=Group Policy Creator Owners,CN=Users,DC=adtest,DC=esvali,DC=com” “CN=RAS and IAS Servers,CN=Users,DC=adtest,DC=esvali,DC=com”

[Fortify] Active Directory 연동 더 읽기"

LDAP 개념 설명

참조 : http://wiki.tunelinux.pe.kr/pages/viewpage.action?pageId=884898 출처 : http://creator0609.tistory.com/entry/LDAP-%EC%9D%B4%EB%9E%80 LDAP(Lightweight Directory Access Protocol) LDAP는 조직이나, 개체, 그리고 인터넷이나 기업 내의 인트라넷 등 네트웍 상에 있는 파일이나 장치들과 같은 자원 등의 위치를 찾을 수 있게 해주는 소프트웨어 프로토콜이다. LDAP는 DAP의 경량판(코드의 량이 적다는 의미임)이며, 네트웍 내의 디렉토리 서비스 표준인 X.500의 일부이다. LDAP는 초기 버전에 보안 기능이 포함되어 있지 않기 때문에

LDAP 개념 설명 더 읽기"

윈도우 공유를 이용한 USB를 통한 인터넷 설정

1. Beaglebone Black 설정 – 게이트웨이 설정 sudo route add default gw 192.168.7.1 usb0 – 네임서버 추가 sudo echo “nameserver 8.8.8.8” >> vi /etc/resolv.conf 2. 윈도우 설정 인터넷 인터페이스(인터넷이 되는 인터페이스) : wlan0 USB 인터페이스(공유 대상 인터페이스) : usb0 네트워크 속성에 들어가 아래와 같이 설정한다.

윈도우 공유를 이용한 USB를 통한 인터넷 설정 더 읽기"

lftp 사용 방법

man page : http://lftp.tech/lftp-man.html ■ sftp 접속 예 lftp -u “<userid>,<password>” -e “cache off; set sftp:charset utf8; set sftp:auto-confirm yes; set net:timeout 60; set net:reconnect-interval-base 5; set net:max-retries 10; mirror -e -v /remote_dir /local_dir; exit” sftp://ssh.mysite.com:22 ■ ftp 접속 예 lftp -u “<userid>,<password>” -e “cache off; set ftp:charset utf8; set net:timeout 60; set net:reconnect-interval-base 5; set

lftp 사용 방법 더 읽기"

위로 스크롤