<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.mch2022.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Holmes</id>
	<title>MCH2022 wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.mch2022.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Holmes"/>
	<link rel="alternate" type="text/html" href="https://wiki.mch2022.org/Special:Contributions/Holmes"/>
	<updated>2026-04-28T04:13:34Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.6</generator>
	<entry>
		<id>https://wiki.mch2022.org/index.php?title=Session:Frida_on_Android_for_beginners&amp;diff=17635</id>
		<title>Session:Frida on Android for beginners</title>
		<link rel="alternate" type="text/html" href="https://wiki.mch2022.org/index.php?title=Session:Frida_on_Android_for_beginners&amp;diff=17635"/>
		<updated>2022-07-25T13:32:08Z</updated>

		<summary type="html">&lt;p&gt;Holmes: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Session&lt;br /&gt;
|Is for kids=No&lt;br /&gt;
|Has description=Introduction to Frida for hacking android apps with hooking.&lt;br /&gt;
|Has session type=Hands-On&lt;br /&gt;
|Has session keywords=software&lt;br /&gt;
|Processed by village=Village:SHA512&lt;br /&gt;
|Is organized by=Holmes&lt;br /&gt;
|Has orga contact=holmesmch2022@gmail.com&lt;br /&gt;
}}&lt;br /&gt;
{{Event&lt;br /&gt;
|Has subtitle=Turing field: Introduction, Hands-On&lt;br /&gt;
|Has start time=2022-07-25T18:00:00.000&lt;br /&gt;
|Has duration=60&lt;br /&gt;
|Has session location=Village:SHA512&lt;br /&gt;
}}&lt;br /&gt;
Limited seats, register at: https://datumprikker.nl/pmx4w7jspvrg462h &lt;br /&gt;
&lt;br /&gt;
During this workshop you will learn how to use Frida on a rooted Android phone.&lt;br /&gt;
Frida ( www.frida.re ) is a hooking framework that allows you to override functions during the launch of a process. While Frida can be used on different targets (Windows / Linux / iOS / Android ) we will help you to get started with Android app hooking while using Frida.&lt;br /&gt;
&lt;br /&gt;
We will cover briefly:&lt;br /&gt;
* how to use ADB (very briefly)&lt;br /&gt;
* how to decompile Android applications with Jadx&lt;br /&gt;
* Hands on decompilation &lt;br /&gt;
* How to run Frida in injected mode&lt;br /&gt;
* How to write basic scripts with Frida&lt;br /&gt;
&lt;br /&gt;
This is an hands-on session &lt;br /&gt;
&lt;br /&gt;
We have a few (linux) laptops but it is preferred to bring your own. We will provide the phones.&lt;br /&gt;
&lt;br /&gt;
If you want to prepare already, you can:&lt;br /&gt;
&lt;br /&gt;
* Clone Jadx: https://github.com/skylot/jadx.git&lt;br /&gt;
* Install Frida `$ pip3 install frida-tools`&lt;br /&gt;
* Get the OWASP uncrackable APKs: https://github.com/OWASP/owasp-mstg/tree/master/Crackmes/Android&lt;/div&gt;</summary>
		<author><name>Holmes</name></author>
	</entry>
	<entry>
		<id>https://wiki.mch2022.org/index.php?title=Session:Frida_on_Android_for_beginners&amp;diff=17634</id>
		<title>Session:Frida on Android for beginners</title>
		<link rel="alternate" type="text/html" href="https://wiki.mch2022.org/index.php?title=Session:Frida_on_Android_for_beginners&amp;diff=17634"/>
		<updated>2022-07-25T13:31:12Z</updated>

		<summary type="html">&lt;p&gt;Holmes: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Session&lt;br /&gt;
|Is for kids=No&lt;br /&gt;
|Has description=Introduction to Frida for hacking android apps with hooking.&lt;br /&gt;
|Has session type=Hands-On&lt;br /&gt;
|Has session keywords=software&lt;br /&gt;
|Processed by village=Village:SHA512&lt;br /&gt;
|Is organized by=Holmes&lt;br /&gt;
|Has orga contact=holmesmch2022@gmail.com&lt;br /&gt;
}}&lt;br /&gt;
{{Event&lt;br /&gt;
|Has subtitle=Turing field: Introduction, Hands-On&lt;br /&gt;
|Has start time=2022-07-25T18:00:00.000CET&lt;br /&gt;
|Has duration=60&lt;br /&gt;
|Has session location=Village:SHA512&lt;br /&gt;
}}&lt;br /&gt;
Limited seats, register at: https://datumprikker.nl/pmx4w7jspvrg462h &lt;br /&gt;
&lt;br /&gt;
During this workshop you will learn how to use Frida on a rooted Android phone.&lt;br /&gt;
Frida ( www.frida.re ) is a hooking framework that allows you to override functions during the launch of a process. While Frida can be used on different targets (Windows / Linux / iOS / Android ) we will help you to get started with Android app hooking while using Frida.&lt;br /&gt;
&lt;br /&gt;
We will cover briefly:&lt;br /&gt;
* how to use ADB (very briefly)&lt;br /&gt;
* how to decompile Android applications with Jadx&lt;br /&gt;
* Hands on decompilation &lt;br /&gt;
* How to run Frida in injected mode&lt;br /&gt;
* How to write basic scripts with Frida&lt;br /&gt;
&lt;br /&gt;
This is an hands-on session &lt;br /&gt;
&lt;br /&gt;
We have a few (linux) laptops but it is preferred to bring your own. We will provide the phones.&lt;br /&gt;
&lt;br /&gt;
If you want to prepare already, you can:&lt;br /&gt;
&lt;br /&gt;
* Clone Jadx: https://github.com/skylot/jadx.git&lt;br /&gt;
* Install Frida `$ pip3 install frida-tools`&lt;br /&gt;
* Get the OWASP uncrackable APKs: https://github.com/OWASP/owasp-mstg/tree/master/Crackmes/Android&lt;/div&gt;</summary>
		<author><name>Holmes</name></author>
	</entry>
	<entry>
		<id>https://wiki.mch2022.org/index.php?title=Session:Frida_on_Android_for_beginners&amp;diff=17518</id>
		<title>Session:Frida on Android for beginners</title>
		<link rel="alternate" type="text/html" href="https://wiki.mch2022.org/index.php?title=Session:Frida_on_Android_for_beginners&amp;diff=17518"/>
		<updated>2022-07-24T20:14:14Z</updated>

		<summary type="html">&lt;p&gt;Holmes: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Session&lt;br /&gt;
|Is for kids=No&lt;br /&gt;
|Has description=Introduction to Frida for hacking android apps with hooking.&lt;br /&gt;
|Has session type=Hands-On&lt;br /&gt;
|Has session keywords=software&lt;br /&gt;
|Processed by village=Village:SHA512&lt;br /&gt;
|Is organized by=Holmes&lt;br /&gt;
|Has orga contact=holmesmch2022@gmail.com&lt;br /&gt;
}}&lt;br /&gt;
{{Event&lt;br /&gt;
|Has subtitle=Turing field: Introduction, Hands-On&lt;br /&gt;
|Has start time=2022-07-25T16:00:00.000Z&lt;br /&gt;
|Has duration=60&lt;br /&gt;
|Has session location=Village:SHA512&lt;br /&gt;
}}&lt;br /&gt;
Limited seats, register at: https://datumprikker.nl/pmx4w7jspvrg462h &lt;br /&gt;
&lt;br /&gt;
During this workshop you will learn how to use Frida on a rooted Android phone.&lt;br /&gt;
Frida ( www.frida.re ) is a hooking framework that allows you to override functions during the launch of a process. While Frida can be used on different targets (Windows / Linux / iOS / Android ) we will help you to get started with Android app hooking while using Frida.&lt;br /&gt;
&lt;br /&gt;
We will cover briefly:&lt;br /&gt;
* how to use ADB (very briefly)&lt;br /&gt;
* how to decompile Android applications with Jadx&lt;br /&gt;
* Hands on decompilation &lt;br /&gt;
* How to run Frida in injected mode&lt;br /&gt;
* How to write basic scripts with Frida&lt;br /&gt;
&lt;br /&gt;
This is an hands-on session &lt;br /&gt;
&lt;br /&gt;
We have a few (linux) laptops but it is preferred to bring your own. We will provide the phones.&lt;br /&gt;
&lt;br /&gt;
If you want to prepare already, you can:&lt;br /&gt;
&lt;br /&gt;
* Clone Jadx: https://github.com/skylot/jadx.git&lt;br /&gt;
* Install Frida `$ pip3 install frida-tools`&lt;br /&gt;
* Get the OWASP uncrackable APKs: https://github.com/OWASP/owasp-mstg/tree/master/Crackmes/Android&lt;/div&gt;</summary>
		<author><name>Holmes</name></author>
	</entry>
	<entry>
		<id>https://wiki.mch2022.org/index.php?title=Projects:CTF:_Digital_Forensics&amp;diff=17517</id>
		<title>Projects:CTF: Digital Forensics</title>
		<link rel="alternate" type="text/html" href="https://wiki.mch2022.org/index.php?title=Projects:CTF:_Digital_Forensics&amp;diff=17517"/>
		<updated>2022-07-24T20:07:19Z</updated>

		<summary type="html">&lt;p&gt;Holmes: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Projects&lt;br /&gt;
|Name=CTF: Digital Forensics Challenges&lt;br /&gt;
|Has project tag=CTF, forensics, Hacking, exploits&lt;br /&gt;
|Has description=Want to do Digital Forensics? Try our CTF!!!&lt;br /&gt;
|Has website=https://ctf.nfi.mch2022.camp&lt;br /&gt;
|Located at village=Village:SHA512&lt;br /&gt;
}}&lt;br /&gt;
We are digital forensic experts! Ever want to show your digital forensic skills, or want to learn about digital forensics?&lt;br /&gt;
&lt;br /&gt;
Try our CTF! It is hosted at: https://ctf.nfi.mch2022.camp .&lt;br /&gt;
If you are stuck, visit your village: SHA512 , located at the turing field&lt;/div&gt;</summary>
		<author><name>Holmes</name></author>
	</entry>
	<entry>
		<id>https://wiki.mch2022.org/index.php?title=Session:Frida_on_Android_for_beginners&amp;diff=17477</id>
		<title>Session:Frida on Android for beginners</title>
		<link rel="alternate" type="text/html" href="https://wiki.mch2022.org/index.php?title=Session:Frida_on_Android_for_beginners&amp;diff=17477"/>
		<updated>2022-07-24T17:28:33Z</updated>

		<summary type="html">&lt;p&gt;Holmes: Frida hooking on android for app hacking&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Session&lt;br /&gt;
|Is for kids=No&lt;br /&gt;
|Has description=Introduction to Frida for hacking android apps with hooking.&lt;br /&gt;
|Has session type=Hands-On&lt;br /&gt;
|Has session keywords=software&lt;br /&gt;
|Processed by village=Village:SHA512&lt;br /&gt;
|Is organized by=Holmes&lt;br /&gt;
|Has orga contact=holmesmch2022@gmail.com&lt;br /&gt;
}}&lt;br /&gt;
{{Event&lt;br /&gt;
|Has subtitle=Turing field: Introduction, Hands-On&lt;br /&gt;
|Has start time=2022-07-25T16:00:00.000Z&lt;br /&gt;
|Has duration=60&lt;br /&gt;
|Has session location=Village:SHA512&lt;br /&gt;
}}&lt;br /&gt;
During this workshop you will learn how to use Frida on a rooted Android phone.&lt;br /&gt;
Frida ( www.frida.re ) is a hooking framework that allows you to override functions during the launch of a process. While Frida can be used on different targets (Windows / Linux / iOS / Android ) we will help you to get started with Android app hooking while using Frida.&lt;br /&gt;
&lt;br /&gt;
We will cover briefly:&lt;br /&gt;
* how to use ADB (very briefly)&lt;br /&gt;
* how to decompile Android applications with Jadx&lt;br /&gt;
* Hands on decompilation &lt;br /&gt;
* How to run Frida in injected mode&lt;br /&gt;
* How to write basic scripts with Frida&lt;br /&gt;
&lt;br /&gt;
This is an hands-on session &lt;br /&gt;
&lt;br /&gt;
We have a few (linux) laptops but it is preferred to bring your own. We will provide the phones.&lt;br /&gt;
&lt;br /&gt;
If you want to prepare already, you can:&lt;br /&gt;
&lt;br /&gt;
* Clone Jadx: https://github.com/skylot/jadx.git&lt;br /&gt;
* Install Frida `$ pip3 install frida-tools`&lt;br /&gt;
* Get the OWASP uncrackable APKs: https://github.com/OWASP/owasp-mstg/tree/master/Crackmes/Android&lt;/div&gt;</summary>
		<author><name>Holmes</name></author>
	</entry>
	<entry>
		<id>https://wiki.mch2022.org/index.php?title=Village:SHA512&amp;diff=17445</id>
		<title>Village:SHA512</title>
		<link rel="alternate" type="text/html" href="https://wiki.mch2022.org/index.php?title=Village:SHA512&amp;diff=17445"/>
		<updated>2022-07-24T15:41:57Z</updated>

		<summary type="html">&lt;p&gt;Holmes: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Village&lt;br /&gt;
|Has name=SHA512&lt;br /&gt;
|Has website=http:///&lt;br /&gt;
|Has contact=mch@waaromke.nl&lt;br /&gt;
|Has description=A village for Digital Forensics enthusiasts and their accompanying family (~ 30 people).&lt;br /&gt;
|Has village tag=forensics, security, hacking, science&lt;br /&gt;
|Provides session location=Maybe&lt;br /&gt;
|Location=52.28187, 5.5264&lt;br /&gt;
|MapObjectHandle=0x1EDC5&lt;br /&gt;
|Has orga contact=mch@waaromke.nl&lt;br /&gt;
|On site orga contact=A phonenumber would follow soon&lt;br /&gt;
|Village frab=No&lt;br /&gt;
|Village content space=No&lt;br /&gt;
|Village citizen count=30&lt;br /&gt;
|Village Needs power=Large Village (32A CEE 400V)&lt;br /&gt;
|Village size needed=300&lt;br /&gt;
|Village hacktents num=1&lt;br /&gt;
|Village brings big stuff=No&lt;br /&gt;
|Village Special Vehicle=No&lt;br /&gt;
|Village Plans=... build up a big tent; ... run a kitchen for our citizens; ... run a bar for our citizens; ... have any other unusual installations&lt;br /&gt;
|Village planning notes=Because we have a large village, with about 30/40 people which will bring lots of computing equipment and cooking gear, we would like to have the possibility to have 2x 32A 400v.&lt;br /&gt;
&lt;br /&gt;
Prefer to be close to the family area (Turing field?)&lt;br /&gt;
}}&lt;br /&gt;
A village (@Turing field near Family Zone) for Digital Forensics enthusiasts and their accompanying family (~ 30 people).&lt;br /&gt;
&lt;br /&gt;
== Facilities ==&lt;br /&gt;
We will provide the following facilities to our villagers and other people who need some assistance:&lt;br /&gt;
* 2 Lynx stereo microscopes for small soldering tasks&lt;br /&gt;
* Soldering stations&lt;br /&gt;
* Mixed domain oscilloscope&lt;br /&gt;
* Memory Toolkit for low level memory chip acquisition (https://www.forensicinstitute.nl/products-and-services/forensic-products/nfi-memory-toolkit)&lt;br /&gt;
&lt;br /&gt;
== Workshops ==&lt;br /&gt;
* Rooting Android with Magisk (https://wiki.mch2022.org/Session:Rooting_an_Android_phone_with_Magisk)&lt;br /&gt;
* Micro:bits not only for kids (https://wiki.mch2022.org/Team:Family/Microbit_workshop)&lt;br /&gt;
* Chip Forensics @NFI (https://wiki.mch2022.org/Session:Chip_forensics_@Netherlands_Forensic_Institute)&lt;br /&gt;
* SHA512-CTF: https://ctf.nfi.mch2022.camp&lt;/div&gt;</summary>
		<author><name>Holmes</name></author>
	</entry>
	<entry>
		<id>https://wiki.mch2022.org/index.php?title=Projects:CTF:_Digital_Forensics&amp;diff=17444</id>
		<title>Projects:CTF: Digital Forensics</title>
		<link rel="alternate" type="text/html" href="https://wiki.mch2022.org/index.php?title=Projects:CTF:_Digital_Forensics&amp;diff=17444"/>
		<updated>2022-07-24T15:41:38Z</updated>

		<summary type="html">&lt;p&gt;Holmes: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Projects&lt;br /&gt;
|Name=CTF: Digital Forensics Challenges&lt;br /&gt;
|Has project tag=CTF, forensics, Hacking, exploits&lt;br /&gt;
|Has description=Want to do Digital Forensics? Try our CTF!!!&lt;br /&gt;
|Has website=http://ctf.nfi.mch2022.camp:80/&lt;br /&gt;
|Located at village=Village:SHA512&lt;br /&gt;
}}&lt;br /&gt;
We are digital forensic experts! Ever want to show your digital forensic skills, or want to learn about digital forensics?&lt;br /&gt;
&lt;br /&gt;
Try our CTF! It is hosted at: https://ctf.nfi.mch2022.camp .&lt;br /&gt;
If you are stuck, visit your village: SHA512 , located at the turing field&lt;/div&gt;</summary>
		<author><name>Holmes</name></author>
	</entry>
	<entry>
		<id>https://wiki.mch2022.org/index.php?title=Projects:CTF:_Digital_Forensics&amp;diff=17261</id>
		<title>Projects:CTF: Digital Forensics</title>
		<link rel="alternate" type="text/html" href="https://wiki.mch2022.org/index.php?title=Projects:CTF:_Digital_Forensics&amp;diff=17261"/>
		<updated>2022-07-23T18:46:22Z</updated>

		<summary type="html">&lt;p&gt;Holmes: Show your digital forensics skills!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Projects&lt;br /&gt;
|Name=CTF: Digital Forensics Challenges&lt;br /&gt;
|Has project tag=CTF, forensics, Hacking, exploits&lt;br /&gt;
|Has description=Want to do Digital Forensics? Try our CTF!!!&lt;br /&gt;
|Has website=nfi.mch2022.camp&lt;br /&gt;
|Located at village=Village:SHA512&lt;br /&gt;
}}&lt;br /&gt;
We are digital forensic experts! Ever want to show your digital forensic skills, or want to learn about digital forensics?&lt;br /&gt;
&lt;br /&gt;
Try our CTF! It is hosted at: nfi.mch2022.camp (accessible from the MCH network only). &lt;br /&gt;
If you are stuck, visit your village: SHA512 , located at the turing field&lt;/div&gt;</summary>
		<author><name>Holmes</name></author>
	</entry>
	<entry>
		<id>https://wiki.mch2022.org/index.php?title=Session:Live_Power_Overtake&amp;diff=17259</id>
		<title>Session:Live Power Overtake</title>
		<link rel="alternate" type="text/html" href="https://wiki.mch2022.org/index.php?title=Session:Live_Power_Overtake&amp;diff=17259"/>
		<updated>2022-07-23T18:36:42Z</updated>

		<summary type="html">&lt;p&gt;Holmes: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Session&lt;br /&gt;
|Has session tag=handson&lt;br /&gt;
|Is for kids=No&lt;br /&gt;
|Has description=Ever want to take over the power of LIVE SYSTEMS? Come to the SHA512 village at the Turing field!&lt;br /&gt;
|Has session type=Hands-On&lt;br /&gt;
|Has session keywords=hardware&lt;br /&gt;
|Processed by village=Village:SHA512&lt;br /&gt;
|Is organized by=Holmes&lt;br /&gt;
|Held in language=en - English, nl - Dutch&lt;br /&gt;
|Has orga contact=holmesmch2022@gmail.com&lt;br /&gt;
}}&lt;br /&gt;
{{Event&lt;br /&gt;
|Has subtitle=Turing field: Introduction, Hands-On&lt;br /&gt;
|Has start time=2022-07-23T21:00:00.000Z&lt;br /&gt;
|Has duration=120&lt;br /&gt;
|Has session location=Village:SHA512&lt;br /&gt;
}}&lt;br /&gt;
{{Event&lt;br /&gt;
|Has subtitle=Turing field: Introduction, Hands-On&lt;br /&gt;
|Has start time=2022-07-24T13:00:00.000Z&lt;br /&gt;
|Has duration=120&lt;br /&gt;
|Has session location=Village:SHA512&lt;br /&gt;
}}&lt;br /&gt;
{{Event&lt;br /&gt;
|Has subtitle=Turing field: Introduction, Hands-On&lt;br /&gt;
|Has start time=2022-07-24T15:00:00.000Z&lt;br /&gt;
|Has duration=120&lt;br /&gt;
|Has session location=Village:SHA512&lt;br /&gt;
}}&lt;br /&gt;
{{Event&lt;br /&gt;
|Has subtitle=Turing field: Introduction, Hands-On&lt;br /&gt;
|Has start time=2022-07-25T13:00:00.000Z&lt;br /&gt;
|Has duration=120&lt;br /&gt;
|Has session location=Village:SHA512&lt;br /&gt;
}}&lt;br /&gt;
THIS SESSION IS A WALK IN SESSION! Dont be afraid to be late ;)&lt;br /&gt;
&lt;br /&gt;
Ever wanted to know how to perform a live power overtake on low voltage systems? Here is your chance!!&lt;br /&gt;
&lt;br /&gt;
We provide you all the hardware:&lt;br /&gt;
* UPS&lt;br /&gt;
* Measuring tools&lt;br /&gt;
* System to overtake&lt;br /&gt;
&lt;br /&gt;
You only need to bring yourself, and learn how to move a system like a router/modem or small pc from one place to another without shutting it down!&lt;br /&gt;
&lt;br /&gt;
Warning: You'll work with real hardware, with real power. Just take it seriously. But dont be scared, we will guide you through the process&lt;br /&gt;
&lt;br /&gt;
*IMPORTANT*  : this workshop is also part of our Digital Forensics CTF, available at: nfi.mch2022.camp !! &lt;br /&gt;
(accessible from the MCH network)&lt;/div&gt;</summary>
		<author><name>Holmes</name></author>
	</entry>
	<entry>
		<id>https://wiki.mch2022.org/index.php?title=Session:Live_Power_Overtake&amp;diff=17258</id>
		<title>Session:Live Power Overtake</title>
		<link rel="alternate" type="text/html" href="https://wiki.mch2022.org/index.php?title=Session:Live_Power_Overtake&amp;diff=17258"/>
		<updated>2022-07-23T18:35:12Z</updated>

		<summary type="html">&lt;p&gt;Holmes: Created page with &amp;quot;{{Session |Has session tag=handson |Is for kids=No |Has description=Ever want to take over the power of LIVE SYSTEMS? Come to the SHA512 village at the Turing field! |Has sess...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Session&lt;br /&gt;
|Has session tag=handson&lt;br /&gt;
|Is for kids=No&lt;br /&gt;
|Has description=Ever want to take over the power of LIVE SYSTEMS? Come to the SHA512 village at the Turing field!&lt;br /&gt;
|Has session type=Hands-On&lt;br /&gt;
|Has session keywords=hardware&lt;br /&gt;
|Processed by village=Village:SHA512&lt;br /&gt;
|Is organized by=Holmes&lt;br /&gt;
|Held in language=en - English, nl - Dutch&lt;br /&gt;
|Has orga contact=holmesmch2022@gmail.com&lt;br /&gt;
}}&lt;br /&gt;
{{Event&lt;br /&gt;
|Has subtitle=Turing field: Introduction, Hands-On&lt;br /&gt;
|Has start time=2022-07-23T21:00:00.000Z&lt;br /&gt;
|Has duration=120&lt;br /&gt;
|Has session location=Village:SHA512&lt;br /&gt;
}}&lt;br /&gt;
{{Event&lt;br /&gt;
|Has subtitle=Turing field: Introduction, Hands-On&lt;br /&gt;
|Has start time=2022-07-24T13:00:00.000Z&lt;br /&gt;
|Has duration=120&lt;br /&gt;
|Has session location=Village:SHA512&lt;br /&gt;
}}&lt;br /&gt;
{{Event&lt;br /&gt;
|Has subtitle=Turing field: Introduction, Hands-On&lt;br /&gt;
|Has start time=2022-07-24T15:00:00.000Z&lt;br /&gt;
|Has duration=120&lt;br /&gt;
|Has session location=Village:SHA512&lt;br /&gt;
}}&lt;br /&gt;
{{Event&lt;br /&gt;
|Has subtitle=Turing field: Introduction, Hands-On&lt;br /&gt;
|Has start time=2022-07-25T13:00:00.000Z&lt;br /&gt;
|Has duration=120&lt;br /&gt;
|Has session location=Village:SHA512&lt;br /&gt;
}}&lt;br /&gt;
Ever wanted to know how to perform a live power overtake on low voltage systems? Here is your chance!!&lt;br /&gt;
&lt;br /&gt;
We provide you all the hardware:&lt;br /&gt;
* UPS&lt;br /&gt;
* Measuring tools&lt;br /&gt;
* System to overtake&lt;br /&gt;
&lt;br /&gt;
You only need to bring yourself, and learn how to move a system like a router/modem or small pc from one place to another without shutting it down!&lt;br /&gt;
&lt;br /&gt;
Warning: You'll work with real hardware, with real power. Just take it seriously. But dont be scared, we will guide you through the process&lt;br /&gt;
&lt;br /&gt;
** IMPORTANT ** : this workshop is also part of our Digital Forensics CTF, available at: nfi.mch2022.camp !! &lt;br /&gt;
(accessible from the MCH network)&lt;/div&gt;</summary>
		<author><name>Holmes</name></author>
	</entry>
	<entry>
		<id>https://wiki.mch2022.org/index.php?title=User:Holmes&amp;diff=17257</id>
		<title>User:Holmes</title>
		<link rel="alternate" type="text/html" href="https://wiki.mch2022.org/index.php?title=User:Holmes&amp;diff=17257"/>
		<updated>2022-07-23T18:14:27Z</updated>

		<summary type="html">&lt;p&gt;Holmes: create user page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{UserInfo&lt;br /&gt;
|NickName={{PAGENAME}}&lt;br /&gt;
|Languages=EN&lt;br /&gt;
|HackerSpace=&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Holmes</name></author>
	</entry>
</feed>