Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 502 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 502 Bytes

Acunetix CSV Maker

This repository contains a Python script that converts a text file of addresses into a CSV file with two columns: "Address" and "Description". The "Address" column contains the addresses from the input file, and the "Description" column is left empty.

Dependencies

The script requires Python 3 to be installed. No additional dependencies are required.

Usage

To use the script, run it from the command line like this:

python3 acunetix-csv-maker.py <input file>