Ubuntu 16.04에서 apt install python3-pip로 pip를 설치하면 아래의 오류가 발생한다. $ pip Traceback (most recent call last): File "/home/h0meb0dy/.local/bin/pip", line 7, in from pip._internal.cli.main import main File "/home/h0meb0dy/.local/lib/python3.5/site-packages/pip/_internal/cli/main.py", line 57 sys.stderr.write(f"ERROR: {exc}") ^ SyntaxError: invalid syntax pip가 Ubuntu 16.04의 파이썬 버전인 3.5에 호환되지 않아서 발생하는 오류..
Environment Setting V8 V8 commit hash: 1976a3f375fb686a12d0577b0a01b164d8481414 GN arguments (for debugging): v8_no_inline=true v8_optimized_debug=false is_component_build=false WABT https://github.com/WebAssembly/wabt cd ~ git clone https://github.com/WebAssembly/wabt/ cd wabt git submodule update --init make export PATH=$HOME/wabt/out/clang/Debug:$PATH echo -e '\nexport PATH=$HOME/wabt/out/cla..
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..
C/C++ 확장이 설치되어 있어야 합니다. VSCode 설정(Ctrl + ,)에서 Clang_format_style 검색 Clang_format_style에 { IndentWidth: 4, ColumnLimit: 0 } 입력 Clang_format_fallback Style에 Google 입력 (기본적으로 Google 스타일에서 들여쓰기 4칸, 한 줄 최대 글자 수 제한 없음으로 설정하겠다는 의미)
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 명령어를 실행하면 다음과..
homeb0dy
Untitled