Reply
Thread Tools
Posts: 889 | Thanked: 537 times | Joined on Mar 2010 @ scotland
#11
Originally Posted by Captwheeto View Post
But why make it easy for them to get your super secret volcano hideout? (Ps. I know where it is)
no you dont! (shhhh! or i may have to kill you!)
#!/bin/bash
for ((a=0;a<3;a++))
dd if=/dev/zero of=/home/user/MyDocs
done
i'm not sure i even wanna know what that does, it looks kinky! :/
just realising how noobish i am once i start venturing back into xterm, but is bash the built in one or is that a seperate install i probably dont have?
__________________
sarcasm may be the lowest form of wit, but its the only wit i have.

its a sad day when i can't slip at least one hitchhiker reference in somewhere.
 
Captwheeto's Avatar
Posts: 302 | Thanked: 193 times | Joined on Oct 2008 @ England
#12
bookmarks are

/home/user/.bookmarks/*

history seems to be

/home/user/.browser_typed_urls

I dunno if you want contacts but they seem to be here

/home/user/.osso-abook/

and emails are

/home/user/.modest/


I'm not sure if I'm completely right, this was in a few seconds of poking around,


Bash isn't built in, you can change that to /bin/sh, sorry!

Also it just wipes all the data with 0's three times.
 

The Following User Says Thank You to Captwheeto For This Useful Post:
Posts: 889 | Thanked: 537 times | Joined on Mar 2010 @ scotland
#13
okay first attempt...

sudo gainroot
rm -r -f home/user/MyDocs/Private
rm -r -f home/user/MyDocs/.images/*
rm -r -f home/user/MyDocs/.sounds/*
rm -r -f home/user/MyDocs/.videos/*
rm -r -f home/user/MyDocs/DCIM/*
rm -r -f home/user/MyDocs/Downloads
rm -r -f home/user/.bookmarks/*
rm -r -f home/user/.cache/*
rm -r -f home/user/.fmms/*
rm -r -f home/user/.modest/cache/*
rm -r -f home/user/.modest/images/*
rm -r -f home/user/.modest/local-folders/*
rm -r -f home/user/.modest/outboxes
rm -r -f home/user/.skype/*
rm -r -f home/user/.thumbnails/*

hows that look? will it work? have i missed anything? how 'tarded is my attempt at coding?

the wiping with 0's sounds like a good idea, just in case these commies get the serious tech out to sniff the deleted data (is that even doable on flash based memory?), can it be done without bash?
__________________
sarcasm may be the lowest form of wit, but its the only wit i have.

its a sad day when i can't slip at least one hitchhiker reference in somewhere.
 
Posts: 889 | Thanked: 537 times | Joined on Mar 2010 @ scotland
#14
i've definately missed something, text and call records for one, i'll have to dig deeper....
__________________
sarcasm may be the lowest form of wit, but its the only wit i have.

its a sad day when i can't slip at least one hitchhiker reference in somewhere.
 
Posts: 235 | Thanked: 339 times | Joined on Nov 2010
#15
Nuke /home/user/.rtcom-eventlogger for those
 

The Following User Says Thank You to jstokes For This Useful Post:
Posts: 840 | Thanked: 823 times | Joined on Nov 2009
#16
I'm not sure but I think they are stored in
/home/user/.rtcom-eventlogger/el.db
/home/user/.rtcom-eventlogger/el-v1.db

or something like that.
Why don't you just encrypt your file, or do you fear brutal interrogation from the commies?
 

The Following User Says Thank You to Cue For This Useful Post:
Posts: 840 | Thanked: 823 times | Joined on Nov 2009
#17
Originally Posted by jstokes View Post
Nuke /home/user/.rtcom-eventlogger for those
beaten to the punch.
 
Posts: 889 | Thanked: 537 times | Joined on Mar 2010 @ scotland
#18
Originally Posted by Cue View Post
I'm not sure but I think they are stored in
/home/user/.rtcom-eventlogger/el.db
/home/user/.rtcom-eventlogger/el-v1.db

or something like that.
Why don't you just encrypt your file, or do you fear brutal interrogation from the commies?
interrogation is inevitable, brutality doubly so. and i dont trust encryption tbh, it can always be undone, never mind i'll fold under interrogation so quick it may not have finished encrypting by the time i tell them, deletion is quick and easy, like the cyanide pill!
__________________
sarcasm may be the lowest form of wit, but its the only wit i have.

its a sad day when i can't slip at least one hitchhiker reference in somewhere.
 
Posts: 889 | Thanked: 537 times | Joined on Mar 2010 @ scotland
#19
i've added event logger and also memory card, and appended a / to the front of all the directories (thats right isn't it? damn i'm so noob i'm ready to slap myself!)

so draft 2 looks like:

Code:
sudo gainroot
rm -r -f /home/user/MyDocs/Private 
rm -r -f /home/user/MyDocs/.images/*
rm -r -f /home/user/MyDocs/.sounds/*
rm -r -f /home/user/MyDocs/.videos/*
rm -r -f /home/user/MyDocs/DCIM/*
rm -r -f /home/user/MyDocs/Downloads
rm -r -f /home/user/.bookmarks/*
rm -r -f /home/user/.cache/*
rm -r -f /home/user/.fmms/*
rm -r -f /home/user/.modest/cache/*
rm -r -f /home/user/.modest/images/*
rm -r -f /home/user/.modest/local-folders/*
rm -r -f /home/user/.modest/outboxes/*
rm -r -f /home/user/.skype/*
rm -r -f /home/user/.thumbnails/*
rm -r -f /home/user/.rtcom-eventlogger/*
rm -r -f /media/mmc1/*
yes? no? maybe? and if there is an empty/missing directory for any reason, such as missing mmc, will it ignore and carry on or halt with an error?

sorry for so many questions guys ur all being so helpful!
__________________
sarcasm may be the lowest form of wit, but its the only wit i have.

its a sad day when i can't slip at least one hitchhiker reference in somewhere.

Last edited by festivalnut; 2011-02-08 at 17:52.
 
Posts: 8 | Thanked: 6 times | Joined on May 2010
#20
Add autocomplete dictionaries to your list
/home/user/.osso/dictionaries/
 

The Following User Says Thank You to panta For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 21:21.