개발블로그
fragrouter make 할 때 error: ‘SIOCGSTAMP’ undeclared (first use in this function); did you mean ‘SIOCGARP’? 오류
Linux 2021. 9. 21. 00:21

https://patchwork.kernel.org/project/qemu-devel/patch/20190617114005.24603-1-berrange@redhat.com/#22706395 linux-user: fix includes to find SIOCGSTAMP with latest kernel headers - Patchwork patchwork.kernel.org Patch diff --git a/linux-user/syscall.c b/linux-user/syscall.c index b187c1281d..f13e260b02 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -37,6 +37,7 @@ #include #includ..

기본 서버 동작
Linux 2021. 9. 13. 00:57

ssh PuTTY 통해 접속. 접근통제솔루션이 있으면 프록시 설정해서 사용 기본적으로 root 접속 불가능 - /etc/ssh/sshd_config 에서 PermitRootLogin yes로 설정 apache /var/www/html에 파일 옮겨서 서버에 올림 - 칼리리눅스에서 서비스 구동해서 쿠키정보 탈취/피싱사이트 제작에 사용 python python -m SimpleHTTPServer 8000(Port) - 간단하게 파일서버 열 때 사용 - 파일 절대경로 형식으로 나옴

Kali-linux 명령어
Linux 2021. 9. 13. 00:26

tar로 압축 tar cf 파일이름 묶을파일 tar 압축해제 tar x(exrtract)f 파일이름(.tar) gz로 압축 tar czf 파일이름 묶을파일 gz 압축해제 tar xzf 파일이름(.gz) kali에서는 apache2 서비스 올려야 웹서비스 동작 localhost로 확인 service apache2 start/stop/restart service ssh start ssh root@(IP주소) 키값 주고 받을 수 있음 service (tab)(tab) + y 하면 동작하고 있는 서비스 확인 가능 Default Page (웹서버) 경로 : /var/www/html ifconfig etho0 up/down 사용시 IP 정상적으로 보이지 않음 dhclient : DHCP환경 자동으로 IP 할당 /e..

검색 태그