// Profile data
interface Profile {
userId: string;
name: string;
pronouns: string;
profession: string;
hobbies: string[];
interestedIn: string[];
contacts: {
telegram: string;
tryHackMe: string;
linkedIn: string;
email: string;
};
}
const profile: Profile = {
userId: '@riz4d',
name: 'Mohamed Rizad',
pronouns: 'He/Him',
profession: 'Student',
hobbies: ["CTF's", 'Researching'],
interestedIn: ['Machine Learning', 'Cyber Security', 'Artificial Intelligence', 'Robotics'],
contacts: {
telegram: 'https://t.me/riz4d',
tryHackMe: 'https://tryhackme.com/p/Mohamedrizad',
linkedIn: 'https://linkedin.com/in/mohamedrizad/',
email: 'mailto:github@rizad.me',
},
};
📃
Freelancing
Freelancer || Penetration Tester || Red Teamer || Bug Hunter || Developer
Highlights
Pinned Loading
-
TempMail-Bot
TempMail-Bot PublicA python oriented telegram bot for generating temporary Emails
-
Discord-Ticket-System
Discord-Ticket-System PublicDiscord Ticket Bot: Effortlessly open support tickets via DM, while moderators can discreetly respond in a private channel for seamless user assistance.
Python 1
-
CreditCard-Validator
CreditCard-Validator PublicCreditcard validator by Using Luhn's algorithm to verify the validity of credit card numbers. It also fetches credit card number data from datasets for testing and analysis.
Python 4
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.