1
Hacking and Security / Re: How does firefox store history?
« on: May 24, 2014, 05:50:22 AM »
just delete the sql light file this reminds me of a script i made
Code: [Select]
#!/bin/bash
echo "welcome please enter your password: "
read password
if [[ $password == "fuck" ]]; then
{
cp /lol/files/places.sqlite ~/.mozilla/firefox/gkla9oqj.default/
echo "master your history is back" |espeak
}
elif [ $password == "pussy" ]; then
{
echo "master history has been removed good day my master" |espeak
cp ~/.mozilla/firefox/gkla9oqj.default/places.sqlite /lol/files/
rm ~/.mozilla/firefox/gkla9oqj.default/places.sqlite
}
else
{
clear
echo "Fail attemp[+]" > /lol/files/loginattemplogs
date +"%c" >> /lol/files/loginattemplogs
echo " end of that log[-]" >> /lol/files/loginattemplogs
echo "master knows you are on his computer now get the fuck off it" |espeak
clear
}
fi