Skip to content
Sign UpLog In
Profile icon

Zuro XLL

Pro
@ZuroXLL
14 Year Old, Python Main
New York
  • HttpCore

    Cover page
    Made with Python

    HttpCore is a lightweight and easy-to-use HTTP framework for making requests and interacting with web servers. It provides a simple interface for sending HTTP requests and receiving responses, and supports a range of HTTP methods and headers. With HttpCore, you can easily access and retrieve data from web APIs, or build your own HTTP-based services and applications. Whether you're a beginner or an experienced developer, HttpCore is the perfect choice for your HTTP needs.

    Recent comments (0)
Repls
Community
ZuroXLL
ZuroXLL
published an Update
3 months ago
0
URL Shortner 1.0 (Unfinished)
URL Shortner 1.0 (Unfinished)URL SHORTNER 2.0 IS OUT I was gonna delete this but ill release it. Its broken but whatever, Flask web server application that has a function to shorten a given URL. The function generates a unique identifier (UUID) and checks if the URL starts with "http://" or "https://". If not, it adds "https://" to the beginning of the URL. The function then stores the shortened URL and the original URL in a JSON file called "connections.json", along with the given code and a shortened version of the UUID. The application also has a route defined at the root URL ("/") that simply returns the string "Zuro was here". Finally, the application runs on the host 0.0.0.0 and the specified port, or port 5000 if no value is given for the PORT environment variable.
2.0
Url Shortner 2.0 Is out check it out
#urlshortener
#webserver
#flask
+1
ZuroXLL
ZuroXLL
published a Repl
3 months ago
0
URL Shortner 1.0 (Unfinished)
URL Shortner 1.0 (Unfinished)URL SHORTNER 2.0 IS OUT I was gonna delete this but ill release it. Its broken but whatever, Flask web server application that has a function to shorten a given URL. The function generates a unique identifier (UUID) and checks if the URL starts with "http://" or "https://". If not, it adds "https://" to the beginning of the URL. The function then stores the shortened URL and the original URL in a JSON file called "connections.json", along with the given code and a shortened version of the UUID. The application also has a route defined at the root URL ("/") that simply returns the string "Zuro was here". Finally, the application runs on the host 0.0.0.0 and the specified port, or port 5000 if no value is given for the PORT environment variable.
ZuroXLL
ZuroXLL
Url Shortner 2.0 Is out check it out3 months ago
ZuroXLL
ZuroXLL
published a Repl
3 months ago
0
SecureWeb
SecureWebThis is a script for a FastAPI server that includes routes for creating and verifying JSON Web Tokens (JWTs). The script includes a function for generating a JWT given a string (in this case, a hardware ID or "hwid"), and another function for verifying a JWT by decoding it and checking that it contains a valid "uuid" field. The script also includes a function for generating a secure hash of a password using the PBKDF2HMAC and Scrypt algorithms, as well as a function for verifying that a given password matches a stored hashed password. These functions can be used to store and verify user passwords in a secure manner. The script uses the cryptography library to perform various cryptographic operations, such as generating hashes and HMACs. It also uses the jwt library to encode and decode JWTs. Finally, it uses the FastAPI library to create an HTTP server and handle HTTP requests and responses.
ZuroXLL
ZuroXLL
This is a template nothings gonna happen when you run it, Its a FASTAPI web server protected with hashing and JWT Bearer Headers. Nice template to make private apis or whitelist apis TIPS AND FOLLOWS APPRECIATED 3 months ago
ZuroXLL
ZuroXLL
published a Repl
3 months ago
0
ZHash
ZHashThis is a script that generates a hashed password and allows you to verify that a given password matches the hashed password. It uses the PBKDF2HMAC and Scrypt algorithms to generate the hash and a HMAC (Hash-based Message Authentication Code) to verify the integrity of the hash. The process of generating a hash begins by generating a random salt value, which is used to make the resulting hash unique even if the original password is the same. The salt value is then concatenated with the password and passed through the PBKDF2HMAC function, which applies a hash function (in this case, SHA256) to the combination and iteratively "stretches" the result by applying the hash function to it multiple times. This stretching process makes it much more computationally expensive to reverse the process and determine the original password from the hash.
ZuroXLL
ZuroXLL
published a Repl
3 months ago
0
Trust Bot
Trust BotThis discord bot and develop trust scores through multiple checks to validate if there a ALT account or a real discord account used regularly. Use freely and modify to your liking, tips Appreciated Checks: colorsCheck, specialCharacterCheck, longCharactersCheck, dateCheck, gifCheck, boostCheck, statusCheck
ZuroXLL
ZuroXLL
published an Update
3 months ago
0
ZBay
ZBaySearch for an product from ebay and get the cheapest to most expensive. Example of web scraping, but if you really want to you can use the Zbay Library to do data collection or just get the cheapest product. Save some money. Documentation provided, use freely.
Fixed URL
Forgot to update it to Ebays brand new html styling
ZuroXLL
ZuroXLL
published a Repl
3 months ago
0
ZBay
ZBaySearch for an product from ebay and get the cheapest to most expensive. Example of web scraping, but if you really want to you can use the Zbay Library to do data collection or just get the cheapest product. Save some money. Documentation provided, use freely.
ZuroXLL
ZuroXLL
Forgot to update it to Ebays brand new html styling3 months ago
ZuroXLL
ZuroXLL
published an Update
3 months ago
0
ZCrypt
ZCryptThe utf class is a simple class that includes two methods: encode and decode, which are used to encode and decode strings of text using the UTF-8 encoding format. The ZCrypt class has a constructor that takes a secret key as an input and initializes several instance variables, including secretkey and salt. The secretkey is used as the key for encrypting and decrypting data, and the salt is a random string of characters that is used to add additional randomness to the encryption process. The class includes several methods that can be used to manipulate the secret_key and salt variables, as well as to encrypt and decrypt data. The script then creates an instance of the ZCrypt class using a secret key and sets the salt to a predefined value. It also defines a string called plaintext and uses the encrypt method of the ZCrypt instance to encrypt it.
Information
I updated the description, explaining how it works and what to do if you plan on using it.
ZuroXLL
ZuroXLL
published a Repl
3 months ago
0
ZCrypt
ZCryptThe utf class is a simple class that includes two methods: encode and decode, which are used to encode and decode strings of text using the UTF-8 encoding format. The ZCrypt class has a constructor that takes a secret key as an input and initializes several instance variables, including secretkey and salt. The secretkey is used as the key for encrypting and decrypting data, and the salt is a random string of characters that is used to add additional randomness to the encryption process. The class includes several methods that can be used to manipulate the secret_key and salt variables, as well as to encrypt and decrypt data. The script then creates an instance of the ZCrypt class using a secret key and sets the salt to a predefined value. It also defines a string called plaintext and uses the encrypt method of the ZCrypt instance to encrypt it.
ZuroXLL
ZuroXLL
I updated the description, explaining how it works and what to do if you plan on using it.3 months ago
LuisAFK
LuisAFK
Wow the TUI is actually the best part, this is really well made3 months ago
ZuroXLL
ZuroXLL
published a Repl
3 months ago
0
Web Glass
Web GlassWeb Scraper created by Zuro under XLL. Scrapes for Href Results and Parsed pieces of a tag into urls Scrapes for Classes TIPS APPRECIATED
ZuroXLL
ZuroXLL
published an Update
3 months ago
3
Paypal  Login Simulation
Paypal Login SimulationThis isnt a tool, more of a reference to create a human-like login event.
Description
More accurate
ZuroXLL
ZuroXLL
published a Repl
4 months ago
0
 GC Voice Call Crasher
GC Voice Call CrasherAdvanced, region overload. Use to annoy your friends, and at your own risk. (NO HARM INTENDED)
ZuroXLL
ZuroXLL
published a Repl
4 months ago
3
Paypal  Login Simulation
Paypal Login SimulationThis isnt a tool, more of a reference to create a human-like login event.
RainnAce29
RainnAce29
Nice Simulation, Thx for the template I was able to implement with a webdriver and actually make it function with paypal site4 months ago
ZuroXLL
ZuroXLL
More accurate3 months ago
ZuroXLL
ZuroXLL
published a Repl
4 months ago
3
GC Ring Spam
GC Ring SpamAdvanced, mass ringing. Use to annoy your friends, and at your own risk. (NO HARM INTENDED)
haydas
haydas
bro it was so annoying for my friends, nice stuff it works well4 months ago
ZuroXLL
ZuroXLL
published a Repl
4 months ago
3
Request Header Gen
Request Header GenGenerate Fake Headers to Bypass/Void Headers.
RainnAce29
RainnAce29
Pretty realistic and bypassed most void checkers thanks4 months ago
haydas
haydas
didnt try it but seems cool, i saw it in the other repls that you made4 months ago
ZuroXLL
ZuroXLL
published a Repl
4 months ago
3
Mass Reports
Mass ReportsAdvanced, mass reporting. Use to get spammer off the platform, and at your own risk. (NO HARM INTENDED)
haydas
haydas
massed reported some pedo server thx works flawlessly4 months ago
ZuroXLL
ZuroXLL
published a Repl
4 months ago
2
Textbox
TextboxSimple advanced TextBox thats customizable for data collection or user input.
RainnAce29
RainnAce29
Using this in like all my stuff now thx4 months ago
haydas
haydas
you can improve some parts with minimization but nice ig4 months ago