Forum Topics Started

Viewing 15 topics - 1 through 15 (of 23 total)
    • Topic
    • Voices
    • Posts
    • Last Post
    • Script to Update Devices Apt Repos #!/bin/sh # Backup the original sources.list mv /etc/apt/sources.list /etc/apt/sources.list.bak # Create a new sources.list file in the sources.list.d directory touch /etc/apt/sources.list.d/sources.list # Get the OS version os_version=$(lsb_release -sr) echo "OS version is $os_version" # Populate t...#!/bin/sh # Backup the original sources.list mv /etc/apt/sources.list /etc/apt/sources.list.bak # Create a new sources.list file in the sources.list.d directory touch /etc/apt/sources.list.d/sources.list # Get the OS version os_version=$(lsb_release -sr) echo "OS version is $os_version" # Populate t...

      Started by: Community Manager in: SanerScript

    • 1
    • 1
    • Community Manager

    • [SANER CLOUD LAUNCH] Meet Saner Cloud CNAPP – The Future of Cloud Security The problem with traditional security approaches is that they only react to threats. We’re here to put a stop to them with Saner Cloud, our powerful new AI-Fortified CNAPP solution. Saner Cloud eliminates potential issues before they arise, taking a forward-thinking stance on cloud protection. Bui...The problem with traditional security approaches is that they only react to threats. We’re here to put a stop to them with Saner Cloud, our powerful new AI-Fortified CNAPP solution. Saner Cloud eliminates potential issues before they arise, taking a forward-thinking stance on cloud protection. Bui...

      Started by: Community Manager in: Announcements

    • 1
    • 1
    • Community Manager

    • [EVENT] SecPod PREVENT 2025, an event designed to redefine cloud security Cloud security is more crucial than ever as we face increasingly complex and sophisticated threats. The industry needs a shift in mindset—moving from reactive measures to proactive prevention. At SecPod, we're building a community of security leaders, experts, and forward-thinkers to shape the futu...Cloud security is more crucial than ever as we face increasingly complex and sophisticated threats. The industry needs a shift in mindset—moving from reactive measures to proactive prevention. At SecPod, we're building a community of security leaders, experts, and forward-thinkers to shape the futu...

      Started by: Community Manager in: Announcements

    • 1
    • 1
    • Community Manager

    • Patch repository creation for Amazon Linux #!/bin/bash # Exit script on any error set -e # Update the system and install necessary packages sudo yum update -y sudo yum install -y httpd createrepo yum-utils # Start and enable Apache web server sudo systemctl start httpd sudo systemctl enable httpd # Create directory for the repository REP...#!/bin/bash # Exit script on any error set -e # Update the system and install necessary packages sudo yum update -y sudo yum install -y httpd createrepo yum-utils # Start and enable Apache web server sudo systemctl start httpd sudo systemctl enable httpd # Create directory for the repository REP...

      Started by: Community Manager in: SanerScript

    • 1
    • 1
    • Community Manager

    • [REPORT] Annual Vulnerability Report 2024 is OUT NOW! In 2024 alone, 2,408 misconfigurations were uncovered, each one a potential entry point for attackers. Our latest report breaks down: The top misconfiguration trends from 2024. Industries most at risk. Steps to reduce your misconfiguration-based attack surface. DOWNLOAD THE REPORT NOW: http...In 2024 alone, 2,408 misconfigurations were uncovered, each one a potential entry point for attackers. Our latest report breaks down: The top misconfiguration trends from 2024. Industries most at risk. Steps to reduce your misconfiguration-based attack surface. DOWNLOAD THE REPORT NOW: http...

      Started by: Community Manager in: Announcements

    • 1
    • 1
    • Community Manager

    • SanerNow Patch Management is Recognized as a Leader and Outperformer by GigaOm SecPod has been recognized as a Leader and Outperformer in the Patch Management Radar Report by GigaOm! 🏆 This recognition fuels our commitment to keeping IT systems secure with our cutting-edge solution. You can now discover key insights, latest trends and transformations in patch management from...SecPod has been recognized as a Leader and Outperformer in the Patch Management Radar Report by GigaOm! 🏆 This recognition fuels our commitment to keeping IT systems secure with our cutting-edge solution. You can now discover key insights, latest trends and transformations in patch management from...

      Started by: Community Manager in: Announcements

    • 1
    • 1
    • Community Manager

    • Patch repository creation for ubuntu 18,20,22 LTS Ubuntu ClientSide #!/bin/sh log_file="/var/log/create_sources_list.log" ip_address="192.168.2.50" # Replace with your desired IP address protocol="https" # Replace with your desired protocol (http/https) # Create a backup of the existing sources.list mv /etc/apt/sources.list /etc/apt/sources.list...Ubuntu ClientSide #!/bin/sh log_file="/var/log/create_sources_list.log" ip_address="192.168.2.50" # Replace with your desired IP address protocol="https" # Replace with your desired protocol (http/https) # Create a backup of the existing sources.list mv /etc/apt/sources.list /etc/apt/sources.list...

      Started by: Community Manager in: SanerScript

    • 1
    • 2
    • Community Manager

    • Patch repository creation for RHEL 8 and 9 RHEL 8 and 9 ClientSide #!/bin/bash # Specify the values ip_address="192.168.2.50" protocol="https" rhel_version="8" # Generate the repository configuration dynamically repo_filename="/etc/yum.repos.d/rhel${rhel_version}.repo" cat <<EOL > "$repo_filename" [RepoBaseOS] name = rhel-${rhel_...RHEL 8 and 9 ClientSide #!/bin/bash # Specify the values ip_address="192.168.2.50" protocol="https" rhel_version="8" # Generate the repository configuration dynamically repo_filename="/etc/yum.repos.d/rhel${rhel_version}.repo" cat <<EOL > "$repo_filename" [RepoBaseOS] name = rhel-${rhel_...

      Started by: Community Manager in: SanerScript

    • 1
    • 3
    • Community Manager

    • Patch repository creation for RHEL 7 RHEL_7 ClientSide #!/bin/bash # Specify the values ip_address="192.168.2.60" protocol="https" rhel_version="7" # Generate the repository configuration dynamically repo_filename="/etc/yum.repos.d/rhel${rhel_version}_custom.repo" cat <<EOL > "$repo_filename" [RepoMainrepo] name = rhel-${rh...RHEL_7 ClientSide #!/bin/bash # Specify the values ip_address="192.168.2.60" protocol="https" rhel_version="7" # Generate the repository configuration dynamically repo_filename="/etc/yum.repos.d/rhel${rhel_version}_custom.repo" cat <<EOL > "$repo_filename" [RepoMainrepo] name = rhel-${rh...

      Started by: Community Manager in: SanerScript

    • 1
    • 2
    • Community Manager

    • CVE-2024-47089: Unauthorized Transaction Manipulation Vulnerability This vulnerability exists in the Apex Softcell LD Geo due to improper validation of the transaction token ID in the API endpoint. An authenticated remote attacker could exploit this vulnerability by manipulating the transaction token ID in the API request leading to unauthorized access and modificat...This vulnerability exists in the Apex Softcell LD Geo due to improper validation of the transaction token ID in the API endpoint. An authenticated remote attacker could exploit this vulnerability by manipulating the transaction token ID in the API request leading to unauthorized access and modificat...

      Started by: Community Manager in: Critical Vulnerability and Exploit Exchange

    • 1
    • 1
    • Community Manager

    • Key Vulnerabilities and Threats Up to September 15th Windows MSHTML Zero-Day Vulnerability  The Windows MSHTML platform spoofing vulnerability, CVE-2024-43461, which affects all supported Windows versions, is exploited in the wild. CVSS Score: 8.8 Cisco Web-Based Management Interface Vulnerability  The flaw tracked as CVE-2024-20381 allows authentica...Windows MSHTML Zero-Day Vulnerability  The Windows MSHTML platform spoofing vulnerability, CVE-2024-43461, which affects all supported Windows versions, is exploited in the wild. CVSS Score: 8.8 Cisco Web-Based Management Interface Vulnerability  The flaw tracked as CVE-2024-20381 allows authentica...

      Started by: Community Manager in: Cyber Bulletin

    • 1
    • 1
    • Community Manager

    • Microsoft Addresses 79 Flaws, 4 Zero Days in September 2024 Patch Tuesday September's coming in hot! Out of the 79 vulnerabilities it has under its belt, 4 are zero-days, and each zero-day is known to have been actively exploited. Luckily, Microsoft has saved us all from impending calamity once more and released patches for them all. The most popular vulnerability catego...September's coming in hot! Out of the 79 vulnerabilities it has under its belt, 4 are zero-days, and each zero-day is known to have been actively exploited. Luckily, Microsoft has saved us all from impending calamity once more and released patches for them all. The most popular vulnerability catego...

      Started by: Community Manager in: Critical Vulnerability and Exploit Exchange

    • 1
    • 1
    • Community Manager

    • Key Vulnerabilities and Threats Up to September 8th Critical Progress LoadMaster Vulnerability  A critical vulnerability (CVE-2024-7591) in Progress LoadMaster is discovered, which underscores the importance of regular security assessments and timely application of patches. CVSS Score: 10    Exploitation of Exchange PowerShell  A new vuln... Critical Progress LoadMaster Vulnerability  A critical vulnerability (CVE-2024-7591) in Progress LoadMaster is discovered, which underscores the importance of regular security assessments and timely application of patches. CVSS Score: 10    Exploitation of Exchange PowerShell  A new vuln...

      Started by: Community Manager in: Cyber Bulletin

    • 1
    • 1
    • Community Manager

    • Introducing Solaris I recently came across the introduction of AIX into SanerNow. When can we expect to see Solaris integrated with SanerNow Platform?I recently came across the introduction of AIX into SanerNow. When can we expect to see Solaris integrated with SanerNow Platform?

      Started by: Community Manager in: Ask an Expert

    • 1
    • 1
    • Community Manager

Viewing 15 topics - 1 through 15 (of 23 total)