Skip to content

TruncatingDatabreach V2.0 now written in vlang and faster than ever before

Notifications You must be signed in to change notification settings

lurto/TruncatingDataBreach_V2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

TruncatingDataBreach V2

The New Version written in vlang

Truncate a data breach into two files.

1 000 000 lines in 2-3 seconds (i5-6500)

12 000 00 lines in 35 seconds (i5-6500)

This can then be used as two wordlists for a brute-force attack

Usage

manual

	-h for help
	-f for input file
	-p for password output file
	-u for user output file
	-s "" for the separator

	example :
	TruncatingDatabreach -f input.txt -p pass.txt -u user.txt -s ":;" 

Input example (this will be put into two files) :

[email protected]:;Pa$$w0rd
[email protected]:;Pass
man@hotmail:;123456789
[email protected]:;rockyou
[email protected]:;Pa$$w0rd
[email protected]:;Pass
man@hotmail:;123456789
[email protected]:;rockyou
[email protected]:;Pa$$w0rd
[email protected]:;Pass
man@hotmail:;123456789
[email protected]:;rockyou
[email protected]:;Pa$$w0rd
[email protected]:;Pass
man@hotmail:;123456789
[email protected]:;rockyou
[email protected]:;Pa$$w0rd
[email protected]:;Pass
man@hotmail:;123456789
[email protected]:;rockyou
[email protected]:;Pa$$w0rd
[email protected]:;Pass
man@hotmail:;123456789
[email protected]:;rockyou
[email protected]:;Pa$$w0rd
[email protected]:;Pass
man@hotmail:;123456789
[email protected]:;rockyou
[email protected]:;Pa$$w0rd
[email protected]:;Pass
man@hotmail:;123456789

How it works

  • Written in vlang
  • Define your input file, your two output files and the seperator with the parameters
  • That's all.

To Do

  • Multi-threading the file write (functional but slower than original)

Author

About

TruncatingDatabreach V2.0 now written in vlang and faster than ever before

Resources

Stars

Watchers

Forks

Languages