Top Tweets for #100daysofCyberSecurity
Day 69/#100daysofcybersecurity
I went through the whole summaries on the modules that I've studied in the Endpoint Security course π»π
Revised all the key points from previous modules
Day 67 and 68/#100daysofcybersecurity
Today, I covered the second part of the module, Enterprise services which was about HTTP, HTTPS and how they can be exploited. I also got all the defender points from the same part.
@ireteeh @KoredeSec @Dstixx05 @CyberRacheal @confirmedHOD

Day 95/ #100daysofcybersecurity : Today i learned more theory about the sqli.
I'm diving deeper into sqli and today i found how does RCE is performed via second order sqli .
Solving 1 lab daily -- βtoday
Day 94/#100daysofcybersecurity : Today i solved two sqli labs .
And both of them are really easy in the first lab i had injected sqli in url.
And in second i bypassed the login page using '--' comment logic.

Day 4/100 π
Completed Module 4: Protecting the Organization in Cisco Networking Academy.
β
Module completed
β
Quiz passed (88%)
Every module brings me one step closer to a career in cybersecurity. On to the final module.π
#Cybersecurity #100DaysOfCybersecurity #BuildInPublic

Day 80/100 of #100DaysOfCyberSecurity π
Continuing my networking journey with @NetworkChuck course.
I learned about single points of failure, multilayer switches, and how multilayer switches use both MAC and IP addresses to perform switching and routing.
@ireteeh @Sisinerd

Day 1/100
I learnt about Mass assignment Vulnerability in API and how to exploit it on Portswigger academy
#100daysofcybersecurity #APIs

Day 94/#100daysofcybersecurity : Today i solved two sqli labs .
And both of them are really easy in the first lab i had injected sqli in url.
And in second i bypassed the login page using '--' comment logic.

Day 93/#100daysofcybersecurity : Today, i started learning about sqli.
As yesterday i had completed all the labs of access control and IDOR.
And today learned about basic of sqli and understood how actually the url were get converted to sql query .
Day 34/100π
Earned the Networking Basics badge from @learningatcisco! π Completed all 17 modules on network fundamentals, TCP/UDP & IPv6!
π https://t.co/2NRbBpjVEz via @credly πͺ
#Cisco #NetworkingBasics #CyberSecurity #100DaysOfCybersecurity
Day 3/100 π
Completed Module 3: Protecting Your Data and Privacy in Cisco Networking Academy.
Every lesson strengthens my cybersecurity foundation. On to Module 4. π
#Cybersecurity #100DaysOfCybersecurity #BuildInPublic

Day 47/100 #100DaysOfCybersecurity π₯
Today: Python for Automation β Google Cybersecurity Cert, Course 7 -> Finally finished up on course 7, planning on finishing course 8 tomorrow & the day after - Saturday & Sunday
β Automating security tasks: login timeout enforcement, suspicious login detection (timestamps/IPs/locations), failed login monitoring (3+ fails in 30 min = brute-force flag)
β Python in DevSecOps: automating SAST, DAST, SCA, secrets management & policy-as-code inside CI/CD pipelines
β File handling: with + open() + read()/write()/append() for parsing .txt/.csv log files
β Parsing: .split() β string to list | .join() β list to string, core for structuring raw log data
β Debugging: syntax errors vs logic errors vs exceptions β traced a logic bug where a misplaced return skipped an if-check on HTTP status 200
Building the muscle to turn raw logs into structured, automatable data for SOC work.
Tomorrow: wrapping up Course 8.
#100DaysOfCybersecurity #SOCAnalyst #GoogleCybersecurityCertificate #CyberSecurity #Nairobi #BlueTeam

Day 93/#100daysofcybersecurity : Today, i started learning about sqli.
As yesterday i had completed all the labs of access control and IDOR.
And today learned about basic of sqli and understood how actually the url were get converted to sql query .
Day 92/#100daysofcybersecurity : Today , I solved the referer-based access control .
And it was easy to do i just have to change the cookie session of the other id and it got solved .

Day 90 #100DaysOfCybersecurity Did Memory Analysis Introduction room
Seen the power of volatile memory forensics exploring RAM structures, memory dumps, & uncovering hidden attack fingerprints like process hollowing, fileless malware, & API hooking before they disappear
#BlueTeam

Day 46/100 of #100DaysOfCybersecurity π‘οΈ
Really working hard to finish up on google cybersecurity and head on to security +. Planning to focus exclusively on portswigger labs & SIEM network analysis next week reserved this week for the Google Cybersecurity course work. Today's content wasn't that tuff since I already have a dev background.
[Today's Focus]
Python for Cybersecurity - Google Cert Course 7
[What I Covered]
β Functions: def, parameters, arguments, return statements
β Global vs local variables
β Built-in functions: print(), type(), max(), sorted()
β Modules & libraries: import, from...import, re, csv, os, statistics
β PEP 8 style guide, comments & indentation
β Strings: indexing, slicing, concatenation, immutability
β String methods: upper(), lower(), index()
β Lists: insert(), remove(), append()
β Intro to Regex: re.findall(), \w+ pattern matching for emails/IPs/logs
Tomorrow: Module 4 + Course 8 Module 1
#CyberSecurity #Python #SOCAnalyst #GoogleCybersecurityCertificate #InfoSec #BlueTeam
![u83410's tweet photo. Day 46/100 of #100DaysOfCybersecurity π‘οΈ
Really working hard to finish up on google cybersecurity and head on to security +. Planning to focus exclusively on portswigger labs & SIEM network analysis next week reserved this week for the Google Cybersecurity course work. Today's content wasn't that tuff since I already have a dev background.
[Today's Focus]
Python for Cybersecurity - Google Cert Course 7
[What I Covered]
β Functions: def, parameters, arguments, return statements
β Global vs local variables
β Built-in functions: print(), type(), max(), sorted()
β Modules & libraries: import, from...import, re, csv, os, statistics
β PEP 8 style guide, comments & indentation
β Strings: indexing, slicing, concatenation, immutability
β String methods: upper(), lower(), index()
β Lists: insert(), remove(), append()
β Intro to Regex: re.findall(), \w+ pattern matching for emails/IPs/logs
Tomorrow: Module 4 + Course 8 Module 1
#CyberSecurity #Python #SOCAnalyst #GoogleCybersecurityCertificate #InfoSec #BlueTeam](https://pbs.twimg.com/media/HMOGi6TXkAA-qn0.png)
Day 92/#100daysofcybersecurity : Today , I solved the referer-based access control .
And it was easy to do i just have to change the cookie session of the other id and it got solved .

Day 91/#100daysofcybersecurity : Today I put my knowledge of solved labs .
And I explored real bugs and old meta bugs that was bypassing instagram login page means swapping email .
And did a small discussion related with cyberattack and hacking myths.
Day 89 of #100DaysOfCybersecurity Tackled Traffic Analysis Essentials & Cryptography Concepts
Focused on hunting threats through network packets and understanding the fundamental math keeping data secure. Navigating the wire and breaking down encryption
#BlueTeam #Trafficanalysis

Day 33/100π
Completed Module 16 (Application Layer Services) & Module 17 (Network Testing Utilities)! Learned about DNS, web/FTP clients & servers, email, virtual terminals & network troubleshooting commands.
#Cisco #NetworkingBasics #CyberSecurity #100DaysOfCybersecurity

Don't Tell @ZimaSpace I Did This to the ZimaBoard... Get 15$ off your purchase at https://t.co/KRz1WQzA8x #homelab #devsecops #devops #sysadmin #developers #cybersecurity #minipc #git #github #gitlab #100daysofcode #100daysofcybersecurity
Day 1/6
I learnt about BOLA vulnerability in APIs, how BOLA Vulnerabilities are exploited on Portswigger for example altering the endpoints to check for BOLA Vulnerabilities, I also learnt how to fuzz APIs.
Happy new month π
#API #100daysofCybersecurity

I'll be rounding up my API learning by going on 6 days of learning API, I'll be posting it here
Day 91/#100daysofcybersecurity : Today I put my knowledge of solved labs .
And I explored real bugs and old meta bugs that was bypassing instagram login page means swapping email .
And did a small discussion related with cyberattack and hacking myths.
Day 90/#100Daysofcybercurity: Today i explored bugcrows and the explored the labs referer based access control .
And as i was unable to solve the lab because i was trying to learn more theoretical concept of referer header
Day 32/100 π
Completed Module 14 (Routing) & Module 15 (TCP and UDP) - Learned routing tables, LAN creation & how TCP/UDP handle data transport with ports. Networking fundamentals getting stronger every day! πͺ #Cisco #NetworkingBasics #CyberSecurity #100DaysOfCybersecurity

Day 31/100 π
Completed Module 12 (Gateways to Other Networks) & Module 13 (The ARP Process) - Learned about network boundaries, NAT, MAC/IP relationships & broadcast containment.πͺ
#Cisco #NetworkingBasics #CyberSecurity
#100DaysOfCybersecurity

Last Seen Hashtags on Sotwe
filmcamera
Seen from Korea
γγγγ«
Seen from United States
Friday
Seen from United States
teyze
Seen from Netherlands
sissycocksucker
Seen from Oman
momson()
Seen from United States
ceweksangek
Seen from Pakistan
ΰΈ£ΰΈ°ΰΈ’ΰΈΰΈ
Seen from Thailand
pendiktraveο¬
i
Seen from Turkey
turbanliporno
Seen from Germany
Most Popular Users

Elon Musk 
@elonmusk
240.7M followers

Barack Obama 
@barackobama
119.2M followers

Donald J. Trump 
@realdonaldtrump
111.7M followers

Cristiano Ronaldo 
@cristiano
110.8M followers

Narendra Modi 
@narendramodi
107M followers

Rihanna 
@rihanna
97.7M followers

NASA 
@nasa
92.2M followers

Justin Bieber 
@justinbieber
90.9M followers

KATY PERRY 
@katyperry
87.8M followers

Taylor Swift 
@taylorswift13
81.6M followers

Lady Gaga 
@ladygaga
73.2M followers

Virat Kohli 
@imvkohli
70.1M followers

Kim Kardashian 
@kimkardashian
69.8M followers

YouTube 
@youtube
68.7M followers

Bill Gates 
@billgates
64M followers

Neymar Jr 
@neymarjr
62.8M followers

The Ellen Show
@theellenshow
62.4M followers

CNN 
@cnn
61.9M followers

Selena Gomez 
@selenagomez
60.9M followers

X 
@x
60.8M followers












![u83410's tweet photo. Day 46/100 of #100DaysOfCybersecurity π‘οΈ
Really working hard to finish up on google cybersecurity and head on to security +. Planning to focus exclusively on portswigger labs & SIEM network analysis next week reserved this week for the Google Cybersecurity course work. Today's content wasn't that tuff since I already have a dev background.
[Today's Focus]
Python for Cybersecurity - Google Cert Course 7
[What I Covered]
β Functions: def, parameters, arguments, return statements
β Global vs local variables
β Built-in functions: print(), type(), max(), sorted()
β Modules & libraries: import, from...import, re, csv, os, statistics
β PEP 8 style guide, comments & indentation
β Strings: indexing, slicing, concatenation, immutability
β String methods: upper(), lower(), index()
β Lists: insert(), remove(), append()
β Intro to Regex: re.findall(), \w+ pattern matching for emails/IPs/logs
Tomorrow: Module 4 + Course 8 Module 1
#CyberSecurity #Python #SOCAnalyst #GoogleCybersecurityCertificate #InfoSec #BlueTeam](https://pbs.twimg.com/media/HMOGfgoWIAAWw8f.png)






