Create Your Personal Area Free Internet App & Operating 7x24x365 with Replit – Free On-line IDE SaaS Web site – CyberSecurity Memo


Lets begin with htop software program. It would mechanically set up it then run it.

Your Repl mission will likely be operating in Google Cloud and the primary host will likely be 8 cores wtih 64G RAM. All new REPL initiatives will likely be began from one server till it reaches the limitation, then begin one other new host server for brand spanking new initiatives. As metnioned in earlier part, free Repl may have 0.2-0.5 CPU, 512ram and 500MB storage. Want extra, pay for it. 

1 Log into replit web site.

2 From Dwelling web page, click on +Create button to create your personal Repl. Select Python as templete.

3 Sort following code into major.py code part

Code might be discovered from Github web site:  https://github.com/51sec/myip/blob/major/major.py

from replit import net
import flask
from flask import Flask, request

app = flask.Flask(__name__) 
  
@app.route("/") 
def home_view():
  
        ip_addr1 = request.remote_addr
        ip_addr2 = request.environ['REMOTE_ADDR']
        ip_addr3 = request.environ.get('HTTP_X_FORWARDED_FOR', request.remote_addr)
        return "</BR>" +"</BR>" +"</BR>" +"<h1>Welcome to My PY web site!</h1>"+"</BR>" + "<h1> Your IP deal with is:" + ip_addr1 +"</BR>" + "<h1> Your IP deal with is:" + ip_addr2 + "</BR>" + "<h1> Your IP deal with is:" + ip_addr3

net.run(app)

4 Click on inexperienced Run button to begin to run it

You’re going to get a url from proper panel Webview:

Utilizing UptimeRobot Web site to Hold it Awake

For those who Repl web site just isn’t visited in half-hour, it will likely be put into sleep mode. then you’ll have to go to dwelling web page once more to wake it up.

Right here is a straightforward approach to preserve it awake. You may create a monitor in UptimeRobot web site  and use http(s) monitor to go to it each 25 minutes to maintain it awake. 

Right here is an instance when UptimeRobot go to the location each 10 minutes or any minutes lower than half-hour 

 * Serving Flask app 'major'
 * Debug mode: off
WARNING: This can be a improvement server. Don't use it in a manufacturing deployment. Use a manufacturing WSGI server as an alternative.
 * Operating on all addresses (0.0.0.0)
 * Operating on http://127.0.0.1:8080
 * Operating on http://172.31.128.114:8080
Press CTRL+C to give up
172.31.128.1 - - [30/Jan/2023 17:11:49] "GET / HTTP/1.1" 200 -
172.31.128.1 - - [30/Jan/2023 17:15:27] "GET / HTTP/1.1" 200 -
172.31.128.1 - - [30/Jan/2023 17:15:54] "HEAD / HTTP/1.1" 200 -
172.31.128.1 - - [30/Jan/2023 17:25:54] "HEAD / HTTP/1.1" 200 -
172.31.128.1 - - [30/Jan/2023 17:35:54] "HEAD / HTTP/1.1" 200 -
172.31.128.1 - - [30/Jan/2023 17:45:54] "HEAD / HTTP/1.1" 200 -
172.31.128.1 - - [30/Jan/2023 17:55:54] "HEAD / HTTP/1.1" 200 -

Get Root Permission

 

1 Create a Repl utilizing Bash template

截屏2022-12-24 08.03.11.png

2 Execute following instructions from proper panel’s Console window, not Shell

wget https://cdn.discordapp.com/attachments/853535040250970113/878590395611775016/yt.zip (Press enter)
unzip yt.zip (Press enter)
unzip root.zip
tar -xvf root.tar.xz
./dist/proot -S . /bin/bash

3 As soon as all  these instructions performed, you’ll be root.

截屏2022-12-24 08.03.24.png

Create Repl for v2ray, trojan

 V2RAY

  1. 浏览器登录自己的Replit账号,新窗口打开https://replit.com/@wanghanzhe/V2RAY?v=1
  2. 备用地址: https://replit.com/@oracleservice/V2RAY
  3. fork这个项目,仅需点击Use Template,然后给项目取个名字,然后Use Template就行了。
  4. 点击run,Console会输出password和url,直接添加到app中即可使用;
  5. 截屏2022-12-17 15.50.26.png
  6. 速度如何呀? 谷歌的服务器不用问,电脑上我都没测试,直接告诉你能跑满,而且现在用的人也不太多,白嫖党作为自己的主力线路好像也没压力。

TROJAN

  1. 非常简单,Fork https://replit.com/@sos801107/trojan?v=1
  2. 备用地址: https://replit.com/@oracleservice/trojan
  3. 然后运行 bash major.sh
  4. 即可看到 trojan链接和二维码,实测路由器可用。

Utilizing Your Personal Area

Area Linking – DNS A document or CNAME, with TXT document.

Click on the Edit icon beside your repl.co area, it is possible for you to to enter your personal customized area in it.

When you enter a legitimate area title, you’ll be prompted to for step 2 so as to add a CNAME document and likewise TXT document to do verification. 

I’m normally utilizing Cloudflare to handle all of my domains, it is possible for you to to simply add these two information in.  That is the screenshot for one in every of my Python web page whatsmyip.51sec.org. 

After each information added into your DNS supervisor web site, you possibly can click on “Hyperlink area” button to hyperlink your customized area to your Repl software. It would want a few minutes to get verification half performed. However ultimately, you’re going to get it linked. 

Demo: https://whatsmyip.51sec.org

Share Your Mission with Others

One other good factor Repl has is you’ll be able to invite others to work with you collectively for you app, which brings social characteristic and colloaboration characteristic into this web site. 

Some Attention-grabbing Repl Templates

 

  • Free Broswer in Replit – https://replit.com/@York618/Nonepe

Movies

 



Source_link

Leave a Reply

Your email address will not be published.