Lucene search
+L

4596 matches found

Qualys Blog
Qualys Blog
added 2018/10/11 5:57 p.m.53 views

Qualys Broadens Security Offerings for Azure

Qualys is expanding its security and compliance capabilities for Microsoft Azure, by adding protection for the on-premises Azure Stack and extending capabilities for public cloud deployments. By using Qualys’ platform to defend hybrid IT environments, organizations get a unified view of their...

0.1AI score
SaveExploits0
Kitploit
Kitploit
added 2018/10/08 1:3 p.m.2699 views

ANDRAX - The First And Unique Penetration Testing Platform For Android Smartphones

ANDRAX The first and unique Penetration Testing platform for Android smartphones What is ANDRAX ANDRAX is a penetration testing platform developed specifically for Android smartphones, ANDRAX has the ability to run natively on Android so it behaves like a common Linux distribution, But more...

7.1AI score
SaveExploits0
Kitploit
Kitploit
added 2018/10/03 9:19 p.m.94 views

XenoScan - Open Source Memory Scanner Written In C++

XenoScan is a memory scanner which can be used to scan the memory of processes to locate the specific locations of important values. These types of tools are typically used when hacking video games, as they allow one to locate the values representing the game's state in memory. XenoScan is writte...

7.3AI score
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2018/10/03 12:0 a.m.318 views

TLS 1.0 Weak Protocol

The remote server offers deprecated TLS 1.0 protocol which can lead to weaknesses. No source data...

7.4AI score
SaveExploits0References4
Microsoft Secure
Microsoft Secure
added 2018/09/27 4:0 p.m.93 views

Out of sight but not invisible: Defeating fileless malware with behavior monitoring, AMSI, and next-gen AV

Consider this scenario: Two never-before-seen, heavily obfuscated scripts manage to slip past file-based detection and dynamically load an info-stealing payload into memory. The scripts are part of a social engineering campaign that tricks potential victims into running the scripts, which use the...

7.2AI score
SaveExploits0
HackRead
HackRead
added 2018/09/22 3:41 p.m.84 views

Hacker gets 14 years jail time for operating Scan4You malware scanning service

By Waqas Scan4You was a VirusTotal like platform used for malicious purposes. A 37-year old male from Riga, Latvia has received 14 years sentence for creating and running Scan4You, a counter antivirus service that aided malware developers to check detection rates of their malicious software. The...

2.9AI score
SaveExploits0
The Hacker News
The Hacker News
added 2018/09/22 12:5 p.m.153 views

Operator of VirusTotal Like Malware-Scanning Service Jailed for 14 Years

A Latvian hacker behind the development and operation of counter antivirus service "Scan4You" has finally been sentenced to 14 years in prison. 37-year-old Ruslans Bondars, described as a Latvian "non-citizen" or "citizen of the former USSR who had been residing in Riga, Latvia," was found guilty...

0.4AI score
SaveExploits0
OpenVAS
OpenVAS
added 2018/09/19 12:0 a.m.14 views

Microsoft Windows Defender AV: Configure local setting override for scanning all downloaded files and attachments

This test checks the setting for policy OpenVAS Vulnerability Test $Id: winavoverrideioavprotection.nasl 11495 2018-09-20 10:06:25Z emoss $ Check value for Configure local setting override for scanning all downloaded files and attachments Authors: Emanuel Moss Copyright: Copyright c 2018 Greenbon...

7.3AI score
SaveExploits0
OpenVAS
OpenVAS
added 2018/09/19 12:0 a.m.12 views

Microsoft Windows Defender AV: Process Exclusions

This test checks the setting for policy OpenVAS Vulnerability Test $Id: winavprocessexclusions.nasl 11495 2018-09-20 10:06:25Z emoss $ Check value for Process Exclusions Authors: Emanuel Moss Copyright: Copyright c 2018 Greenbone Networks GmbH, http://www.greenbone.net This program is free...

7.3AI score
SaveExploits0
OpenVAS
OpenVAS
added 2018/09/19 12:0 a.m.24 views

Microsoft Windows Defender AV: Path Exclusions

This test checks the setting for policy OpenVAS Vulnerability Test $Id: winavpathexclusions.nasl 11495 2018-09-20 10:06:25Z emoss $ Check value for Path Exclusions Authors: Emanuel Moss Copyright: Copyright c 2018 Greenbone Networks GmbH, http://www.greenbone.net This program is free software; yo...

7.3AI score
SaveExploits0
OpenVAS
OpenVAS
added 2018/09/19 12:0 a.m.12 views

Microsoft Windows Defender AV: Turn on process scanning whenever real-time protection is enabled

This test checks the setting for policy OpenVAS Vulnerability Test $Id: winavprocessscanningrealtimeprotection.nasl 11495 2018-09-20 10:06:25Z emoss $ Check value for Turn on process scanning whenever real-time protection is enabled Authors: Emanuel Moss Copyright: Copyright c 2018 Greenbone...

7.3AI score
SaveExploits0
Check Point Advisories
Check Point Advisories
added 2018/09/17 12:0 a.m.4 views

Webmeup BLEXBot Web Indexing Tool

BLEXBot scanning tool is designed to gather information from servers. Such scans might indicate an attempt to disclose sensitive information. Remote attackers can use those security scanners to detect vulnerabilities on a target server...

2.4AI score
SaveExploits0
Kitploit
Kitploit
added 2018/09/14 9:59 p.m.96 views

SVScanner - Scanner Vulnerability And Massive Exploit

Is a tool for scanning and massive exploits. Our tools target several open source cms. Getting Started with Linux 1. git clone https://github.com/radenvodka/SVScanner.git 2. cd SVScanner 3. php svscanner.php Getting Started with Windows 1. Download Xampp PHP7 2. Download SVScanner :...

7.3AI score
SaveExploits0References2
Qualys Blog
Qualys Blog
added 2018/09/12 7:44 p.m.62 views

Qualys Helps Consultants, MSPs Deliver World-Class Security Services To Mid-Size Customers

With the newly available Qualys Consulting Edition, consultants and MSPs can now individually manage their mid-market client networks, keeping data separate and organized. This lets them offer their clients tailored, personalized services, with valuable insights and recommendations for threat...

0.6AI score
SaveExploits0
Microsoft Secure
Microsoft Secure
added 2018/09/12 4:2 p.m.120 views

Office VBA + AMSI: Parting the veil on malicious macros

As part of our continued efforts to tackle entire classes of threats, Office 365 client applications now integrate with Antimalware Scan Interface AMSI, enabling antivirus and other security solutions to scan macros and other scripts at runtime to check for malicious behavior. Macro-based threats...

SaveExploits0
Information Security Automation
Information Security Automation
added 2018/09/08 7:26 p.m.66 views

Making Expect scripts for SSH Authentication and Privilege Elevation

Expect can help you to automate interactive console applications. For example, expect script can go to some Linux host via SSH with password authentication, make additional authentication procedures su, sudo to elevate privileges and execute some commands. Like Vulnerability and Compliance...

0.1AI score
SaveExploits0
n0where
n0where
added 2018/09/05 4:19 p.m.25 views

CLI for Ephemeral Penetration Testing: hideNsneak

This application assists in managing attack infrastructure for penetration testers by providing an interface to rapidly deploy, manage, and take down various cloud services. These include VMs, domain fronting, Cobalt Strike servers, API gateways, and firewalls. hideNsneak provides a simple...

1.2AI score
SaveExploits0References1
ThreatPost
ThreatPost
added 2018/08/31 4:36 p.m.15 views

Threatpost News Wrap Podcast For Aug. 31

The Threatpost team breaks down the biggest news for the week ending on August 31. Topics covered are a Microsoft Windows zero-day, Yahoo’s recent acknowledgement that it scans emails to target ads to a report that mobile app SDKs capture private data when an Android or iOS app crashes. Download...

0.2AI score
SaveExploits0References5
ThreatPost
ThreatPost
added 2018/08/29 8:47 p.m.15 views

Yahoo Persists in Scanning Emails for In-Depth Ad-Targeting

While the rest of the U.S. tech industry is taking steps to assuage consumer concerns over privacy and data-harvesting, Yahoo is selling off the ability to scan more than 200 million Yahoo Mail inboxes for rich user data that might be used for marketing purposes. Verizon’s Oath unit, which owns...

6.9AI score
SaveExploits0References8
Openbugbounty
Openbugbounty
added 2018/08/28 6:3 a.m.7 views

vulnerabilityscanning.com XSS vulnerability

Open Bug Bounty ID: OBB-670136 Description| Value ---|--- Affected Website:| vulnerabilityscanning.com Open Bug Bounty Program:| Create your bounty program now. It's open and free. Vulnerable Application:| Custom Code Vulnerability Type:| XSS Cross Site Scripting / CWE-79 CVSSv3 Score:| 6.1...

SaveExploits0
Rows per page
Query Builder