Skip to content
View codeslacker1155's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report codeslacker1155

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

Thank you for checking out my repositories! :D 👋

  • 🔭 Party in the backend, business in the front.
  • 🌱 Learning Solidity, RUST, MERN, etc.


Network-Scanner Password-Maker Profile-Creator Regex-Checker Port-Scanner Weather-Conditions

Snake animation

Pinned

  1. Network-Scanner Network-Scanner Public

    This is a python script used to scan your network and get back various important information.

    Python 2

  2. Password-Maker Password-Maker Public

    This is a script that I wrote to generate complex passwords from a generated wordlist. The wordlist and the password.py file are all you need. The PWD.txt file is the file that is generated by this…

    Python

  3. Profile-Creator Profile-Creator Public

    Is a program used for creating a full account data template for most websites. This is useful for testing websites and scripts for errors. You can use this to create a bot and send data to your dat…

    Python

  4. Host-Checker Host-Checker Public

    This is a simple program that takes the input of the target host and uses Nmap, GoBuster, and WhatWeb to scan the target host.

    Shell

  5. Daily-Horoscope Daily-Horoscope Public

    This is a simple tool that checks your horoscope on various astrology sites and puts them together for you each day.

    Shell

  6. Collatz-Conjecture Collatz-Conjecture Public

    Start with a number n > 1. Find the number of steps it takes to reach one using the following process: If n is even, divide it by 2. If n is odd, multiply it by 3 and add 1.

    JavaScript