Skip to content

A tool to convert a CSV file into a wordlist, a format very useful for brute force application

Notifications You must be signed in to change notification settings

GedorN/csv_to_wordlist_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

CSV to wordlist parser

Parse a csv file to wordlist with '\n' as line break

Developed in python 3. Not tested in previous python versions.

Usage:

python3 index.py --f [file_to_be_parsed.csv] --c [column_to_be_parsed_1], [column_to_be_parsed_2],[...] 

Params:

--f, --file    File name of csv to be parsed. Ex: names.csv

--c, --columns    Column names to be used in wordlist

The option --non-verbose was avaliable to supress the outputs in console.

A file called output.txt will be created with de wordlist at end of proccess.

About

A tool to convert a CSV file into a wordlist, a format very useful for brute force application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages