Hi there👋, I'm Kabir!
Working on Opensource projects, and community, where people can contribute and get started with their Opensource and Cybersecurity journey. The community's goal is to help new folks get started with Opensource and Cybersecurity, and to help existing folks get more involved in the Opensource communities. The goal for the coming months is to contribute more to Opensource and help new folks to get into Opensource and Cybersecurity.
const skills = {
security: {
pentesting: [
"Web PenTesting", "API PenTesting", "Network PenTesting", "Cloud PenTesting"
],
owaspTop10: true,
tools: [
"BurpSuite Pro", "BurpSuite Enterprise", "Zap OWASP", "Snyk"
],
blueTeam: [
"Snort", "Splunk", "Wireshark"
],
cloudAndWebSecurity: [
"Akamai WAF", "Cloudflare", "AWS", "GCP", "Azure"
]
},
devSecOps: {
tools: [
"Docker", "Kubernetes", "GitOps", "Git", "GitHub"
],
testing: [
"DAST", "SAST"
]
},
languages: [
"Python", "Go", "JavaScript", "Bash", "Java"
],
webDevelopment: {
mernStack: [
"MongoDB", "ExpressJS", "ReactJS", "NodeJS"
],
pythonFrameworks: [
"FastAPI", "Flask"
]
}
};