🟥🟨🟩
┌──(M4st3r_mind㉿kali)-[~/whoami]
└─$ ./recon.sh --profile
/// <summary>
/// Hello there, I am Shafayat Ahmed Alif,
/// Cybersecurity Researcher & Ethical Hacker.
/// Specialized in Red Teaming, Web App Security, and OSINT.
/// Cyber Security Researcher | Bug Bounty Hunter | CTF Player.
/// Skilled in Vulnerability Analysis, Penetration Testing, and Threat Hunting.
/// Turning vulnerabilities into opportunities for stronger defense.
/// Always available for pwnage.
/// </summary>
public class INFORMATION
{
¦ public string NAME = "Shafayat Ahmed Alif";
¦ public string TITLE = "Security Researcher";
¦ public string[] LOCATION = { "Dhaka", "Bangladesh" };
¦ public int AGE = 25;
}
public partial class FORMATIONS : Higher_Education
{
¦ private void ICAN(string[] _Degrees)
¦ {
¦ ¦ var _Level = Bachelor;
¦ ¦ var _Duration = "Jan 2023 - Present";
¦ ¦ var _Focus = "Programming, Hacking, Networking, OSINT";
¦ }
}
public class EXPERIENCE
{
¦ public string Role1 = "Security Researcher @ HackerOne";
¦ public string Role2 = "Security Researcher @ Bugcrowd";
¦ public string Role3 = "Penetration Tester @ Cipher Shadow IT";
¦ public string Role4 = "Security Researcher @ Gray Hat Squad";
¦ public string[] CTF = { "Pirates of The Dead Flag" };
}
public enum PLATFORMS
{
¦ Windows,
¦ Linux,
¦ Mobile
}
public enum SKILLS
{
¦ Cyber Security Researcher,
¦ Ethical Hacker,
¦ Bug Bounty Hunter,
¦ Red Teamer,
¦ CTF Player
}
public enum LANGUAGE
{
¦ ENGLISH // Fluent
¦ BANGLA // Native
¦ URDU/HINDI // Conversational
}
public static class SOCIAL_MEDIA
{
¦ public void codeLinks()
¦ {
¦ ¦ var LinkedIn = "https://www.linkedin.com/in/iamshafayat/";
¦ ¦ var Medium = "https://medium.com/@iamshafayat";
¦ ¦ var GitHub = "https://github.com/iamshafayat";
¦ ¦
¦ ¦ /*
¦ ¦ These are my cyber-frequency handles.
¦ ¦ Ping me anytime you smell 0day.
¦ ¦ */
¦ }
}