Skip to content

Failures to run DomainFuzz #1

@natam3nd0za

Description

@natam3nd0za

Hello monkey m4ster, I am having problems executing the project, it generates errors within the packages, I managed to change the call paths such as ssdeep and so on, but now it generates an error in:

import assert from 'xxxxxxx / assert-plus / assert. js';
^^^^^^
SyntaxError: Cannot use import statement outside a module

And it does not allow me to advance from, I remain pending.

import assert from '/xxxxxxxxxxxx/DomainFuzz/node_modules/assert-plus/assert.js';
^^^^^^

SyntaxError: Cannot use import statement outside a module
at Module._compile (internal/modules/cjs/loader.js:895:18)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10)
at Module.load (internal/modules/cjs/loader.js:815:32)
at Function.Module._load (internal/modules/cjs/loader.js:727:14)
at Module.require (internal/modules/cjs/loader.js:852:19)
at require (internal/modules/cjs/helpers.js:74:18)
at Object. (/home/csi/Vigilancia-Digital/DomainFuzz/lib/utils.js:3:11)
at Module._compile (internal/modules/cjs/loader.js:959:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10)
at Module.load (internal/modules/cjs/loader.js:815:32)
at Function.Module._load (internal/modules/cjs/loader.js:727:14)
at Module.require (internal/modules/cjs/loader.js:852:19)
at require (internal/modules/cjs/helpers.js:74:18)
at Object. (/home/csi/Vigilancia-Digital/DomainFuzz/cli1.js:11:79)
at Module._compile (internal/modules/cjs/loader.js:959:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions