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: 28 days ago
JSON representation
My Cyber Security Learning Journey in #INSA_Cyber_Summer_Camp| Website Hacking | Python for ethical hacking
- Host: GitHub
- URL: https://github.com/mrnazu/initprogramming
- Owner: mrnazu
- Created: 2022-08-16T12:00:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-22T20:08:58.000Z (almost 4 years ago)
- Last Synced: 2025-12-25T23:37:42.901Z (6 months ago)
- Topics: bounty, bounty-hunters, bug, hacking, python, website
- Language: Python
- Homepage:
- Size: 43.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
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..