Skip to content

Instantly share code, notes, and snippets.

@Ademking
Last active March 17, 2025 13:15
Show Gist options
  • Save Ademking/fbc6977b555d930224b291bb26e44f2e to your computer and use it in GitHub Desktop.
Save Ademking/fbc6977b555d930224b291bb26e44f2e to your computer and use it in GitHub Desktop.
How to install acunetix (linux)
@prospernick
Copy link

prospernick commented Dec 25, 2024

adding the csv import was different, but I did manage to get it to work

lets say I have 5 domains, they are called domain1.com, domain2.com....the file for the correct CSV format has to be as follows
ADDRESS + DESCRIPTION(OPTIONAL)

If you add a single target, you enter the address and you have a box for an optional description. So the same format has to apply.

The CSV file has to look as follows:

domain1.com,
domain2.com, Wordpress
domain3.com,
domain4.com,
domain5.com,

The above example shows the dmain name, with a comma AND a space.
The space is important even if you dont input a description
I provided a example description of Wordpress for domain2.com

Notice NO SPACE OR COMMA is needed after the description tag because no other values are being defined

if you have 50 domains, place a single line per domain, (50 lines) a comma, a space and either a description or nothing.
Save. Import and scan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment