일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- XCP-ng
- application security
- 보안양파
- 한글가이드
- macos
- Windows
- Kibana server is not ready yet
- centos 8
- PlayBook
- miniconda
- Kibana
- G-suite
- freebsd
- 로그인불가
- proxycfg
- Elasticsearch
- pfsense
- endpoint security
- GitLab
- ELASTIC
- elastic stack
- ansible
- bash
- hardening
- x-pack
- xe guest utilities
- Proxy
- docker
- ssh key 배포
- Today
- Total
목록전체 글 (677)
선 밖에 선 자유인
#!/bin/sh echo -e "OLD : \c" read OLD echo -e "NEW : \c" read NEW mkdir /vmfs/volumes/datastore1/${NEW} vmkfstools -i "/vmfs/volumes/datastore1/${OLD}/${OLD}.vmdk" "/vmfs/volumes/datastore1/${NEW}/${NEW}.vmdk" cp /vmfs/volumes/datastore1/${OLD}/${OLD}.vmx /vmfs/volumes/datastore1/${NEW}/${NEW}.vmx cp /vmfs/volumes/datastore1/${OLD}/${OLD}.vmxf /vmfs/volumes/datastore1/${NEW}/${NEW}.vmxf cp /vmfs..
출처: https://httpie.org/doc HTTPie 2.0.0 (latest) documentation CLI HTTP that will make you smile. JSON support, syntax highlighting, wget-like downloads, extensions, and more. httpie.org https://httpie.org/#installation Custom HTTP method, HTTP headers and JSON data: $ http PUT example.org X-API-Token:123 name=John Submitting forms: $ http -f POST example.org hello=World See the request that is ..
$ sudo add-apt-repository ppa:mrazavi/openvas $ sudo apt update -y $ sudo apt upgrade -y $ apt install sqlite3 openvas9 -y
https://github.com/gsuitedevs/apps-script-samples https://www.benlcollins.com/apps-script/google-apps-script-beginner-guide/
https://medium.com/securing/pentesting-ios-apps-without-jailbreak-91809d23f64e https://medium.com/@ansjdnakjdnajkd/dynamic-analysis-of-ios-apps-wo-jailbreak-1481ab3020d8
Open Source Security Tranning https://github.com/pagerduty/security-training
사용자 홈디렉터리 하위의 .jupyter/ 에 custom 폴더 생성 및 custom.css 파일 생성 Ex) /Users/test/.jupyter/custom/custom.css .CodeMirror pre {font-family: Consolas; font-size: 14pt; line-height: 140%;}
Ansible WinRM 모듈 이용 시 아래와 같은 에러가 날 때 192.168.0.100 | UNREACHABLE! => { "changed": false, "msg": "basic: the specified credentials were rejected by the server", "unreachable": true } 1. Powershell 원격 관리 활성화 ps1> Enable-PSRemoting -Force ps1> Set-Item wsman:\localhost\Client\TrustedHosts -value 2. 대상 윈도 장비의 NIC 연결 속성을 "공용" 에서 "개인" 혹은 "도메인"으로 변경 ps1> Set-NetConnectionProfile -NetworkCategory Privat..