package main
import (
"fmt"
)
type About map[string]string
func main() {
for k, v := range GetAbout() {
fmt.Printf("%+v: %+v\n", k, v)
}
}
func GetAbout() About {
return About{
"- About: I am a Cyber Security Enthusiast and a Hacker with an Ethical mindset. I'm having experience in Web-app security, Mobile app security, API security, Vulnerability Assessment & Penetration Testing.",
"- Known Tools: I am experienced with tools like BurpSuite, acunetix, Nmap, and of course with Kali Linux & some GitHub open source tools like Amass, Aquatone, etc many more for finding the vulnerabilities in the web application and mobile application.",
"- Frequently: I have also made some scripts for the infosec community which helps beginners to find low-hanging bugs. I have frequently found account takeover, injections, privilege escalation, etc vulnerabilities on many programs.",
}
}
$ ./experience
--------------------------------------------------------
I have secured over 60+ companies which includes some big tech companies like Google, Nokia, TripAdvisor,
SAP Concour, Dell Technologies, Seagate, Mastercard, Netgear, and many more. Also I have 2 years
experience in WordPress Development and Graphics Designing I have made 12+ websites using wordpress
and also edit and make graphics as my side hobby.
Bash 5 commits ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░ 94%
Go 1 commits ░░░░░░░░░░░░░░░░░░░░ 2.35%
Python 0 commits ░░░░░░░░░░░░░░░░░░░░ 2%
HTML 3 commits ░░░░░░░░░░░░░░░░░░░░ 1%
Others n commits ░░░░░░░░░░░░░░░░░░░░ 0.35%