Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failures to run DomainFuzz #1

Open
natam3nd0za opened this issue Jun 19, 2020 · 0 comments
Open

Failures to run DomainFuzz #1

natam3nd0za opened this issue Jun 19, 2020 · 0 comments

Comments

@natam3nd0za
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant