kid cyber – Telegram
kid cyber
103 subscribers
103 photos
19 videos
1 file
75 links
Kidus Mulugeta
3rd year software Engineering student in AASTU
cybersecurity enthusiat
Learn , build and share journey
Download Telegram
kid cyber
the last day DAY 24: Learning Objectives - Understand what HTTP requests and responses are at a high level. - Use cURL to make basic requests (using GET) and view raw responses in the terminal. - Send POST requests with cURL to submit data to endpoints.…
i didn't manage to complete it on time but i just finished it anyways and we got our certificate🎉
i have learned so many things from day one onwards as i told u it is best for beginners to have basic understanding of some of the things in the field some of the topics were
- the concept of authentication and authorization
- Insecure Direct Object References (IDORs)
- malware analysis
- the basics of network service discovery with Nmap
- how XSS works
- phishing emails
- encoding/decoding
- race conditions
- HTTP requests and responses are at a high level.
🔥12👏31
እንኳን ለብርሃነ ልደቱ በሰላም አደረሳችሁ
12
😁10🥱1
Rob Stack chat
yah man esp in finals week
Everything is interesting and good during final weeks 😭
😢11
Forwarded from Medet
The kind of question we need on finals!!
😁64
"Code is like humor. When you have to explain it, it's bad."
😁11
Forwarded from Rob Stack
Happy Epiphany y'all🍋

@R0bstack
9
It is getting out of hand😂
😁3
Forwarded from 4-3-3 ስፖርት በኢትዮጵያ (𝙻𝚎𝚖𝚒)
የቀድሞው የስፔን አሰልጣኝ ሮበርት ሞሬኖ በchatGPT ላይ ከፍተኛ ጥገኝነት ካሳዩ በኋላ FC Sochi ከስራ ተባረዋል።

ክለቡ ለስልጠና ክፍለ ጊዜዎች፣ ለታክቲካል እቅድ እና ለዝውውር… እንዲሁም ተጫዋቾችን ለ28 ሰዓታት እንዳይተኙ የማድረግ እቅድን ጨምሮ አንዳንድ እንግዳ ሀሳቦችን እንደሚጠቀም አረጋግጧል።

(ምንጭ፡ beINSPORTS)

@Bisrat_sport_433et @Bisrat_sport_433et
😁6
Forwarded from Buna Byte Cybersecurity
THE LONG AWAITED ANNOUNCEMENT IS HERE 🔥

​The most intensive Cybersecurity training in Ethiopia BBJST Batch 04 is officially open for registration. 🛡💻

​You’ve been asking for it. Now it’s here. This is your chance to stop being a spectator and start becoming a Junior Security Tester.

Why now?

High-demand skill set
Practical, lab-based learning
Limited seats for maximum focus

​Stop waiting for the "perfect time." The perfect time is now.

🚀 REGISTER BEFORE SLOTS FILL UP: 👉 bunabyte.com/bbjst

@bunabytecs
2
cooking a mini project will drop it here once it is done😉
🔥72
kid cyber
https://github.com/KidM13/Key-logger#
i know it is simple code but it helps to understand how does a key logger actually works
a Keylogger is a program that tracks keyboard input
i used pynput python library to deal with the input that comes from both mouse movement and keyboard

main.py is for key logger
control.py is for the purpose of controlling a mouse and keyboard
listen.py to listen for mouse movement
log.txt to store the tracks of the keyboard

test it and share ur idea on it
👍11
Those episten's files are going too far💀
😁8🌚2
a man who fears suffering is already suffering from what he fears
@kiddev13
💯7
Forwarded from Solomon Insight (Ѕσℓσмσи.G)
Strong engineers create C
C creates good times
Good times create Python
Python creates AI
AI creates vibe coding
Vibe coding creates weak engineers
Weak engineers create bad times
Bad times create strong engineers

@solomon_insight
😁8
This new ui👌
🔥7🤮2🤝1
have u wondered how a reset password works ?

do the server just send u your password ?.....nah that will be a security disaster the server even doesn't know ur password only the hash is stored in the database

so instead it generates a one time password reset token(only works for specified time) and store the hash of it in database

then it emails the raw token with a link , when u click that link the browser sends back that token to the server and then it hashes the token and compare it with the one in the database if it matches and the timer hasn't expired the the server trust u and opens a temporary window for new password then the old password will be overwritten and the one time token will be destroyed
10