mauricelambert
Python, Web and cybersecurity enthusiast ! Offensive and defensive projects to improve the world of cybersecurity.
Pinned Repositories
AsyncPortScanner
Asynchronous port scanner written in Nim.
CLEF
Collect Linux Evidences for Forensics and investigations.
CVE-2022-21907
CVE-2022-21907: detection, protection, exploitation and demonstration. Exploitation: Powershell, Python, Ruby, NMAP and Metasploit. Detection and protection: Powershell. Demonstration: Youtube.
FastRC4
Optimized implementation of RC4 (Rivest Cipher 4, ARCFOUR) in ASM (x64) for Linux and Windows.
MaliciousPDF
This file implements a library and tool to make malicious PDF files.
OSPF_bruteforce
This repository performs a dictionnary attack against OSPF MD5 authentication using scapy.
PyObfuscator
This module obfuscates python code.
SpyWare
This package implements a complete SpyWare.
Vulnerability1-XSS-title
I found a XSS vulnerability in the title of simpletouchsoftware.com/timers/boxingtimerpro/ application.
WebScripts
This tool runs scripts and display the result in a Web Interface.
mauricelambert's Repositories
mauricelambert/AsyncPortScanner
Asynchronous port scanner written in Nim.
mauricelambert/NetbiosSpoof
This package implements a Netbios Spoofer (Netbios, LLMNR, DNS Local).
mauricelambert/PDForensic
This package analyses PDF files for Forensic Investigations.
mauricelambert/ProgramExecutableAnalyzer
This script analyzes MZ-PE (MS-DOS) executable file
mauricelambert/RC6Encryption
This package implements the RC6 encryption.
mauricelambert/SimpleHttpProxy
This package implements a simple HTTP(S) proxy.
mauricelambert/mauricelambert.github.io
mauricelambert/RansomWare
This package implements a RansomWare.
mauricelambert/AuditdParsingScript
Little scripts to parse auditd logs
mauricelambert/BypassHash
This tool downloads an executable and bypasses hash-based virus checks
mauricelambert/ComboundFileParser
This module implements a Compound file parser (file format used by OLE and base file format for macros, msi, msg, doc, xls...)
mauricelambert/CTF-WriteUps
CTF write ups
mauricelambert/DigisparkRubberDuckyExecuteCommand
This script generates the INO code to make your own Rubber Ducky with a Digispark without any requirements
mauricelambert/GoInstaller
This repository implements an installer for Linux and Windows softwares
mauricelambert/MauriceLambert
mauricelambert/MbrWiper
This repository implements a little MBR Wiper.
mauricelambert/MouseJiggler
This program generates mouse and keyboard events to simulate user activity, useful to maintain online status, to avoid productivity tracking and prevent the system from entering sleep mode.
mauricelambert/NetworkCollectDFIR
This script collects data for incident response and forensic (useful for CTF and DFIR challenges !).
mauricelambert/NimKeylogger
This nim script implements a keylogger and saves keyboard events in a Keyboard Catpure file
mauricelambert/PyPeLoader
This package implements a basic PE loader in python (can load simple executable like calc.exe, net1.exe, little malwares...)
mauricelambert/PyPePacker
This package implements a packer written in python, the packer reduce the size (gzip compression), encrypt data (RC6 encryption) and reduce data entropy (using EntropyEncoding).
mauricelambert/PyPeUrlLoader
This package uses PyPeLoader to load a PE program from a HTTP server (from an URL).
mauricelambert/QueryCombinedLogFormat
This tool extracts, filters and parses combined log format (apache and nginx default access.log format) with a easy and fast language syntax.
mauricelambert/SpywareStealer
This browser extension implements a spyware and a stealer to exfiltrate data from all user interactions (keylogger and form data stealer), it works on Chrome and Firefox.
mauricelambert/System32RenameBackdoor
This repository implements a check on System32 executable files to detect backdoor by renamed file
mauricelambert/Talk1.BankSecurity
Little talk about my bank security problems. Some banks don't care about cybersecurity, i make this talk to help people to choose a secure bank.
mauricelambert/TotpApp
This little app generates your TOTP from your secret (you can use secret as password in a password manager), you don't need any phone or other device
mauricelambert/TotpWinExe
Little GUI Windows application to enter a secret key and obtain your TOTP without any phone or other device
mauricelambert/UrlIPv6ZoneIdSecurity
Research about few security problems and bugs caused by the host element for modern URI.
mauricelambert/WindowsServices
This repository contains code to generate a minimal service on Windows using multiples languages.