Posts

Showing posts from September, 2022

Web Security 20220926

Image
  One boring day during the pandemic, security researcher Craig Hays decided to do an experiment. He wanted to leak an SSH username and password into a GitHub repository and see if any attacker might find it. Hays thought he'd have to wait a few days, maybe a week, before anyone noticed it. Reality proved more brutal. The first unauthorized login happened within 34 minutes. "The biggest eye-opener for me was how quickly it was exploited," he tells CSO. Over the first 24 hours, six different IP addresses connected to his honeypot a total of nine times. One attacker tried to install a botnet client, while another one attempted to use the server to launch a denial-of-service attack. Hays also saw someone who wanted to steal sensitive information from the server and someone else who was just looking around. The experiment showed him that threat actors are constantly scanning GitHub and other public code repositories looking for sensitive data developers leave behind. The volu...

C Sharp And ASP Core 3.1 Fundamentals 20220906

Image
. 1) Getting Started Workbook: Getting Started 1) Programming Fundamentals Workbook: Data Operations Control Structures 2) Using Visual Code Development Tool Workbook: 2.1.Programming ASP DOTNET CORE With Visual Code 2.2.Translating Design Into Codes 3) Working With DotNet Core Templates Workbook: 3.1.Working With DotNet Core Templates In Visual Code 3.2.Working With DotNet Core Templates In Visual Studio 3.3.Create a Web API with ASP.NET Core 3.4.Create a Razor Pages web app with ASP.NET Core 3.5.Create an MVC web app with ASP.NET Core