November 2009
3 posts
5 tags
[wii] wbfs management
Xmas and a lot of gifts “duty” are coming… My son wish for Xmas is a Wii. As I prefer him not to switch Optical media, i browse the web for infos about the scene. Yes, even if the DVD media backups copies can work with some loaders, I prefer to prevent alteration, then reburn (slow burning is required for Wii, I use 1x speed)… And avoiding optical medias will save :...
Nov 30th
3 notes
3 tags
about history command
history is a usefull command for many purposes like “recall a command”, investigation… This memo is about ‘history tips’ i find useful : add date and time : export HISTTIMEFORMAT=”%F %T “ (or any strftime format, I prefer : %Y%m%d %F) hide some commands, this may be usefull if you wanna type passwords (like FTP, mysql…) : ...
Nov 16th
4 tags
ettercap mitm gateway attack
Long time i didn’t sniff with ettercap, so i typed here an example command : ettercap -T -m myVictim.log -M arp:remote /172.20.1.1/ /172.20.1.10/ # -T switch tells ettercap to use Text user interface # -m selects and simple log file (output in the gui interface, not the ECI version) # -M selects Man-in-the-middle attack # arp:remote are option for MITM method # 172.20.1.10 is the...
Nov 10th