Heppoko (@heppoko_help) 's Twitter Profile
Heppoko

@heppoko_help

Tosu→ToKyo→SF→Engineer
I want to make trekkers together in the future
I am inventing a fictitious product

ID: 1883716015026302976

calendar_today27-01-2025 03:18:01

110 Tweet

17 Followers

294 Following

Heppoko (@heppoko_help) 's Twitter Profile Photo

Buffer overflow refers to a vulnerability in which a malicious user sends an excessive amount of data or malicious code to a server or computer, exceeding the processing capacity and causing the buffer in the memory area to overflow. It can also refer to an attack that exploits

Heppoko (@heppoko_help) 's Twitter Profile Photo

If your Python functions only work in one flow and break in others… You don’t need more tests. You need better structure. Learn how classes make your code reusable and safe: dev.to/heppoko/can-i-… #PythonDev #CodeSmell #OOP #Refactoring #WebDevelopment Heppoko

Heppoko (@heppoko_help) 's Twitter Profile Photo

Project using Agile are 268% more likely to fail than those that don't Clearly documented requirements increase success rates by 97% Phycological safety in teams boosts success rates by 87%

Heppoko (@heppoko_help) 's Twitter Profile Photo

Nowadays, DOA is more common than POA because processes tend to change frequently. Designing database based on anti-patterns results in death.

Heppoko (@heppoko_help) 's Twitter Profile Photo

XSS is an attack technique that exploits vulnerabilites in web applications to execute malicious scripts in a use's browser. Attackers inject harmful code--- usually JS--- into trusted websites, causing the scripts to run on the browsers of other users. This can lead to stolen

Heppoko (@heppoko_help) 's Twitter Profile Photo

SSL is a mechanism that encrypts communication between a website and a browser, allowing data to be transmitted securely. It is effective in protecting session IDs from network eavesdropping.

Heppoko (@heppoko_help) 's Twitter Profile Photo

Causes of session ID leakage: Improper cookie attributes when issuing the cookie Session ID being intercepted over the network Leakage due to apps vulnerabilityes such as xss Leakage due tu vulnerabilites in the browser or platform Leakage trough the Reffer Hader

Heppoko (@heppoko_help) 's Twitter Profile Photo

There are three main methods of exploiting XSS: 1:Stealing cookie values 2:Attacks using JS 3:Modifying the contents of the web page

Heppoko (@heppoko_help) 's Twitter Profile Photo

By default, cookies are only sent to the server that set them. However, if the domain attribute is specified, the cookie can be sent to multiple servers. That said, allowing cookies to be sent to multiple servers is not secure, sot this attribute is usually not set.