OpenVAS 설치, 사용 방법
etc
Installation Setup 우분투에는 죽어도 안 깔리니까 삽질하지 말고 칼리에 설치하자.. sudo apt update -y sudo apt upgrade -y sudo apt dist-upgrade -y sudo apt install openvas -y sudo gvm-setup sudo gvm-setup을 실행했을 때 $ sudo gvm-setup [sudo] password for kali: [>] Starting PostgreSQL service [-] ERROR: The default PostgreSQL version (14) is not 15 that is required by libgvmd [-] ERROR: Use pg_upgradecluster to update your Postg..
[DreamHack] [wargame.kr] jff3_magic
DreamHack
https://dreamhack.io/wargame/challenges/338/ This challenge is part of Just For Fun [Season3]. thx to Comma@LeaveRet Analysis Recover index.php from swp file 서버에 접속하면 under construction이라고 하면서 swp라는 힌트를 준다. swp는 리눅스의 vi 편집기에서 편집 중에 비정상적으로 종료될 경우 생성되는 파일의 확장자로, 이 파일의 이름은 ..swp의 형식이다. /.index.php.swp에 접속하면 index.php의 swp 파일을 다운받을 수 있고, 이 파일로부터 원래의 index.php 파일을 복구할 수 있다. vi index.php 명령어를 실행하면 다음과..
[MIT 6.S081 Fall 2020] Lab: networking
xv6
https://pdos.csail.mit.edu/6.S081/2020/labs/net.htmlRead in Github/* kernel/e1000.c */// struct spinlock e1000_lock;struct spinlock e1000_tx_lock;struct spinlock e1000_rx_lock;/* kernel/e1000.c */void e1000_init(uint32 *xregs) { int i; // initlock(&e1000_lock, "e1000"); initlock(&e1000_tx_lock, "e1000_tx"); initlock(&e1000_rx_lock, "e1000_rx");...}/* kernel/e1000.c */int e1000_transm..
[*CTF 2019 / pwnable] oob-v8
CTF
Yet another off by one$ nc 212.64.104.189 10000the v8 commits is 6dc88c191f5ecc5389dc26efa3ca0907faef3598.AttachmentSetup# install depot_toolscdgit clone https://chromium.googlesource.com/chromium/tools/depot_tools.gitecho 'export PATH=$HOME/depot_tools:$PATH' >> ~/.zshrcsource ~/.zshrc# get codecdmkdir v8cd v8fetch v8cd v8git checkout 6dc88c191f5ecc5389dc26efa3ca0907faef3598git apply oob.diffgc..
h0meb0dy_
h0meb0dy