Skip to content
View itszeeshan's full-sized avatar

Block or report itszeeshan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
itszeeshan/README.md

Hi ๐Ÿ‘‹, I'm Zeeshan

๐Ÿš€ Software Engineer @rebolet | Cybersecurity Consultant | Former Bug Bounty Hunter & Penetration Tester ๐Ÿ›ก๏ธ

itszeeshan

itszeeshan

  • ๐Ÿ”ญ Iโ€™m currently working on Rebolet

  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on Directus

  • ๐Ÿ“ I regularly write articles on https://medium.com/@zeesek

  • ๐Ÿ’ฌ Ask me about Full Stack Web Development, Cyber Security

Connect with me:

itszeeshan2 zeesec zeesek

Languages and Tools:

amplify aws babel bash bootstrap css3 docker express figma firebase gcp git graphql html5 javascript jest linux mongodb mssql mysql nextjs nodejs postgresql postman python react sass sqlite tailwind typescript vuejs webpack zapier

itszeeshan

ย itszeeshan

itszeeshan

Pinned Loading

  1. Subdomain-Grepper Subdomain-Grepper Public

    This script uses subfinder, findomain, assetfinder, amass, httpx, and nmap to enumerate subdomains, check for live domains, and check for open ports.

    Shell 4

  2. custom-condtional-rendering-component custom-condtional-rendering-component Public

    This is a custom conditional rendering component that you can use in your Nextjs or Reactjs project.

    TypeScript

  3. LeetCode-Problems-In-Typescript LeetCode-Problems-In-Typescript Public

    Goal is to find LeetCode Problems and there solutions

    TypeScript

  4. Custom Condtional Rendering Component Custom Condtional Rendering Component
    1
    import React, { Children, ReactNode } from 'react';
    2
    
                  
    3
    interface ShowProps {
    4
        children: ReactNode;
    5
    }
  5. Problem using conditional component Problem using conditional component
    1
    import React from 'react';
    2
    
                  
    3
    const Problem = () => {
    4
      return (
    5
        <>
  6. Use Conditional Rendering Component Use Conditional Rendering Component
    1
    import React from "react";
    2
    import Show from "./Show";
    3
    
                  
    4
    const UseShow = () => {
    5
      return (