All public logs
Combined display of all available logs of Elvis Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:34, 17 December 2024 MReiterer talk contribs uploaded File:HackThisSite B7 1.png
- 22:30, 16 December 2024 LSchelepet talk contribs created page Mobile Security (A security overview of different mobile operating systems, and a practical guide on how to setup a mobile app security testing environment.)
- 19:24, 16 December 2024 AMessner talk contribs created page File:Thunderbird-Setup End-to-End Encryption Smime bob cert.PNG
- 19:24, 16 December 2024 AMessner talk contribs uploaded File:Thunderbird-Setup End-to-End Encryption Smime bob cert.PNG
- 19:23, 16 December 2024 AMessner talk contribs created page File:Thunderbird-Setup End-to-End Encryption Smime alice cert.PNG
- 19:23, 16 December 2024 AMessner talk contribs uploaded File:Thunderbird-Setup End-to-End Encryption Smime alice cert.PNG
- 19:19, 16 December 2024 AMessner talk contribs created page File:Thunderbird-Using end-to-end encryption Smime CA cert.PNG (SMIME CA cert used in Example)
- 19:19, 16 December 2024 AMessner talk contribs uploaded File:Thunderbird-Using end-to-end encryption Smime CA cert.PNG (SMIME CA cert used in Example)
- 18:31, 16 December 2024 AMessner talk contribs created page Thunderbird: Setup End-to-End Encryption (Created page with "== Summary == Description what this documentation is about. == Requirements == * 2 Virtual Machines: Ubuntu 22.04.5 LTS * 2 Email-Accounts == S/MIME in Thunderbird == === Step 1: Creating a Self-Signed Certificate (own CA) === # Generate the CA private key: <pre> openssl genrsa -des3 -out ca.key 4096 </pre> # Create a self-signed certificate for the CA: <pre> openssl req -new -x509 -days 365 -key ca.key -out ca.crt </pre> === Step 2: Creating a...")
- 17:17, 16 December 2024 AKoch talk contribs created page Cloud C² (Creating a short installation guide for the cloud c² by hak5.)
- 17:15, 16 December 2024 AMessner talk contribs created page E-Mail Security (Created page with "== Summary == Description what this documentation is about. == Transport Layer Security (TLS) == TLS is a cryptographic protocol that secures communications over a network by providing confidentiality, integrity, and authentication. It is commonly used to secure connections between a client and a server, as well as between servers. === Confidentiality === * Data is encrypted during transit to ensure it cannot be intercepted and read. * TLS uses asymmetric encryption...")
- 17:02, 16 December 2024 AKoch talk contribs created page File:InitSetupCloudC2.png
- 17:02, 16 December 2024 AKoch talk contribs uploaded File:InitSetupCloudC2.png
- 17:01, 16 December 2024 ASantos talk contribs created page File:Esp32.png
- 17:01, 16 December 2024 ASantos talk contribs uploaded File:Esp32.png
- 16:54, 16 December 2024 ASantos talk contribs uploaded a new version of File:Pslab.png
- 16:52, 16 December 2024 ASantos talk contribs created page File:Pslab.png
- 16:52, 16 December 2024 ASantos talk contribs uploaded File:Pslab.png
- 16:45, 16 December 2024 AKoch talk contribs created page File:GetCloudC2.png
- 16:45, 16 December 2024 AKoch talk contribs uploaded File:GetCloudC2.png
- 16:43, 16 December 2024 ASantos talk contribs created page Simple Power Analysis with ESP32 and PSLab (Created page with "== Introduction == This article provides a step-by-step guide to performing a Simple Power Analysis (SPA), a passive side-channel attack technique, using an ESP32 microcontroller and the Pocket Science Lab (PSLab). The goal is to observe differences in power consumption patterns between two cryptographic algorithms (AES-128 and RSA-4096) and understand how SPA can reveal system vulnerabilities. Side-Channel Attacks (SCAs) exploit unintended physical emissions or behavi...")
- 16:30, 16 December 2024 AKoch talk contribs created page File:StartUpCloudC2.png
- 16:30, 16 December 2024 AKoch talk contribs uploaded File:StartUpCloudC2.png
- 14:41, 16 December 2024 JWildauer talk contribs moved page User:JWildauer/IoT DDoSAttack to IoT DDoS Attack
- 14:33, 16 December 2024 JWildauer talk contribs created page File:Practical Demonstration.png
- 14:33, 16 December 2024 JWildauer talk contribs uploaded File:Practical Demonstration.png
- 14:26, 16 December 2024 JWildauer talk contribs created page File:Mirai Kommunkation.png
- 14:26, 16 December 2024 JWildauer talk contribs uploaded File:Mirai Kommunkation.png
- 14:18, 16 December 2024 JWildauer talk contribs created page File:P2P comm.png
- 14:18, 16 December 2024 JWildauer talk contribs uploaded File:P2P comm.png
- 14:08, 16 December 2024 LTrifunovic talk contribs created page Zphisher - Phishing Website Tool (Created page with "== Summary == This Tool allows users to create phishing Websites and steal the inputted credentials. == Requirements == * Operating system: Ubuntu 18.04 bionic amd64 * Packages: git emacs In order to complete these steps, you must have followed Some Other Documentation before. == Description == === Step 1 === Enter these commands in the shell echo foo echo bar === Step 2 === Make sure to read * War and Peace * Lord of the Rings * The Baroque Cycle == U...")
- 14:06, 16 December 2024 JWildauer talk contribs moved page User:Hajime vs Mirai vs Carna to Hajime vs Mirai vs Carna
- 13:57, 16 December 2024 JWildauer talk contribs moved page User:JWildauer/HajimeVSMiraiVSCarna to User:Hajime vs Mirai vs Carna
- 00:09, 16 December 2024 ABramer talk contribs created page The Crowdstrike Incident (Created page with "== Summary == Description what this documentation is about. == Requirements == * Operating system: Ubuntu 18.04 bionic amd64 * Packages: git emacs In order to complete these steps, you must have followed Some Other Documentation before. == Description == === Step 1 === Enter these commands in the shell echo foo echo bar === Step 2 === Make sure to read * War and Peace * Lord of the Rings * The Baroque Cycle == Used Hardware == Device to be used with...")
- 22:42, 15 December 2024 BDietl talk contribs created page Key Croc (Created page with "== Summary == The Key Croc is a hardware keylogger capable of logging keystrokes, executing payloads, and emulating USB devices. == Requirements == * Operating system: Linux (Ubuntu 18.04 or newer), Windows, or MacOS * Packages: git, nano (or another text editor) * Optional: A configured Cloud C2 server for advanced functionality == Description == === Step 1 === 1. Download the latest firmware from https://downloads.hak5.org. 2. Verify the checksum using SHA256....")
- 12:02, 15 December 2024 AVujisic talk contribs created page BoNeSi: The DDoS Botnet Simulator (Created page with "== Summary == BoNeSi is an Open-Source Tool developed by Deutsches Forschungszentrum fuer Kuenstliche Intelligenz. It is used to test DoS and DDoS attacks and analyze their impact. It supports different types of traffic like HTTP and ICMP. == Requirements == * Operating system: 2x Ubuntu 18.04 bionic amd64 [https://releases.ubuntu.com/ Ubuntu Download] * Packages: git, make, gcc, libpcap, apache2 == Installation Guide == === Step 1 === Install and start the Apache...")
- 20:38, 14 December 2024 Silvie talk contribs performed unknown action "editaccnt/passchange" on User:AVujisic
- 17:49, 14 December 2024 Silvie talk contribs performed unknown action "editaccnt/mailchange" on User:AVujisic
- 18:27, 13 December 2024 AAssadzadeh talk contribs created page File:HeartbleedExploitOutput 2.png (Output generated by a Heartbleed exploit script (https://gist.githubusercontent.com/sh1n0b1/10100394/raw/634aef12c0dcf06921986e22ad9b3f955b33697f/ssltest.py) (Part 2).)
- 18:27, 13 December 2024 AAssadzadeh talk contribs uploaded File:HeartbleedExploitOutput 2.png (Output generated by a Heartbleed exploit script (https://gist.githubusercontent.com/sh1n0b1/10100394/raw/634aef12c0dcf06921986e22ad9b3f955b33697f/ssltest.py) (Part 2).)
- 18:24, 13 December 2024 AAssadzadeh talk contribs created page File:HeartbleedExploitOutput 1.png (Output generated by a Heartbleed exploit script (https://gist.githubusercontent.com/sh1n0b1/10100394/raw/634aef12c0dcf06921986e22ad9b3f955b33697f/ssltest.py) (Part 1).)
- 18:24, 13 December 2024 AAssadzadeh talk contribs uploaded File:HeartbleedExploitOutput 1.png (Output generated by a Heartbleed exploit script (https://gist.githubusercontent.com/sh1n0b1/10100394/raw/634aef12c0dcf06921986e22ad9b3f955b33697f/ssltest.py) (Part 1).)
- 18:20, 13 December 2024 AAssadzadeh talk contribs created page File:SavingHeartbleedExploitScript.png (Saving a Heartbleed exploit script (https://gist.githubusercontent.com/sh1n0b1/10100394/raw/634aef12c0dcf06921986e22ad9b3f955b33697f/ssltest.py).)
- 18:20, 13 December 2024 AAssadzadeh talk contribs uploaded File:SavingHeartbleedExploitScript.png (Saving a Heartbleed exploit script (https://gist.githubusercontent.com/sh1n0b1/10100394/raw/634aef12c0dcf06921986e22ad9b3f955b33697f/ssltest.py).)
- 18:15, 13 December 2024 AAssadzadeh talk contribs created page File:HeartbleedExploitGithub.png (Heartbleed exploit script available on Github (https://gist.github.com/sh1n0b1/10100394).)
- 18:15, 13 December 2024 AAssadzadeh talk contribs uploaded File:HeartbleedExploitGithub.png (Heartbleed exploit script available on Github (https://gist.github.com/sh1n0b1/10100394).)
- 18:10, 13 December 2024 AAssadzadeh talk contribs created page File:KaliLinux2024.3SClient 2.png (Diagnosing the Ubuntu 12.04.4 web server (Part 2).)
- 18:10, 13 December 2024 AAssadzadeh talk contribs uploaded File:KaliLinux2024.3SClient 2.png (Diagnosing the Ubuntu 12.04.4 web server (Part 2).)
- 18:07, 13 December 2024 AAssadzadeh talk contribs created page File:KaliLinux2024.3SClient 1.png (Diagnosing the Ubuntu 12.04.4 web server (Part 1).)
- 18:07, 13 December 2024 AAssadzadeh talk contribs uploaded File:KaliLinux2024.3SClient 1.png (Diagnosing the Ubuntu 12.04.4 web server (Part 1).)