1,130 reputation
112
bio website
location Madrid, Spain
age 31
visits member for 1 year, 9 months
seen Apr 26 at 11:16
stats profile views 98

Software engineering at ZK Technology Europe.

Interested in almost every aspect of computing but specially loves low-level and security related topics.


Nov
21
awarded  Popular Question
Nov
12
awarded  Popular Question
Nov
5
comment Oneliner for multiline regex s/,\n]/]/g?
I learned it in the meantime, but thanks anyway :)
Oct
10
answered What do Windows 7 encrypted files look like?
Aug
17
awarded  Yearling
Jul
14
comment Finding a TrueCrypt volume on a lost partition
Again, no: How would you even know where the partition starts? And again: the empty space in other partition will also look like random, so how do you know if that part is from the TC volume? So no way to recover that. It's also one of TC features btw.
Jul
6
comment Finding a TrueCrypt volume on a lost partition
@minya: see the comment on my answer.
Jul
6
comment Finding a TrueCrypt volume on a lost partition
Nope because fist, depending on the filesystem, the data could be dispersed on the disk (non-contiguous),and second sectors never written or that contain old parts of deleted files are actually random.
Jul
6
comment Finding a TrueCrypt volume on a lost partition
If he knew the partitioning that would mean he could regenerate the MBR on the same hard disk, no need for all that process. Also TCHunt is no use in this case. It only works for files, not for partitions. As I said, there's no way to distinguish random data from TC partitions. Read their FAQ.
Jul
6
answered Finding a TrueCrypt volume on a lost partition
Jul
4
asked Ubuntu 12.04 doesn't detect hard disk partitions
Jun
21
comment What scripting languages are useful in Windows?
+1 for recommending Perl.
Jun
21
comment What scripting languages are useful in Windows?
+1 for mentioning Perl
Jun
21
comment Perl EPIC Not recognising installed CPAN modules
I'm having this same problem but I don't have a .includepath file on the root of my Perl project. Also I ignore where cpan installs modules so to add the path...
May
13
comment Installing VirtualBox on BackTrack 5
You mean my kernel source is missing files? Weird, it was installed from the repository. Will try.
May
13
asked Installing VirtualBox on BackTrack 5
Mar
13
comment Send a file from Windows to Unix as a nightly schedule
The SVN server would be on the UNIX server, there you can specify any directory you want it to keep the files in. On the SVN client side, you just do a SVN commit on that SVN repository and all changes (and only the changes) are updated to the server, which make upload faster and with less bandwith consumption (and with optional comments as well). It's just one line using SVN command line client, which can be programmed as a Windows task to do the commit anytime you want automatically.
Mar
12
answered Send a file from Windows to Unix as a nightly schedule
Mar
5
comment Why must a computer have a BIOS?
I'm not telling the opposite. I'm just telling that there are times where BIOS forms part of the OS. For example a 2 chain secure boot.
Mar
1
comment Why can't Wireshark read packets from ping?
It's not. Wireshark sniffs ICMP. You're doing something wrong, but we cannot guess if you give no details.