Skip to content
Snippets Groups Projects
Commit 9d3f5c67 authored by Vincent Mazenod's avatar Vincent Mazenod
Browse files

update 2024

parent bf6c3efe
No related branches found
No related tags found
No related merge requests found
Pipeline #14431 passed
...@@ -78,6 +78,18 @@ Tags: cours ...@@ -78,6 +78,18 @@ Tags: cours
HTTP HTTP
</a> </a>
</li> </li>
<li>
<a href="slides/1337/browser.html"
class="customizable">
Browser
</a>
</li>
<li>
<a href="slides/1337/js.html"
class="customizable">
Javascript
</a>
</li>
<li> <li>
<a href="slides/privacy/tls.html#/0/52" <a href="slides/privacy/tls.html#/0/52"
class="customizable"> class="customizable">
...@@ -92,18 +104,6 @@ Tags: cours ...@@ -92,18 +104,6 @@ Tags: cours
</li> </li>
</ul> </ul>
</li> </li>
<li>
<a href="slides/1337/browser.html"
class="customizable">
Browser
</a>
</li>
<li>
<a href="slides/1337/js.html"
class="customizable">
Javascript
</a>
</li>
<!-- li> <!-- li>
<a href="slides/privacy/tracking.html" <a href="slides/privacy/tracking.html"
class="customizable"> class="customizable">
......
echo off
color 0a
title Hacking System...
echo Accessing mainframe...
ping localhost -n 2 >nul
echo Mainframe accessed.
ping localhost -n 2 >nul
echo Decrypting firewall...
ping localhost -n 2 >nul
echo Firewall decrypted.
ping localhost -n 2 >nul
echo Initiating backdoor entry...
ping localhost -n 2 >nul
echo Backdoor entry successful.
ping localhost -n 2 >nul
echo Downloading Trojan...
ping localhost -n 2 >nul
echo Trojan downloaded successfully.
ping localhost -n 2 >nul
echo Sending data to hacker's server...
ping localhost -n 2 >nul
echo Data sent successfully.
ping localhost -n 2 >nul
echo Initiating system shutdown...
ping localhost -n 2 >nul
shutdown -s -t 30 -c "System hacked! Initiating self-destruct sequence..."
\ No newline at end of file
echo -e "\033[0;32m ...downloading DVWA app \033[0m"
echo -ne '##### (33%)\r'
sleep 1
echo -ne '############# (66%)\r'
sleep 1
echo -ne '####################### (100%)\r'
echo -ne '\n'
echo -e "\033[0;32m ...configure DVWA app \033[0m"
echo -ne '##### (33%)\r'
sleep 1
echo -ne '############# (66%)\r'
sleep 1
echo -ne '####################### (100%)\r'
echo -ne '\n'
echo -e "\033[0;32m ...collecting your personal data \033[0m"
echo -ne '##### (33%)\r'
sleep 1
echo -ne '############# (66%)\r'
sleep 1
echo -ne '####################### (100%)\r'
echo -ne '\n'
echo -e "\033[0;31m System hacked! Initiating self-destruct sequence... thanks for comming M4Z3->\033[0m"
# https://perso.limos.fr/mazenod/slides/1337/md/install.sh
# https://github.com/digininja/DVWA?tab=readme-ov-file#linux-packages
# openssl req -new -newkey rsa:4096 -x509 -sha256 -days 365 -nodes -out MyCertificate.crt -keyout MyKey.key
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment