본문 바로가기

호그와트

(365)
pqg p = 2266153824980163758918534322905301885101026951009900822050667460769492000341813618129684153727484973076786867684991691501130482372573784069255045209931735550332906828208602111419463415507978932881031089919247978579109147257917342671208817217628446886619240822004523818324355658377106822045750725996869945810805165921982401608273491065155232326840546957586187392724325062317511707679533979062134..
CVE 2024 27198 without annoying faker lib import reimport sysimport stringimport randomimport timeimport zipfileimport urllib3import requestsimport argparse#from faker import Fakerimport xml.etree.ElementTree as ETfrom urllib.parse import quote_plusurllib3.disable_warnings()token_name = "".join(random.choices(string.ascii_letters + string.digits, k=10))GREEN = "\033[92m"RESET = "\033[0m"session = requests.Session()def GetTeamCityVersion..
white bird attack ! ### Information Gathering - Web Edition   # Skills AssessmentI have to set Target(s): {ip}:{port}   of course /etc/hosts - `inlanefreight.htb`when I get inside or interact with, http://inlanefreight.htb:56908/ I have to write port as well for some cases `gobuster vhost -u http://inlanefreight.htb:56908 -w /usr/share/seclists/Discovery/DNS/subdomains-top1million-110000.txt --append-domain`Found: ..
오늘도 밤에 해커들과 싸우며 그들의 턱뼈를 교정시켜줍니다 **************************************************************                              *                          FUNCTION                          *                              **************************************************************                              int __fastcall Main(int args, int * param_2)              int               EAX:4                        int              ..
문크예거 딸의 운전 실력은 어느정도일까 ? (각하 그립습니다 조선인 안락사 정책 너무 좋았는데요) 오늘 자 그냥 자투리 시간에 가볍게 풀어본 해킹 문제이댱 아주 재미있게 순식간에 쓱싹쓱싹 풀어냈당 재밌댱 ~~~~~~~ 해커에게 끈기는 기본 중의 기본인 듯 싶다 어쩌면 그래서 나한테는 그런 고난 들을 통해서 끈기를 단련하는 시간이 필요했던 걸 수도 있다 해킹은 수학이랑은 또 많이 다르니까 there is a file in my G drive (only open this in the VM env)the `hacktheblue` is the key to extract the file after extracting the file go to that dir and then `sqlite3 filename.db``.tables` -> tables info..
just rolling the dices~~~ DOCTYPE html>html>head>    title>Dice Simulatortitle>    style>        body {            font-family: Arial, sans-serif;            text-align: center;            margin-top: 50px;        }        #dice {            font-size: 100px;            margin: 20px;        }        #rollButton {            padding: 10px 20px;            font-size: 18px;            cursor: pointer;        }    style>head..
췤췤 머신 그저 감사합니다 !! (function(n) {    "use strict";        function xorOperation(a, b) {        return a ^ b;    }        function rotateLeft(x, n) {        return (x n) | (x >>> (32 - n));    }        function checksumBlock(block, seed) {        var result = seed;        for (var i = 0; i block.length; i++) {            result = xorOperation(result, block[i]);            result = rotateLeft(result, 5);        } ..
포ㄹ트를 뽀트르 포트르 포트리스 뽀로로 import socket # Function to collect portsdef collect_ports():    ports = []    while True:        user_input = input("Enter a port number (or type any alphabet to finish): ")        if user_input.isalpha():            break        try:            ports.append(int(user_input))        except ValueError:            print("Please enter a valid integer.")    return ports # Function to scan portsdef p..