You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I currently have recon-ng deployed on a remote server in docker and to import I need to do:
Upload file to server
modules load import/list
Configure the module
run
It would be nice if we could use the API to import data to make this process easier.
I think the easiest way to implement this currently would be to add an import endpoint that uploads a file, configures the import/list or import/csv module and then runs it as a background task. But maybe another way of implementing is better?
The text was updated successfully, but these errors were encountered:
I currently have recon-ng deployed on a remote server in docker and to import I need to do:
It would be nice if we could use the API to import data to make this process easier.
I think the easiest way to implement this currently would be to add an import endpoint that uploads a file, configures the import/list or import/csv module and then runs it as a background task. But maybe another way of implementing is better?
The text was updated successfully, but these errors were encountered: