Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrnazu/initprogramming

My Cyber Security Learning Journey in #INSA_Cyber_Summer_Camp| Website Hacking | Python for ethical hacking
https://github.com/mrnazu/initprogramming

bounty bounty-hunters bug hacking python website

Last synced: 1 day ago
JSON representation

My Cyber Security Learning Journey in #INSA_Cyber_Summer_Camp| Website Hacking | Python for ethical hacking

Awesome Lists containing this project

README

        

Hi šŸ‘‹, I'm Samuel(Nazu)


A passionate Web PT from Ethiopia

- šŸ”­ Iā€™m currently working on **Bug Hunting and Python**

Connect with me:



mrnazu_
mrnazu

1ļøāƒ£ Day 1 History of Computer

šŸ›‘ About Text , Calculator and Storage


A Brief History of the Computer

The history of computers starts out about 2000 years ago in Babylonia (Mesopotamia), at the
birth of the abacus, a wooden rack holding two horizontal wires with beads strung on them.
and computer is a machine or device that performs processes, calculations and operations based on instructions provided by a software or hardware program. It has the ability to accept data (input), process it, and then produce outputs.

A Brief History of the Computer Programming

The first programming language was developed in 1883 when Ada Lovelace and Charles Babbage worked together on the Analytical Engine, which was a primitive mechanical computer. Lovelace was able to discern the importance of numbers, realizing that they could represent more than just numerical values of things.

2ļøāƒ£ Day 2 about OSI Model , TCP/IP and Web Attacks

šŸ›‘ What Is the OSI Model


The Open Systems Interconnection (OSI) model describes seven layers that computer systems use to communicate over a network.
But The modern Internet is not based on OSI

šŸ›‘ What is TCP/IP


TCP/IP stands for Transmission Control Protocol/Internet Protocol and is a suite of communication protocols used to interconnect network devices on the internet. TCP/IP is also used as a communications protocol in a private computer network (an intranet or extranet)

šŸ›‘ Difference between OSI model and TCP/IP


TCP/IP and OSI are the two most widely used networking models for communication. There are some similarities and dissimilarities between them. One of the major differences is that OSI is a conceptual model which is not practically used for communication. On the other hand, TCP/IP is a model used for establishing a connection over the network.


šŸ›‘ What is Website Attack?


A Web application attack is any attempt by a malicious actor to compromise the security of a Web-based application. Web application attacks may target either the application itself to gain access to sensitive data, or they may use the application as a staging post to launch attacks against users of the application.


Types of Website Attacks



Bots

DDoS Attacks

SQL Injections and Cross-site Scripting

Malware Attacks and etc..