Best of SecurityDecember 2021

  1. 1
    Article
    Avatar of systemweaknessSystem Weakness·4y

    How To Hack Any Website

    Niveet Palan explains how to hack any website. He covers Subdomain enumeration, Authentication bypasses, IDOR vulnerability, File Inclusion, SSRF, Cross-site Scripting, Command Injection. This is the third and final installment to this series.

  2. 2
    Article
    Avatar of honeypotHoneypot·4y

    The 6 Best Hacker Movies To Watch This Year

    In most films, hackers are mysteriously bright subjects who can move pieces of a computer jigsaw and create consequences at will. In 2014, a group of hackers accessed Sony’s computer systems and leaked several unreleased films. To stop the hackers, Sony shelve “the movie of terrorism of terrorism” The Interview.

  3. 3
    Article
    Avatar of ghblogGitHub Blog·4y

    5 automations every developer should be running

    GitHub Actions offers thousands of pre-written, community-built tests and automations that range from code quality to code review to testing. CodeQL finds security advisories across coding languages and packages, and then automatically displays them in your repository’s security tab. Run npm test in your workflows to push the latest and greatest software.

  4. 4
    Article
    Avatar of ghblogGitHub Blog·4y

    GitHub’s top 10 blog posts of 2021

    GitHub Blog is highlighting some of the incredible work from GitHub’s engineers, product teams, and security researchers during 2021. If you’re looking for inspiration as we head into the new year, take a look at the top 10 posts published in 2021.

  5. 5
    Article
    Avatar of systemweaknessSystem Weakness·4y

    Keylogger For PC

    Keyloggers are a type of monitoring software designed to record keystrokes made by a user. Criminals use keyloggers to steal personal or financial information such as banking details, which they can then sell or use for profit. Law enforcement and intelligence agencies also uses keylogging for surveillance purposes.

  6. 6
    Article
    Avatar of thnThe Hacker News·4y

    Second Log4j Vulnerability (CVE-2021-45046) Discovered — New Patch Released

    Apache Software Foundation pushes out new fix for Log4j logging utility. The previous patch for the recently disclosed Log4Shell exploit was deemed as "incomplete in certain non-default configurations" The latest update arrives as fallout from the flaw has resulted in a "true cyber pandemic"

  7. 7
    Article
    Avatar of devgeniusDev Genius·4y

    Log4Shell, as explained by metaphor and memes!

    Log4Shell is a Remote Code Execution (“RCE”) vulnerability, which is OpSec speak for roughly “Anyone who can interact with a computer that has this vulnerability, even indirectly, can command that computer to do whatever they want it to do” This is like bad actors showing up in courtrooms and shouting out the key phrase to see if they compromise the stenographer.

  8. 8
    Article
    Avatar of thnThe Hacker News·4y

    Apache Log4j Vulnerability — Log4Shell — Widely Under Active Attack

    Telemetry signs point to exploitation of the flaw nine days before it even came to light. Threat actors are weaponizing unpatched servers affected by the newly disclosed "Log4Shell" vulnerability. Threats such as Mirai and Muhstik are setting their sights on vulnerable systems to spread the infection.

  9. 9
    Article
    Avatar of lnLaravel News·4y

    Our top 10 Laravel Tutorials of 2021

    Laravel is fast out-of-the-box, but you can make it faster if you optimize your configurations and application code. Find N+1 problems instantly by disabling lazy loading in development. Laravel provides many excellent helper functions that are convenient for working with arrays, file paths, strings, and routes.

  10. 10
    Article
    Avatar of ciscoCisco·4y

    Log4j Developer Response

    A newly discovered zero-day vulnerability (CVE-2021-44228) in the Apache Log4j library. If exploited, the vulnerability allows attackers to gain full control of affected servers and your application. There are a few key things you can do as a developer to contain the threat.