Search found 6203 matches

by scott
Fri Sep 08, 2017 11:37 am
Forum: PHP Help and Discussion
Topic: Panda updates?
Replies: 3
Views: 15280

Re: Panda updates?

Sure thing, a few went out on tuesday I think. Nginx with libmodsecurity is the big one coming up (adds libmodsecurity 3.0), soon as that is out of the way we'll be going through php again.
by scott
Tue Sep 05, 2017 12:06 pm
Forum: OpenVAS
Topic: Openvas 9 Released
Replies: 24
Views: 77935

Re: Openvas 9 Released

Thanks for the follow up, its really helpful to have the outside confirmation here!
by scott
Tue Sep 05, 2017 12:04 pm
Forum: OpenVAS
Topic: OpenVAS for Postgresql
Replies: 8
Views: 16919

Re: OpenVAS for Postgresql

yeah its spectacularly difficult to put together. So far the connector itself almost never works. Still in progress though, we'll beat it eventually
by scott
Mon Aug 21, 2017 5:46 pm
Forum: OSSEC
Topic: OSSEC 2.9.2 Released!
Replies: 5
Views: 10653

Re: OSSEC 2.9.2 Released!

Thanks for the report, we should have an update out for this one soon!
by scott
Mon Aug 21, 2017 5:45 pm
Forum: OSSEC
Topic: issues in ossec-hids-server ubuntu package
Replies: 2
Views: 6909

Re: issues in ossec-hids-server ubuntu package

Thanks for the report! We should have an update out soon
by scott
Mon Aug 21, 2017 5:43 pm
Forum: OpenVAS
Topic: Severity not updating in Hosts tab.
Replies: 1
Views: 9102

Re: Severity not updating in Hosts tab.

its probably related to the sqlite 3.8 requirement in 7.0.2. Theres an update for this in the repo now
by scott
Mon Aug 21, 2017 5:39 pm
Forum: OpenVAS
Topic: Openvas 9 Released
Replies: 24
Views: 77935

Re: Openvas 9 Released

atomic-sqlite SCL packages have been added to the repo to handle the newer sqlite requirements. @JE-atomicorpID Also if you have an update to openvas-setup (please note, there is a newer version out today) send us a patch or the whole file if that works for you. Im not exactly clear on what needs to...
by scott
Mon Aug 21, 2017 5:35 pm
Forum: OpenVAS
Topic: Disable Windows logon scans in Openvas 9
Replies: 1
Views: 8789

Re: Disable Windows logon scans in Openvas 9

Are you talking about the local checks, or are these checks that attempt to log into the system from the network side?
by scott
Mon Aug 21, 2017 5:34 pm
Forum: OpenVAS
Topic: OV9 - CentOS7 - Tasks not starting
Replies: 6
Views: 14579

Re: OV9 - CentOS7 - Tasks not starting

Update should be available now, that brings in a new SCL dependency package: atomic-sqlite-sqlite, this is a parallel install of sqlite that ends up under /opt/atomic/atomic-sqlite/, so it does not overlap with the system installed sqlite package. Its probably overkill to do it like this, but it doe...
by scott
Wed Aug 09, 2017 7:21 pm
Forum: OSSEC
Topic: OSSEC 2.9.2 Released!
Replies: 5
Views: 10653

OSSEC 2.9.2 Released!

https://github.com/ossec/ossec-hids/releases/tag/2.9.2 Changelog Release Maintainers Dan Parriott Scott R. Shinn (Atomicorp, Inc.) Whats New New Rules / Decoders (Leo Feyer) OpenBDS decoder Exim decoder Dovecot Rules Exim Rules Chrome remote Desktop Rules (Kevin Branch) Netscreen Firewall Rules Open...
by scott
Tue Aug 08, 2017 8:10 am
Forum: OpenVAS
Topic: Openvas 9 Released
Replies: 24
Views: 77935

Re: Openvas 9 Released

THe default is to look for it at /tmp/redis.sock (this is configurable inside openvas too), anything that might keep that from working could be the culprit. Like selinux, permissions, etc
by scott
Tue Aug 08, 2017 8:08 am
Forum: OpenVAS
Topic: OpenVAS 9 - Processes Hanging?
Replies: 5
Views: 13655

Re: OpenVAS 9 - Processes Hanging?

About the closest thing Ive seen to this are on dirb scans not finishing up. About all I can think about doing here is changing the NVT profiles around and running openvassd in debug mode so it logs each one that is running. Assuming this is an NVT issue in the first place. I have run really huge sc...
by scott
Wed Jul 26, 2017 4:45 pm
Forum: OpenVAS
Topic: TCP Socket instead of Unix socket
Replies: 2
Views: 6076

Re: TCP Socket instead of Unix socket

Yeah you also need to specify the -a flag which tells it what IP to listen on:

Code: Select all

openvasmd -p 12345 -a 192.168.0.91
by scott
Wed Jul 26, 2017 4:43 pm
Forum: OpenVAS
Topic: OpenVAS 9 - Processes Hanging?
Replies: 5
Views: 13655

Re: OpenVAS 9 - Processes Hanging?

How big of scan are you trying here?
by scott
Wed Jul 26, 2017 4:40 pm
Forum: OpenVAS
Topic: Openvas 9 Released
Replies: 24
Views: 77935

Re: Openvas 9 Released

is redis running and listening on the right socket?