User contributions for AMessner
17 December 2024
- 12:0412:04, 17 December 2024 diff hist +6 E-Mail Security →Integrity current
- 12:0312:03, 17 December 2024 diff hist +99 E-Mail Security →Integrity
- 12:0112:01, 17 December 2024 diff hist 0 E-Mail Security →Integrity
- 12:0012:00, 17 December 2024 diff hist +72 E-Mail Security →Transport Layer Security (TLS)
- 11:4311:43, 17 December 2024 diff hist +54 E-Mail Security →Secure/Multipurpose Internet Mail Extensions (S/MIME)
- 11:4211:42, 17 December 2024 diff hist −139 E-Mail Security No edit summary
- 10:5910:59, 17 December 2024 diff hist +284 Thunderbird: Setup End-to-End Encryption No edit summary current
16 December 2024
- 19:3519:35, 16 December 2024 diff hist −2 Thunderbird: Setup End-to-End Encryption No edit summary
- 19:3319:33, 16 December 2024 diff hist −103 Thunderbird: Setup End-to-End Encryption No edit summary
- 19:2919:29, 16 December 2024 diff hist +54 Thunderbird: Setup End-to-End Encryption No edit summary
- 19:2519:25, 16 December 2024 diff hist +85 Thunderbird: Setup End-to-End Encryption No edit summary
- 19:2419:24, 16 December 2024 diff hist 0 N File:Thunderbird-Setup End-to-End Encryption Smime bob cert.PNG No edit summary current
- 19:2319:23, 16 December 2024 diff hist +90 Thunderbird: Setup End-to-End Encryption No edit summary
- 19:2319:23, 16 December 2024 diff hist 0 N File:Thunderbird-Setup End-to-End Encryption Smime alice cert.PNG No edit summary current
- 19:2119:21, 16 December 2024 diff hist +5 Thunderbird: Setup End-to-End Encryption No edit summary
- 19:2119:21, 16 December 2024 diff hist +77 Thunderbird: Setup End-to-End Encryption No edit summary
- 19:1919:19, 16 December 2024 diff hist +43 N File:Thunderbird-Using end-to-end encryption Smime CA cert.PNG SMIME CA cert used in Example current
- 19:1719:17, 16 December 2024 diff hist +2,039 Thunderbird: Setup End-to-End Encryption No edit summary
- 18:4218:42, 16 December 2024 diff hist −22 Thunderbird: Setup End-to-End Encryption No edit summary
- 18:4018:40, 16 December 2024 diff hist −80 Thunderbird: Setup End-to-End Encryption No edit summary
- 18:3718:37, 16 December 2024 diff hist 0 Thunderbird: Setup End-to-End Encryption No edit summary
- 18:3618:36, 16 December 2024 diff hist +22 Thunderbird: Setup End-to-End Encryption No edit summary
- 18:3118:31, 16 December 2024 diff hist +2,892 N 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..."
- 18:1218:12, 16 December 2024 diff hist +187 E-Mail Security No edit summary
- 18:1118:11, 16 December 2024 diff hist 0 E-Mail Security No edit summary
- 18:0318:03, 16 December 2024 diff hist +4,817 E-Mail Security No edit summary
- 17:1517:15, 16 December 2024 diff hist +2,910 N 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..."
20 June 2024
- 18:1618:16, 20 June 2024 diff hist +7,862 N Frida: Root Detection & Certificate Pinning Bypass Created page with "300px|thumb|right|Frida Logo == Summary == This documentation provides detailed instructions for setting up and using Frida to bypass root detection and certificate pinning on an Android emulator. It includes steps for installing necessary tools, configuring the environment, and running specific commands to test and bypass security mechanisms in mobile applications. == Requirements == * Operating System: Kali Linux * Pip installed on your Syst..."
- 18:1418:14, 20 June 2024 diff hist +66 N File:Frida custom script execution.PNG Image of Frida Server execution with a custom script
- 18:0918:09, 20 June 2024 diff hist +83 N File:Frida burpsuite paypal login.PNG Image of Burpsuite while Paypal Login with Certificate Pinning Bypass
- 18:0818:08, 20 June 2024 diff hist +35 N File:Frida paypal login.PNG Image of Paypal Login
- 18:0718:07, 20 June 2024 diff hist +65 N File:Frida burpsuite twitter login.PNG Image of Burpsuite while Twitter Login was captured
- 18:0618:06, 20 June 2024 diff hist +46 N File:Frida twitter login.PNG Image of Login Screen of Twitter
- 18:0418:04, 20 June 2024 diff hist +72 N File:Frida uncrackable devicescreen afterbypass.PNG Image of Uncrackable App after Frida Root Detection Bypass
- 18:0318:03, 20 June 2024 diff hist +61 N File:Frida rootbypass cli.PNG Image of Fridas CLI while Root Detection Bypass
- 18:0118:01, 20 June 2024 diff hist +49 N File:Frida uncrackable devicescreen.PNG OWASP Uncrackable App Device Screen
- 18:0018:00, 20 June 2024 diff hist +49 N File:Frida uncrackable.PNG Image of OWASP Uncrackable APK Logo
- 17:5817:58, 20 June 2024 diff hist +47 N File:Frida server datei.PNG image of zipped frida server file
- 17:5617:56, 20 June 2024 diff hist +27 N File:Frida logo.PNG Logo of Frida
- 17:3217:32, 20 June 2024 diff hist −22 MobSF: Root Detection & Certificate Pinning Bypass No edit summary
- 17:3117:31, 20 June 2024 diff hist +178 MobSF: Root Detection & Certificate Pinning Bypass No edit summary
- 17:2217:22, 20 June 2024 diff hist +6,420 N MobSF: Root Detection & Certificate Pinning Bypass Created page with "300px|thumb|right|MobSF Logo == Summary == This documentation provides step-by-step instructions for setting up and using MobSF (Mobile Security Framework) for dynamic analysis on Kali Linux. It covers the setup process, bypassing root detection using default and custom scripts, and bypassing SSL pinning. Detailed commands and screenshots are included to ensure successful implementation. == Requirements == * Operating System: Kali Linux * Inst..."
- 17:2117:21, 20 June 2024 diff hist +66 N File:Mobsf dynamicanalysis httptools.png HTTP Tools with traffic in dynamic analysis in MobSF current
- 17:2117:21, 20 June 2024 diff hist +47 N File:Mobsf dynamicanalysis logs.png Logs of Dynamic Analysis in MobSF current
- 17:2017:20, 20 June 2024 diff hist +42 N File:Mobsf dynamicanalysis generatereport.png mobsf generate report button current
- 17:1917:19, 20 June 2024 diff hist +51 N File:Mobsf dynamicanalysis config1.png buttons set in mobsf dynamic analysis current
- 17:1717:17, 20 June 2024 diff hist +66 N File:Mobsf successful rootbypass.png CLI of a successful Root Detection Bypass with MobSF current
- 17:1417:14, 20 June 2024 diff hist +65 N File:Mobsf dynamicanalysis start.png CLI of successful started Dynamic Analysis of MobSF current
- 17:1317:13, 20 June 2024 diff hist +44 N File:Mobsf sucessfulboot.png CLI of successful booted MobSF current