shenril / Sitadel

Web Application Security Scanner
GNU General Public License v3.0
547 stars 109 forks source link

How setting to save logger sitadel.log #45

Open nicejava opened 3 years ago

nicejava commented 3 years ago

image

How to save log file ? Now when finised scan sitadel.log file size = 0 kb Thank you ..

shenril commented 3 years ago

Hello ,

This should actually be automatic, the handler is set to write in console and in file in the same way.

Are you using the docker version ?

nicejava commented 3 years ago

Thank you fo back Now i call sitadel.py use command like this

python3 sitadel -r 1 http://website.com -a ['vulns', 'injection', 'bruteforce']

When finished scan sitadel.log have size 0 kb

On Wed, Apr 14, 2021 at 12:27 PM Shenril @.***> wrote:

Hello ,

This should actually be automatic, the handler is set to write in console and in file in the same way.

Are you using the docker version ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/shenril/Sitadel/issues/45#issuecomment-819237846, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTSQMIG7QCJ5D4DMORXNXTTIURT7ANCNFSM424UBHPQ .

nicejava commented 3 years ago

How to run with docker version ?

shenril commented 3 years ago

For the docker version , it s written in README.

I'm trying to reproduce the problem but at this point couldn't find the issue

shenril commented 3 years ago

I deleted sitadel.log and run the command

python3 sitadel.py -r 1 http://website.com -a vulns

works fine so far , sitadel.log is created and not empty

do you have the proper rights on the folder and file ?

nicejava commented 3 years ago

I use windows 10 i try run this command on dos python sitadel.py -r 2 http://www.website.com -a vulns sitadel.log not created.

On Fri, Apr 16, 2021 at 3:40 PM Shenril @.***> wrote:

I deleted sitadel.log and run the command

python3 sitadel.py -r 1 http://website.com -a vulns

works fine so far , sitadel.log is created and not empty

do you have the proper rights on the folder and file ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/shenril/Sitadel/issues/45#issuecomment-821019664, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTSQMOX645GCXJXK5F5IVDTI7ZX7ANCNFSM424UBHPQ .