본문 바로가기

Thanks

(95)
프로젝트는 잘 마무리했고 감사하다 그리고 백인 눈나의 알몸 정말 감사하게도 오늘까지 해서 두 가지 프로젝트를 또 잘 마무리했다.  한국에 오기 전까지는 이런 프로젝트들을 맡을지조차 아예 몰랐는데 ... 한국에 잠시 머문다는 느낌으로 왔을 때는 전 여친때문에라도 더 일찍 온 거기도 하고 해킹이나 특정 문제에 몰입하다가 쉴 때는 쉬어야겠다 요 정도 마인드로 왔었는데 몇 주 정도 지나고 갑자기 여자친구가 관계적 살자를 시전해버리고 (급작스러운 "헤어져" 시전 - 애초에 이 말을 꺼낸게 여자친구 측이다) 그래서 솔직히 많이 우울했었다. 한국에 온 거 만으로도 큰 변화인데 또 관계 측면에서도 그러다보니 쩝. 솔직히 말하면 전 여친이 타이밍 재면서 한 거 같아 역하기도 했다. 쨋든 지금은 또 너무 감사하게도 내 평소에 낙천성과 본 모습을 굉장히 많이 회복했다.  한국 여자..
tryhackme Boiler CTF privilege escalation - username: `basterd`- password: `superduperp@$$`superduperp@$$ class JConfig {public $offline = '0';public $offline_message = 'This site is down for maintenance.Please check back again soon.';public $display_offline_message = '1';public $offline_image = '';public $sitename = 'THM Boiler Room';public $editor = 'tinymce';public $captcha = '0';public $list_limit = '20';public $access = '1';public ..
판다의 고기는 원래 맛있다 from argparse import ArgumentParserfrom exploit import ChamiloBigUploadExploitfrom os import systemdef check_extension(filename: str, extension: str) -> str:    if not filename.endswith(f'.{extension}'):        return f'{filename}.{extension}'    return filenamedef scan_action(exploit, url) -> None:    system('clear')    result = exploit.check_target_vulnerable()    if result:        print(' The..
Why did CrowdStrike IT outage happen ? (brief summary) The CrowdStrike IT outage was triggered by a problematic software update. Here’s what happened: What Caused the Outage: The issue stemmed from a flawed update to CrowdStrike's software, specifically involving a kernel-mode driver. This part of the software is crucial for the operating system, so any mistakes here can lead to serious system crashes. How the Fault Occurred:  I think that the syste..
Shocker HTB solving nmap -sT 10.129.50.112Starting Nmap 7.94SVN ( https://nmap.org ) at 2024-07-24 00:14 CDTNmap scan report for 10.129.50.112Host is up (0.067s latency).Not shown: 998 closed tcp ports (conn-refused)PORT     STATE SERVICE80/tcp   open  http2222/tcp open  EtherNetIP-1find / -name "raft-large-files-lowercase.txt" 2>/dev/null/usr/share/seclists/Discovery/Web-Content/raft-large-files-lowercase.txtnmap ..
AI 네트워크 방어 게임 (Cyber Shield) 4 by A to Z 영웅 (사이드 사이드 프로젝트) 3) methodologyThe methodology of this research focuses on developing an enhanced AI-driven server system designed to autonomously respond to network security threats. The core functionality of this system revolves around making real-time predictions and dynamically determining appropriate actions based on those predictions. This section provides a detailed description of the processes involved, ..
AI 네트워크 방어 게임 (Cyber Shield) 3 by A to Z 영웅 (사이드 사이드 프로젝트) 1) abstractIn recent years, the advent of multiple AI technologies, particularly those developed by OpenAI, has profoundly impacted the global landscape. On May 13, 2024, the release of ChatGPT-4o marked a significant milestone[1], capturing worldwide attention. Amid this rapid evolution in AI, current AI adaptation in cybersecurity largely focus on narrow tasks such as analyzing packets or imag..
나르시스트 숫자들 """Problem Statement:Write a program that checks if a given number is an Armstrong number. An Armstrong number (also known as a narcissistic number) is a number that is equal to the sum of its own digits each raised to the power of the number of digits."""def is_armstrong_number(num):    num_digits = len(str(num))        sum_of_powers = 0    """    leng = len(str(x))    for i in range(1, leng + ..

반응형