Skip to content
View CarterPerez-dev's full-sized avatar
🔒
locked in
🔒
locked in

Block or report CarterPerez-dev

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
CarterPerez-dev/README.md

Typing SVG

 ██████╗ █████╗ ██████╗ ████████╗███████╗██████╗     ╗██████╗ 
██╔════╝██╔══██╗██╔══██╗╚══██╔══╝██╔════╝██╔══██╗    ██╔══██╗
██║     ███████║██████╔╝   ██║   █████╗  ██████╔╝    ██████╔╝
██║     ██╔══██║██╔══██╗   ██║   ██╔══╝  ██╔══██╗    ██╔══██╗
╚██████╗██║  ██║██║  ██║   ██║   ███████╗██║  ██║    ██║  ██║
 ╚═════╝╚═╝  ╚═╝╚═╝  ╚═╝   ╚═╝   ╚══════╝╚═╝  ╚═╝    ╚═╝  ╚═╝

GitHub Followers GitHub Stars Twitter Follow


Dev Quote


🔐 Hey there, I'm Carter!

Cybersecurity Enthusiast | 🛡️ Ethical Hacker | 🎓 Educator

Passionate about cybersecurity and dedicated to educating others on the importance of digital safety. With a strong foundation in ethical hacking and secure coding practices, I strive to create tools and resources that empower individuals and organizations to protect their digital assets.

  • 🔭 Current Project: Working on CertsGamified, a Cybersecurity roadmap tool.
  • 🌱 Learning: Advanced penetration testing techniques.
  • 👯 Open to Collaborate: Open-source cybersecurity projects.
  • 💬 Ask Me About: Network Security, Ethical Hacking, and Secure Coding.
  • 📫 Reach Me: Email | LinkedIn
  • Fun Fact: I enjoy breaking and fixing things to understand how they work!

🎉 --DEV--


🔥 Featured Repository

ProxyAuthRequired is a free and open-source cybersecurity learning tool.

ProxyAuthRequired Repo


📈 GitHub Stats & More


📊 Activity Graph

Carter's Activity Timeline

🏆 GitHub Trophies

GitHub Trophies


🐍 Watch Me Eat My Contributions!

github-snake


🛠️ Technologies & Tools

Python JavaScript Docker Kali Linux


🧠 Learning & Teaching

📚 Teaching Resources

https://certgames.com

🎓 Learning Path

Continuously expanding my knowledge to stay ahead in the ever-evolving field of cybersecurity:

  1. Advanced Penetration Testing
  2. Cloud Security
  3. Malware Analysis
  4. Incident Response
  5. Blockchain Security

🎯 Goals

  • Expand Open Source Contributions: Contribute to more cybersecurity projects and collaborate with like-minded developers.
  • Develop Advanced Security Tools: Create tools that address emerging security challenges.
  • Educate the Community: Continue creating resources and tutorials to help others learn about cybersecurity.

"Security is not a product, but a process."Bruce Schneier

Stay safe, stay curious, and keep hacking! 🚀

Lifeswork

Project as of 3/18/25

Web App

.
├── Mongo-Inputs
│   ├── Achievments.js
│   ├── ShopItems.js
│   └── TestUsers.js
├── README.MD
├── REAL-ENV-VAR-TOP-SECRET.MD
├── apache
│   ├── Dockerfile.apache
│   ├── apache_server.conf
│   └── httpd.conf
├── backend
│   ├── API
│   │   └── AI.py
│   ├── Dockerfile.backend
│   ├── app.py
│   ├── celerybeat-schedule
│   ├── helpers
│   │   ├── analogy_stream_helper.py
│   │   ├── async_tasks.py
│   │   ├── celery_app.py
│   │   ├── global_rate_limiter.py
│   │   ├── grc_stream_helper.py
│   │   ├── rate_limiter.py
│   │   ├── scenario_helper.py
│   │   └── xploitcraft_helper.py
│   ├── middleware
│   │   └── subscription_check.py
│   ├── models
│   │   ├── newsletter.py
│   │   ├── password_reset.py
│   │   └── test.py
│   ├── mongodb
│   │   └── database.py
│   ├── requirements.txt
│   ├── routes
│   │   ├── admin_newsletter_routes.py
│   │   ├── analogy_routes.py
│   │   ├── contact_form.py
│   │   ├── cracked_admin.py
│   │   ├── grc_routes.py
│   │   ├── newsletter_routes.py
│   │   ├── oauth_routes.py
│   │   ├── password_reset_routes.py
│   │   ├── scenario_routes.py
│   │   ├── subscription_routes.py
│   │   ├── support_routes.py
│   │   ├── test_routes.py
│   │   └── xploit_routes.py
│   └── utils
│       ├── apple_iap_verification.py
│       └── email_sender.py
├── bandit.yaml
├── docker-compose.yml
├── frontend
│   └── my-react-app
│       ├── Dockerfile.audit
│       ├── Dockerfile.dev
│       ├── Dockerfile.frontend
│       ├── eslint.config.mjs
│       ├── package-lock.json
│       ├── package.json
│       ├── public
│       │   ├── android-chrome-192x192.png
│       │   ├── android-chrome-512x512.png
│       │   ├── apple-touch-icon.png
│       │   ├── favicon-16x16.png
│       │   ├── favicon-32x32.png
│       │   ├── favicon.ico
│       │   ├── images
│       │   ├── index.html
│       │   ├── ios.png
│       │   ├── manifest.json
│       │   ├── robots.txt
│       │   ├── site.webmanifest
│       │   ├── sitemap.xml
│       │   └── xp
│       │       ├── xp10.png
│       │       ├── xp100.png
│       │       ├── xp200.png
│       │       ├── xp25.png
│       │       ├── xp50.png
│       │       └── xp_mongo.js
│       └── src
│           ├── App.js
│           ├── components
│           │   ├── ConfettiAnimation.js
│           │   ├── Footer.js
│           │   ├── FormattedQuestion.js
│           │   ├── GlobalTestList.js
│           │   ├── GlobalTestPage.js
│           │   ├── PrivacyPolicyIOS.js
│           │   ├── ProtectedRoute.js
│           │   ├── SEOHelmet.js
│           │   ├── Sidebar
│           │   │   ├── Sidebar.css
│           │   │   ├── Sidebar.js
│           │   │   └── sidebarlogo.png
│           │   ├── StructuredData.js
│           │   ├── colorMapping.js
│           │   ├── cracked
│           │   │   ├── CrackedAdminDashboard.js
│           │   │   ├── CrackedAdminLoginPage.js
│           │   │   ├── images
│           │   │   │   ├── image1.jpg
│           │   │   │   ├── image2.jpg
│           │   │   │   ├── image3.jpg
│           │   │   │   ├── image4.jpg
│           │   │   │   ├── image5.jpg
│           │   │   │   ├── image6.jpg
│           │   │   │   ├── image7.jpg
│           │   │   │   ├── image8.jpg
│           │   │   │   └── image9.jpg
│           │   │   ├── music
│           │   │   │   └── elevator-music.mp3
│           │   │   ├── styles
│           │   │   │   ├── CrackedAdminDashboard.css
│           │   │   │   ├── CrackedAdminLogin.css
│           │   │   │   └── tabstyles
│           │   │   │       ├── ActivityLogsTab.css
│           │   │   │       ├── DailyTab.css
│           │   │   │       ├── DbShellTab.css
│           │   │   │       ├── HealthCheckTab.css
│           │   │   │       ├── NewsletterTab.css
│           │   │   │       ├── OverviewTab.css
│           │   │   │       ├── PerformanceTab.css
│           │   │   │       ├── RateLimitsTab.css
│           │   │   │       ├── RequestLogsTab.css
│           │   │   │       ├── RevenueTab.css
│           │   │   │       ├── ServerMetricsTab.css
│           │   │   │       ├── SupportTab.css
│           │   │   │       ├── TestsTab.css
│           │   │   │       ├── ToolsTab.css
│           │   │   │       └── UsersTab.css
│           │   │   └── tabs
│           │   │       ├── ActivityLogsTab.js
│           │   │       ├── DailyTab.js
│           │   │       ├── DbShellTab.js
│           │   │       ├── HealthChecksTab.js
│           │   │       ├── NewsletterTab.js
│           │   │       ├── OverviewTab.js
│           │   │       ├── PerformanceTab.js
│           │   │       ├── RateLimitsTab.js
│           │   │       ├── RequestLogsTab.js
│           │   │       ├── RevenueTab.js
│           │   │       ├── ServerMetricsTab.js
│           │   │       ├── SupportTab.js
│           │   │       ├── TestsTab.js
│           │   │       ├── ToolsTab.js
│           │   │       └── UsersTab.js
│           │   ├── footer.css
│           │   ├── iconMapping.js
│           │   ├── og-default.jpg
│           │   ├── pages
│           │   │   ├── AnalogyPage
│           │   │   │   ├── AnalogyHub.css
│           │   │   │   ├── AnalogyHub.js
│           │   │   │   ├── backround1.jpg
│           │   │   │   └── loading2.png
│           │   │   ├── DailyPage
│           │   │   │   ├── DailyCyberBrief.css
│           │   │   │   ├── DailyCyberBrief.js
│           │   │   │   └── backround7.jpg
│           │   │   ├── GRCpage
│           │   │   │   ├── GRC.css
│           │   │   │   ├── GRC.js
│           │   │   │   └── GRCbackground.jpg
│           │   │   ├── Info
│           │   │   │   ├── BlogPage.js
│           │   │   │   ├── BlogPostPage.js
│           │   │   │   ├── ContactPage.js
│           │   │   │   ├── DemosPage.js
│           │   │   │   ├── ExamsPage.js
│           │   │   │   ├── InfoNavbar.js
│           │   │   │   ├── InfoPage.js
│           │   │   │   ├── PublicLeaderboardPage.js
│           │   │   │   ├── YouTubeEmbed.js
│           │   │   │   ├── css
│           │   │   │   │   ├── BlogPage.css
│           │   │   │   │   ├── ContactPage.css
│           │   │   │   │   ├── DemosPage.css
│           │   │   │   │   ├── ExamsPage.css
│           │   │   │   │   ├── InfoNavbar.css
│           │   │   │   │   ├── InfoPage.css
│           │   │   │   │   └── PublicLeaderboardPage.css
│           │   │   │   ├── images
│           │   │   │   │   ├── 1.webp
│           │   │   │   │   ├── 10.webp
│           │   │   │   │   ├── 11.webp
│           │   │   │   │   ├── 12.webp
│           │   │   │   │   ├── 13.webp
│           │   │   │   │   ├── 14.webp
│           │   │   │   │   ├── 15.webp
│           │   │   │   │   ├── 2.webp
│           │   │   │   │   ├── 3.webp
│           │   │   │   │   ├── 4.webp
│           │   │   │   │   ├── 5.webp
│           │   │   │   │   ├── 6.webp
│           │   │   │   │   ├── 7.webp
│           │   │   │   │   ├── 8.webp
│           │   │   │   │   ├── 9.webp
│           │   │   │   │   ├── CISS.webp
│           │   │   │   │   ├── achi.webp
│           │   │   │   │   ├── analogy.webp
│           │   │   │   │   ├── aplus.webp
│           │   │   │   │   ├── apple.svg
│           │   │   │   │   ├── awscloud.webp
│           │   │   │   │   ├── bonus.webp
│           │   │   │   │   ├── cissp.webp
│           │   │   │   │   ├── cloud.webp
│           │   │   │   │   ├── cloudsec.webp
│           │   │   │   │   ├── colors.webp
│           │   │   │   │   ├── cysa.webp
│           │   │   │   │   ├── data.webp
│           │   │   │   │   ├── exammode.webp
│           │   │   │   │   ├── gamified.webp
│           │   │   │   │   ├── grc.webp
│           │   │   │   │   ├── leader (copy 1).webp
│           │   │   │   │   ├── leader.webp
│           │   │   │   │   ├── linux.webp
│           │   │   │   │   ├── network.webp
│           │   │   │   │   ├── news.webp
│           │   │   │   │   ├── pbqs.webp
│           │   │   │   │   ├── pentest.webp
│           │   │   │   │   ├── rec.webp
│           │   │   │   │   ├── review.webp
│           │   │   │   │   ├── scen.webp
│           │   │   │   │   ├── security.webp
│           │   │   │   │   ├── securityplus.webp
│           │   │   │   │   ├── securityx.webp
│           │   │   │   │   ├── server.webp
│           │   │   │   │   ├── shop.webp
│           │   │   │   │   ├── support.webp
│           │   │   │   │   ├── test.webp
│           │   │   │   │   ├── user1.webp
│           │   │   │   │   ├── user2.webp
│           │   │   │   │   ├── user3.webp
│           │   │   │   │   ├── user6.webp
│           │   │   │   │   ├── user8.webp
│           │   │   │   │   ├── xboost.webp
│           │   │   │   │   └── xploit.webp
│           │   │   │   ├── navbarScrollUtils.js
│           │   │   │   └── videoConfig.js
│           │   │   ├── LegalPages.css
│           │   │   ├── PrivacyPolicy.js
│           │   │   ├── ResourcesPage
│           │   │   │   ├── Resourcebackground.jpg
│           │   │   │   ├── Resources.css
│           │   │   │   └── Resources.js
│           │   │   ├── ScenarioPage
│           │   │   │   ├── ScenarioSphere.css
│           │   │   │   ├── ScenarioSphere.js
│           │   │   │   ├── attacks.js
│           │   │   │   └── backround5.jpg
│           │   │   ├── TermsOfService.js
│           │   │   ├── XploitcraftPage
│           │   │   │   ├── App.css
│           │   │   │   ├── Xploitcraft.js
│           │   │   │   ├── backround2.jpg
│           │   │   │   ├── loading3.png
│           │   │   │   └── logo5.png
│           │   │   ├── auth
│           │   │   │   ├── CreateUsernameForm.js
│           │   │   │   ├── ErrorDisplay.js
│           │   │   │   ├── ForgotPassword.js
│           │   │   │   ├── Login.js
│           │   │   │   ├── OAuthSuccess.js
│           │   │   │   ├── PasswordRequirements.js
│           │   │   │   ├── Register.js
│           │   │   │   ├── ResetPassword.js
│           │   │   │   └── css
│           │   │   │       ├── CreateUsernameForm.css
│           │   │   │       ├── ErrorDisplay.css
│           │   │   │       ├── ForgotPassword.css
│           │   │   │       ├── Login.css
│           │   │   │       ├── PasswordRequirements.css
│           │   │   │       ├── Register.css
│           │   │   │       └── ResetPassword.css
│           │   │   ├── ios
│           │   │   │   ├── AppleLegalPages.css
│           │   │   │   ├── PrivacyPolicyIOS.js
│           │   │   │   └── TermsOfServiceIOS.js
│           │   │   ├── store
│           │   │   │   ├── AchievementPage.js
│           │   │   │   ├── AchievementToast.js
│           │   │   │   ├── DailyStationPage.js
│           │   │   │   ├── LeaderboardPage.js
│           │   │   │   ├── ShopPage.js
│           │   │   │   ├── SupportAskAnythingPage.js
│           │   │   │   ├── UserProfile.js
│           │   │   │   ├── css
│           │   │   │   │   ├── AchievementPage.css
│           │   │   │   │   ├── AchievementToast.css
│           │   │   │   │   ├── DailyStation.css
│           │   │   │   │   ├── LeaderboardPage.css
│           │   │   │   │   ├── ShopPage.css
│           │   │   │   │   ├── SupportAskAnythingPage.css
│           │   │   │   │   └── UserProfile.css
│           │   │   │   ├── slice
│           │   │   │   │   ├── achievementsSlice.js
│           │   │   │   │   ├── shopSlice.js
│           │   │   │   │   └── userSlice.js
│           │   │   │   └── store.js
│           │   │   ├── subscription
│           │   │   │   ├── StripeCheckout.js
│           │   │   │   ├── SubscriptionCancel.js
│           │   │   │   ├── SubscriptionPage.js
│           │   │   │   ├── SubscriptionSuccess.js
│           │   │   │   └── css
│           │   │   │       ├── StripeCheckout.css
│           │   │   │       ├── SubscriptionCancel.css
│           │   │   │       ├── SubscriptionPage.css
│           │   │   │       └── SubscriptionSuccess.css
│           │   │   └── tests
│           │   │       ├── aplus
│           │   │       │   ├── APlusTestList.js
│           │   │       │   └── APlusTestPage.js
│           │   │       ├── aplus2
│           │   │       │   ├── APlusCore2TestPage.js
│           │   │       │   └── AplusCore2TestList.js
│           │   │       ├── awscloud
│           │   │       │   ├── AWSCloudTestList.js
│           │   │       │   └── AWSCloudTestPage.js
│           │   │       ├── casp
│           │   │       │   ├── CaspPlusTestList.js
│           │   │       │   └── CaspPlusTestPage.js
│           │   │       ├── cissp
│           │   │       │   ├── CisspTestList.js
│           │   │       │   └── CisspTestPage.js
│           │   │       ├── cloudplus
│           │   │       │   ├── CloudPlusTestList.js
│           │   │       │   └── CloudPlusTestPage.js
│           │   │       ├── cysa
│           │   │       │   ├── CySAPlusTestList.js
│           │   │       │   └── CySAPlusTestPage.js
│           │   │       ├── dataplus
│           │   │       │   ├── DataPlusTestList.js
│           │   │       │   └── DataPlusTestPage.js
│           │   │       ├── linuxplus
│           │   │       │   ├── LinuxPlusTestList.js
│           │   │       │   └── LinuxPlusTestPage.js
│           │   │       ├── nplus
│           │   │       │   ├── NPlusTestList.js
│           │   │       │   └── NetworkPlusTestPage.js
│           │   │       ├── penplus
│           │   │       │   ├── PenPlusTestList.js
│           │   │       │   └── PenPlusTestPage.js
│           │   │       ├── secplus
│           │   │       │   ├── SecurityPlusTestList.js
│           │   │       │   └── SecurityPlusTestPage.js
│           │   │       └── serverplus
│           │   │           ├── ServerPlusTestList.js
│           │   │           └── ServerPlusTestPage.js
│           │   └── test.css
│           ├── global.css
│           ├── index.js
│           └── reportWebVitals.js
├── nginx
│   ├── logs
│   │   ├── access.log
│   │   └── error.log
│   ├── nginx.conf
│   └── sites-enabled
│       └── reverse_proxy.conf
├── redis
│   └── redis.conf
└── routes.md

61 directories, 306 file

IOS APP

.
├── App.js
├── app.json
├── assets
   ├── adaptive-icon.png
   ├── apple-touch-icon.png
   ├── default-avatar.png
   ├── favicon.png
   ├── fonts
      ├── FiraCode-Regular.ttf
      ├── Fira_Code
         ├── OFL.txt
         └── static
      ├── Orbitron
         └── OFL.txt
      ├── Orbitron-Black.ttf
      ├── Orbitron-Bold.ttf
      ├── Orbitron-Medium.ttf
      ├── Orbitron-Regular.ttf
      ├── ShareTechMono-Regular.ttf
      └── Share_Tech_Mono
          └── OFL.txt
   ├── icon.png
   ├── logo.png
   └── splash-icon.png
├── babel.config.js
├── eas.json
├── index.js
├── package-lock.json
├── package.json
├── repomix-output.xml
└── src
    ├── api
       ├── AppleSubscriptionService.js
       ├── GoogleAuthService.js
       ├── ResourcesService.js
       ├── achievementService.js
       ├── analogyService.js
       ├── apiClient.js
       ├── apiConfig.js
       ├── authService.js
       ├── contactService.js
       ├── dailyStationService.js
       ├── grcService.js
       ├── leaderboardService.js
       ├── newsletterService.js
       ├── passwordResetService.js
       ├── profileService.js
       ├── scenarioService.js
       ├── shopService.js
       ├── supportService.js
       ├── testService.js
       └── xploitService.js
    ├── components
       ├── AchievementItem.js
       ├── CustomHeaderComponent.js
       ├── FormattedQuestion.js
       ├── GlobalErrorHandler.js
       ├── GradientCard.js
       ├── NotificationOverlay.js
       ├── ResourceItemComponent.js
       ├── ResourceRandomModal.js
       ├── ResourcesCategoriesComponent.js
       ├── TestProgressComponent.js
       └── ThemeSelector.js
    ├── constants
       ├── achievementConstants.js
       ├── resourcesConstants.js
       ├── shop
          └── shopConstants.js
       ├── supportConstants.js
       └── testConstants.js
    ├── context
       ├── NetworkContext.js
       └── ThemeContext.js
    ├── hooks
       ├── useAchievements.js
       ├── useLeaderboard.js
       ├── useResources.js
       ├── useShop.js
       ├── useSupport.js
       ├── useTest.js
       ├── useUserData.js
       └── useXpProgress.js
    ├── navigation
       ├── AppNavigator.js
       ├── AuthNavigator.js
       ├── MainNavigator.js
       └── TestNavigator.js
    ├── screens
       ├── HomeScreen.js
       ├── LeaderboardScreen.js
       ├── auth
          ├── CreateUsernameScreen.js
          ├── ForgotPasswordScreen.js
          ├── LoginScreen.js
          ├── PrivacyPolicyScreen.js
          ├── RegisterScreen.js
          └── TermsScreen.js
       ├── profile
          ├── AchievementsScreen.js
          ├── ProfileScreen.js
          ├── SupportScreen.js
          └── ThemeSettingsScreen.js
       ├── shop
          ├── ShopScreen.js
          └── components
              ├── AvatarItem.js
              ├── BoostItem.js
              └── ColorItem.js
       ├── subscription
          └── SubscriptionScreenIOS.js
       ├── tests
          ├── TestListScreen.js
          ├── TestScreen.js
          └── categories
              ├── APlus2Screen.js
              ├── APlusScreen.js
              ├── AWSCloudScreen.js
              ├── CaspPlusScreen.js
              ├── CisspScreen.js
              ├── CloudPlusScreen.js
              ├── CySAPlusScreen.js
              ├── DataPlusScreen.js
              ├── LinuxPlusScreen.js
              ├── NetworkPlusScreen.js
              ├── PenPlusScreen.js
              ├── SecurityPlusScreen.js
              └── ServerPlusScreen.js
       └── tools
           ├── AnalogyHubScreen.js
           ├── DailyStationScreen.js
           ├── GRCScreen.js
           ├── NewsletterScreen.js
           ├── ResourcesScreen.js
           ├── ScenarioSphereScreen.js
           ├── XploitCraftScreen.js
           ├── attackTypes.js
           ├── xploit.js
           └── xploits.js
    ├── store
       ├── index.js
       └── slices
           ├── achievementsSlice.js
           ├── networkSlice.js
           ├── shopSlice.js
           └── userSlice.js
    ├── styles
       └── globalStyles.js
    └── utils
        ├── networkUtils.js
        └── responsive.js

28 directories, 124 files
### Tests
```python
    ├── A+ Core 1
    │   ├── 1.ruby
    │   ├── 2.ruby
    │   ├── 3.ruby
    │   ├── 4.ruby
    │   ├── 5.ruby
    │   ├── 6.ruby
    │   ├── 7.ruby
    │   ├── 8.ruby
    │   ├── 9.js
    │   └── X0.ruby
    ├── A+ Core 2
    │   ├── 1.ruby
    │   ├── 2.ruby
    │   ├── 3.ruby
    │   ├── 4.ruby
    │   ├── 5.ruby
    │   ├── 6.ruby
    │   ├── 7.ruby
    │   ├── 8.ruby
    │   ├── 9.ruby
    │   └── X0.ruby
    ├── AWS-CLOUD
    │   ├── 1.ruby
    │   ├── 2.ruby
    │   ├── 3.ruby
    │   ├── 4.ruby
    │   ├── 5.ruby
    │   ├── 6.ruby
    │   ├── 7.ruby
    │   ├── 8.ruby
    │   ├── 9.ruby
    │   └── X0.ruby
    ├── CASP+
    │   ├── 1.ruby
    │   ├── 2.ruby
    │   ├── 3.ruby
    │   ├── 4.ruby
    │   ├── 5.ruby
    │   ├── 6.ruby
    │   ├── 7.ruby
    │   ├── 8.ruby
    │   ├── 9.ruby
    │   └── X0.ruby
    ├── CISSP
    │   ├── 1.ruby
    │   ├── 2.ruby
    │   ├── 3.ruby
    │   ├── 4.ruby
    │   ├── 5.ruby
    │   ├── 6.ruby
    │   ├── 7.ruby
    │   ├── 8.ruby
    │   ├── 9.ruby
    │   └── X0.ruby
    ├── Cloud+
    │   ├── 1.ruby
    │   ├── 2.ruby
    │   ├── 3.ruby
    │   ├── 4.ruby
    │   ├── 5.ruby
    │   ├── 6.ruby
    │   ├── 7.ruby
    │   ├── 8.ruby
    │   ├── 9.ruby
    │   └── X0.ruby
    ├── CySa+
    │   ├── 1.ruby
    │   ├── 2.ruby
    │   ├── 3.ruby
    │   ├── 4.ruby
    │   ├── 5.ruby
    │   ├── 6.ruby
    │   ├── 7.ruby
    │   ├── 8.ruby
    │   ├── 9.ruby
    │   └── X0.ruby
    ├── Data+
    │   ├── 1.ruby
    │   ├── 2.ruby
    │   ├── 3.ruby
    │   ├── 4.ruby
    │   ├── 5.ruby
    │   ├── 6.ruby
    │   ├── 7.ruby
    │   ├── 8.ruby
    │   ├── 9.ruby
    │   └── X0.ruby
    ├── DuplicateFix.txt
    ├── Linux+
    │   ├── 1.ruby
    │   ├── 2.ruby
    │   ├── 3.ruby
    │   ├── 4.ruby
    │   ├── 5.ruby
    │   ├── 6.ruby
    │   ├── 7.ruby
    │   ├── 8.ruby
    │   ├── 9.ruby
    │   └── X0.ruby
    ├── Network+
    │   ├── 1.ruby
    │   ├── 2.ruby
    │   ├── 3.ruby
    │   ├── 4.ruby
    │   ├── 5.ruby
    │   ├── 6.ruby
    │   ├── 7.ruby
    │   ├── 8.ruby
    │   ├── 9.ruby
    │   └── X0.ruby
    ├── PenTest+
    │   ├── 1.ruby
    │   ├── 2.ruby
    │   ├── 3.ruby
    │   ├── 4.ruby
    │   ├── 5.ruby
    │   ├── 6.ruby
    │   ├── 7.ruby
    │   ├── 8.ruby
    │   ├── 9.ruby
    │   └── X0.ruby
    ├── Security+
    │   ├── 1.ruby
    │   ├── 2.ruby
    │   ├── 3.ruby
    │   ├── 4.ruby
    │   ├── 5.ruby
    │   ├── 6.ruby
    │   ├── 7.ruby
    │   ├── 8.ruby
    │   ├── 9.ruby
    │   └── X0.ruby
    ├── Server+
    │   ├── 1.ruby
    │   ├── 2.ruby
    │   ├── 3.ruby
    │   ├── 4.ruby
    │   ├── 5.ruby
    │   ├── 6.ruby
    │   ├── 7.ruby
    │   ├── 8.ruby
    │   ├── 9.ruby
    │   └── X0.ruby

Pinned Loading

  1. ProxyAuthRequired ProxyAuthRequired Public

    Free, Open-Source, Cybersecurity Learning Website.

    JavaScript 17 3