j3ssie / osmedeus

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

Multi-target Workspace Names are scattered, but they are actually one organization #231

Closed zhihuba closed 2 years ago

zhihuba commented 2 years ago

Multi-target Workspace Names are scattered, but they are actually one organization

Suppose there is a file to be scanned whose content is(from ssl certificate)

image

j3ssie commented 2 years ago

First of all, this is the intended output. Each line in your -T input-file.txt will store in a folder like that. If you really want all of your output stored in 1 folder then use osmedeus scan -f cidr -T tag.txt -W /tmp/my-custom-workspaces/

j3ssie commented 2 years ago

First of all, this is the intended output. Each line in your -T input-file.txt will store in a folder like that. If you really want all of your output stored in 1 folder then use osmedeus scan -f cidr -T tag.txt -W /tmp/my-custom-workspaces/

BitThr3at commented 6 months ago

is i am doing something wrong here? it is not creating custom workspace Command used - osmedeus scan -f test -T targets.txt -W /root/CAS/

image