Jump to content

Welcome to NulledBlog
Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, post status updates, manage your profile and so much more. If you already have an account, login here - otherwise create an account for free today!
Photo

Python Hashfixer (Creates bash script) ~ Organize your Databases

Python Script Organize hash database organize

  • Please log in to reply
2 replies to this topic

#1
Heksur

  • Offline
  • Addicted

  • Posts:
    177
    Reputation:
    8
    Joined:
    26 Oct, 2015

Hello everyone,

 

I basically just started learning Python and made this script to make things easier for me when looking at hashes.

This script uses user-input to create a bash script with awk code written inside to split up files.

 

For example, you have a file with these contents:

user:mail:hash:salt:pass

You would like these organized and thus readable without the data you do not currently need.

 

The script it creates, will make an output .txt file with the name of your choosing with for example these contents:

user         pass

Note: I do know that this is very simple and perhaps useless to some, but it speeds up my overall process of reading hashes. Also, it was made for people that do not have knowledge of the awk command-line.

 

Hidden Content
You'll be able to see the hidden content once you reply to this topic.

 

~Heksur~


  • 0

Here are some motivational quotes:

c74036a43ba045aaa531c6868d1de521.png

 

7qOTtSa.png

 

b37366840c5f442c978c9b8340882d5b.png


#2
nonucena22

  • Offline
  • New Member

  • Posts:
    19
    Reputation:
    -1
    Joined:
    27 Mar, 2016

nice, thanks


  • 0

#3
staysteeze

  • Offline
  • Member

  • Posts:
    43
    Reputation:
    1
    Joined:
    12 Jul, 2015

ty


  • 0

#4
xxxstfuxxx

  • Offline
  • Member

  • Posts:
    43
    Reputation:
    1
    Joined:
    12 Jan, 2016

Hello everyone,

 

I basically just started learning Python and made this script to make things easier for me when looking at hashes.

This script uses user-input to create a bash script with awk code written inside to split up files.

 

For example, you have a file with these contents:

user:mail:hash:salt:pass

You would like these organized and thus readable without the data you do not currently need.

 

The script it creates, will make an output .txt file with the name of your choosing with for example these contents:

user         pass

Note: I do know that this is very simple and perhaps useless to some, but it speeds up my overall process of reading hashes. Also, it was made for people that do not have knowledge of the awk command-line.

 

 

 

~Heksur~

thanks mate :)


  • 0


0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users