Search Results

Search: Posts Made By: freeroute
2,109
Posted By freeroute
I have a little problem with the above join...
I have a little problem with the above join command:

If a hash contain semicolon ":", than the output will be wrong.

file1.txt format: hash:salt:ID...
2,109
Posted By freeroute
Tried. Not the same output. Thanks for the...
Tried. Not the same output. Thanks for the support.
Forum: Cybersecurity 08-04-2017
6,096
Posted By freeroute
Wordpress and Joomla hash and salt
I would like to know where the hash and salt are in Wordpress and Joomla hashes?

For example: In this wordpress hash P$BTBCNLQpY5CWWQ6XC4WJ6IPJQ877s3 where the salt is?

In this Joomla hash...
2,109
Posted By freeroute
Thank you for your help. Working. Every...
Thank you for your help. Working.
Every solution you said works (awk and join).
2,109
Posted By freeroute
Okay. Thanks for your help. I try with no...
Okay. Thanks for your help. I try with no success:mad:. I have to read man pages of join and awk again...

Edit: I tried with file1.txt, file2.txt. It works, but with the original big...
2,109
Posted By freeroute
With the sample input files you provided, why is...
With the sample input files you provided, why is there only one line of output?Sorry, I forget to post other matching output lines.

Thanks. I tried, here is the bash error message:
awk -F: 'NR ==...
2,109
Posted By freeroute
I use Debian GNU Linux, and bash shell. I...
I use Debian GNU Linux, and bash shell.

I tried this command join <(sort -t":" -k 1 file1.txt) <(sort -t":" -k 2 file2.txt) > file3.txtFor your question:
1.) there should be match. (if not,...
2,109
Posted By freeroute
Add new column from another file
Hi,

I have 2 files.

file1 contains by lines: hash:salt:id
file2 contains by lines: username:hash:salt

I would like to add a new coloumn (id) form file1 to file2.

The new file should...
2,319
Posted By freeroute
How to reverse the b64 format(encoded b64(b64(md5($pass)))) into md5 hash format?
I have about 1500 rows (encoded b64(b64(md5($pass))) algorythm) in a file.

I would like reverse the b64 into md5 hash format.
How could I do that from command line? So I need only the correct...
820
Posted By freeroute
Thanks. It is working I will open another...
Thanks. It is working
I will open another thread. But if you know the question it would be helpful.
I would like to convert this format (base64 decoded md5)
4G5qc2WQzGES6QkWAUgl5w==...
820
Posted By freeroute
It was a mispelling. sorry ---------- Post...
It was a mispelling. sorry

---------- Post updated at 09:50 PM ---------- Previous update was at 09:48 PM ----------

I only wants these format:
CdxNztuyi3rsKN8bFL6ZGg==...
820
Posted By freeroute
Rearrange a file (2000 base64 strings in 1 row into 1 string by rows)
I have 1 row which contains abouts 20000 base64 string.
e.g:
/p4bdllBS8qcvW/69GUYej8nEv6gwt7UAYl0g==WZdjwTUQX9UEKsT/zWaZdQ==uI would like rearrange this file by base64 strings. So the output...
1,309
Posted By freeroute
Thanks for your help. It works...
Thanks for your help. It works...
1,309
Posted By freeroute
Thanks, but I got this error for your command: ...
Thanks, but I got this error for your command:
root@SAMSUNG:~# sed "s/\\\\'/!=!/g; s/'//g; s/!=!/\\\\'/g" Downloads/file
bash: !/g: event not found


Please use CODE tags as required by forum...
1,309
Posted By freeroute
Remove scpecial character from a file
I would like to delete a particular character (') in file.

I tried this command, but didn't work:
sed 's/'//g' file

My file contains these rows:...
Showing results 1 to 15 of 15

 
All times are GMT -4. The time now is 09:44 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy