Some Guy
@AzureScripts
Experienced enough in Python to make a script that just about functions.
Hey guys, how are we all doing?
I hope you guys can help me out with a little script I got in mind.
I used to have a script that would send a proxy a
So we all know that IP loggers are a fairly annoying thing on the internet. You get into an argument and they send you an IP logger to try and script
Python
How would I make a login page for a website and put it up to a database? Been thinking about releasing a program but I want people to register account
PattanAhmed Need something like Firebase, ReplDB for databases.
Node.js for back-end
etc...2 years ago
19wintersp If it's on repl.it, I suggest Repl Auth. Otherwise, you can either use something like Firebase (with either Google authentication or a custom DB) or write your own server using Flask (Python) or Node (JavaScript). You can connect it to a database like MongoDB or MySQL/SQLite, and then store usernames and (HASHED AND SALTED!) passwords.2 years ago
RYANTADIPARTHI IF you are doing this in python, use the repl.it db this will save stuff, and you can just save login info.2 years ago
Had an idea for an OSINT tool to try and grab as much data as digitally possible from an IP address or whatever information you give the script.
Look
How would I use repl to host a discord bot without releasing the token to everyone on this site?
Coder100 read this
Easy, right?
.env
BOT_TOKEN=...
Python:
import os
...
bot.run(os.getenv("BOT_TOKEN"))
JS:
bot.login(process.env.BOT_TOKEN)
`2 years ago
littlepenguin Try this: https://repl.it/talk/learn/Hosting-discordjs-bots-on-replit-Works-for-both-discordjs-and-Eris/11027? .2 years ago
Idk what i did but now my "else:" is giving me a syntax error
Python
PattanAhmed @AzureScripts Hi,
Silly error:-
You forgot to close the print statement's parentheses on line 13.
Change your code to like this on line 13:-
print("[FOUND] " + https_a + " (" + socket.gethostbyname(a) + ")")
Or change lines from 7 to 18:-
def check(a):
try:
https_a = "https://" + a
r = requests.get(https_a)
This checks to see the status code
if r.statuscode == 200 or r.statuscode == 301 or r.status_code == 302:
print("[FOUND] " + https_a + " (" + socket.gethostbyname(a) + ")3 years ago
Coder100 image
You forgot to close your parentheses on line 13!
print("[FOUND] " + https_a + " (" + socket.gethostbyname(a) + ")")
`3 years ago
I'm still trying to get my head around this, how does changing to different proxies make it harder to track? E.G moving to 3 different proxies before
SixBeeps Think of it like this.
0 proxies: I passed a ball to Julia, who then gave it back to me.
3 proxies: I passed a ball to Stan, who then gave it to Robert, who then gave it to Kevin, who then gave it to Julia, who then passed it back the same way.
10 Proxies: I passed a ball to Stan, who then gave it to Robert, who then gave it to Kevin, who then gave it to Matt, who then gave it to- wait, where are we again?3 years ago
BUDGET: £900 - I found a laptop with i7 and GTX 1660 (or whatever 16 version they got) Can you find better? (UK)
M-HASANAINHASAN Dell 5000 Core i7 seventh Gen Laptop, each game will be an advancing encounter. Loaded with highlights, for example, the NVIDIA Geforce GTX 1050 illustrations card and a 8 GB DDR4 RAM, this PC is intended to give you an extraordinary gaming experience. The this is the best gaming machine.8 months ago
Alexsadi I purchased HP Chromebook 11 G4 EE from https://radixreviews.com/best-gaming-laptops-under-100/1 year ago
Linux has a thing called proxychains, how would I make my own in Python? Works by jumping to different proxies, making it hard to track
SixBeeps Think about how these things work. Let's say you want to connect to a server with a domain name of www.xyz.co.uk (just an example). You would first send a GET request to the server with some headers and a bit of data to tell you who you are. The server then returns the data as per the request to the computer that sent it. A proxychain just does that, but with some middleman steps.
You might be able to keep some kind of DB to keep track of valid IPs that have your proxychain program. If you do, y3 years ago
I am on ps4 but unable to edit or enter inputs on a running script
SixBeeps Coding on console is certainly an interesting idea to say the least. If you're unable to enter anything into the console, then that's weird, and you should submit a ticket to the Bugs page about it, since I believe it works fine on mobile.3 years ago
Suspended from college, so ps4 is my only internet access. F for respects.
AzureScripts I have no phone or PC. I have the browser on PS4. Lost access to PC in college (Suspended )3 years ago
AllAwesome497 First of all: PS4<Bad.
Second, why would not do it from ur phone? doing it on ps4 would be a pain3 years ago
I heard that they both left the site, please tell me this isn't true.
How would i make my own encryption / decryption script?
Any steps?
mwilki7 Here is a tutorial page that I used for RSA encryption for one of my school projects.
https://www.geeksforgeeks.org/rsa-algorithm-cryptography/
I had to implement it in Java though luckily this page has a python example.3 years ago
Surely if someone gives you a product, you have every right to play with it in your own way.
mwilki7 Depends if you're being provided a product/service/license. Services and licenses can be revoked (even products if they're not entirely yours) usually products cannot.
As for whether or not it should be illegal, I'd say you'd have government resources better spent attacking more serious cyber crime and let the developers battle this.3 years ago
Vandesm14 It really depends on the TOS. Some games allow you to do it upfront, some don't say you can't, and some (hint hint Rockstar GTAV Online) try as hard as possible to prevent anything from happening to their game.3 years ago
How do i make it work on a right click? where it pops up as an option
Making my own chrome extension right now, and i sort of hit a dead end. I got the extension to work and display on chrome, but the whole function of i
Where can i get a 128x128 version of the replit logo? I need one for a project i want to work on!
hayaodeh You can ask me, and I can help you, here is an svg logo, you can play with the sizing. What's the project you're working on?
Copy of 01origional logo-013 years ago
SixBeeps I know this question has already been answered, but, for future reference, you can use almost any paint program to resize an image. Even MS Paint can do it (albeit tedious)3 years ago
Is it possible to make one in python? or do i need to know JS / HTML?
Vandesm14 You need to know JS/HTML. Python is not a web-based language so it's impossible to create an extension with it. Sorry!
> Please mark this as answered if I helped your problem 👍3 years ago
I made something for roblox, a script to grab statistics.
If you got any improvements i can add, please let me know!
It doesn't work for some games f
Python
My notifications have been absolutely destroyed now because of a challenge i did...
Yeah.... it's a mess
Highwayman This...
This is pure awesomeness. Just the premise of this post is just pure awesomeness. Had to say it.4 years ago