일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- centos 8
- proxycfg
- G-suite
- application security
- Proxy
- elastic stack
- ELASTIC
- Windows
- Kibana server is not ready yet
- docker
- freebsd
- PlayBook
- xe guest utilities
- XCP-ng
- 한글가이드
- hardening
- miniconda
- pfsense
- GitLab
- Elasticsearch
- ssh key 배포
- endpoint security
- x-pack
- Kibana
- ansible
- macos
- bash
- 보안양파
- 로그인불가
- Today
- Total
목록IT (650)
선 밖에 선 자유인
이것 저것 써봤는데sqlyog community editon / workbench가 제일 나은 듯 https://www.webyog.com/https://dev.mysql.com/downloads/
xxx.xlsbbb.xls... 파일명과 확장자 split in bash LIST=`ls` # convert xls to csvfor i in $LISTdo IFS='. ' read -a array
mode 버튼 누른 상태로 전원 Onswitch: flash_initswitch: load_helperswitch: dir flash:Directory of flash:/ 2 -rwx 110 info3 -rwx 273 env_vars4 -rwx 660 vlan.dat5 -rwx 1324 config.text6 -rwx 5 private-config.text7 -rwx 3097898 c2950-i6q4l2-mz.121-22.EA4a.bin8 drwx 4032 html362 -rwx 110 info.ver 3078656 bytes available (4662784 bytes used)switch: rename e flash:config.text flash:config.oldusage: rename swswi..
# wget http://www.openwall.com/john/j/john-1.8.0.tar.gz# cd john-1.8.0/src# make linux-x86-64# cd ../run/# ./unshadow /etc/passwd /etc/shadow > passwd.1# ./john passwd.1 5-10분 정도 실행 시에도 아무런 반응이 없는 경우 취약한 패스워드가 없는 것으로 간주, Ctrl +C 로 종료.결과는 john.pot 파일에 암호화 되어 저장됨
- w, 혹은 who로 현재 접속된 세션 확인[root@localhost ~]# wUSER TTY FROM LOGIN@ IDLE JCPU PCPU WHATuser1 pts/0 192.168.2.10 14:45 0.00s 2.24s 0.60s sshd: user1 [priv]user2 pts/1 192.168.2.20 Wed18 4:55m 2.10s 4.54s sshd: user2 [priv] - 관련 계정의 모든 세션 끊기[root@localhost ~]# skill -KILL username - 특정 세션만 끊기[root@localhost ~]# skill -KILL -v pts/?
기본적으로 selinux 는 /etc/sysconfig/selinux 에서SELINUX=disabled 설정 후 재부팅해야 적용되나아래의 명령으로 재부팅 없이 임시 적용이 가능하다 setenforce 0 (selinux disable)setenforce 1 (selinux enable)
좋은 자료들 많음http://kthan.tistory.com/