j3ssie / osmedeus

A Workflow Engine for Offensive Security
https://osmedeus.org/
MIT License
5.25k stars 873 forks source link

WARN Your module portscan doesn't exist #247

Closed Aviksaikat closed 1 year ago

Aviksaikat commented 1 year ago

image cmd:

osmedeus scan -f portscan -t aol.com
mnematolahi commented 1 year ago

It is not module, it is workflow. It seems the defined workflow is not in your path or it is empty. Check portscan.yaml. it must have following code:

name: portscan desc: Scanning for subdomain

params:

steps:

mnematolahi commented 1 year ago

And also if your scan stuck at portscan:

It will stay there because it got a sudo password prompt. Some special tools require root permission to run like nmap. Make sure you allow nmap can be run without sudo password prompt.

j3ssie commented 1 year ago

You're running the wrong command. The correct command should be osmedeus scan -m cidr-probing -t list-of-cidr.txt or osmedeus scan -f cidr -t list-of-cidr.txt