french guy passionate about computer security
Pinned Loading
-
-
Shellcode_Playground
Shellcode_Playground PublicThis is a project that provides a shellcode runner along with various examples of shellcodes for educational purposes.
Assembly 2
-
HTB - Noter / One Shot Exploit Script
HTB - Noter / One Shot Exploit Script 1#!/usr/bin/env python3
2from http.server import test, SimpleHTTPRequestHandler, HTTPServer, BaseHTTPRequestHandler
3import requests
4import argparse
5from colorama import init as colorama_init
-
Sizzle - HTB
Sizzle - HTB 1# Enumeration
2## - Nmap
3```python
4kali@kali:/home/kali/Desktop/HTB/box/Sizzle $ nmap -p- -v -sVC -oA nmap/full 10.10.10.103
5PORT STATE SERVICE VERSION
-
DGHACK 2022 - un chasseur sachant ch...
DGHACK 2022 - un chasseur sachant chasser 2 1require 'securerandom'
2require 'openssl'
3require 'base64'
4require 'json'
5 -
DGHACK 2022 - Unserial Killer
DGHACK 2022 - Unserial Killer 1<?php
2namespace GuzzleHttp\Psr7;
3include_once "vendor/autoload.php";
45$fnstream = new FnStream([]);
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.