Every request is sent to https://user.live.boltsvc.net
/mobility/locationConfig
| #!/bin/bash | |
| # DEPENDENCIES | |
| # ffmpeg, jp2a, imagemagick, wget, bash, figlet | |
| TEMP_PATH="/home/$USER/.bhr_temp" | |
| mkdir -p $TEMP_PATH | |
| function reload() { |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Document</title> | |
| <script src="syncedDeferLoader.js" defer></script> | |
| </head> | |
| <body> |
| #!/usr/bin/env python3 | |
| import sys | |
| import os | |
| def usage(): | |
| print("Usage: firmware-tool <(u)npack/(p)ack> <binary file/unpacked directory> [output filename]") | |
| exit(0) | |
| if len(sys.argv) < 3: |
| #!/usr/bin/python3 | |
| import sys | |
| import requests | |
| import threading | |
| print("Dynamic DNS Domain Lookup Tool\nwritten by maalos\n") | |
| if len(sys.argv) < 2: | |
| print("Wrong argument count, syntax: ./ddnsfinder.py <domain> [port (default 80)]\nExample: ./ddnsfinder.py facebook\n[+] http://facebook.webhop.info\n") |
| import requests | |
| import argparse | |
| import json | |
| def main(): | |
| parser = argparse.ArgumentParser(description="Bolt Vehicle Ringer") | |
| # get the needed data using HTTP Toolkit or any other HTTPS proxy, it's being sent as a request header | |
| parser.add_argument("token", help="Account token") | |
| parser.add_argument("id", help="Vehicle ID") | |
| parser.add_argument("lat", help="Latitude") |
Every request is sent to https://user.live.boltsvc.net
/mobility/locationConfig
| #!/usr/bin/env bash | |
| echo -e "\nLinux From Scratch Package Manager" | |
| [ -z "$1" ] && echo " _ ______ ______________ ___ | |
| | | | ___/ ___| ___ \ \/ | | |
| | | | |_ \ \`--.| |_/ / . . | | |
| | | | _| \`--. \ __/| |\/| | | |
| | |____| | /\__/ / | | | | | | |
| \_____/\_| \____/\_| \_| |_/ | |
| " && echo -e "Usage: lfspm <add/del/download/install> <package name>\n" && exit |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width"> | |
| <title>Document</title> | |
| <style> | |
| @media (prefers-color-scheme: dark) { | |
| body {color:#fff;background:#000;} | |
| a:link {color:#cdf;} | |
| a:hover, a:visited:hover {color:#def;} |
| <canvas id=g width=256 height=256 style="border:solid"><script>[c,j,s,z,h]=[g.getContext("2d"),16,[[8,8]]];a=s[0];onkeydown=({key:e})=>[z,h]={d:[z||1,0],a:[z||-1,0],s:[0,h||1],w:[0,h||-1]}[e];setInterval(()=>{if(s.unshift([s[0][0]+z&15,s[0][1]+h&15]),""+s[0]==a)with(Math)for(r=random(),f=floor(j*r);a=[f,f],s.some(e=>""+e==a););else s.slice(1).some(e=>""+e==s[0])?s.splice(1):s.pop();c.clearRect(0,0,256,256);c.fillRect(j*a[0],j*a[1],j,j);s.forEach(([e,l])=>c.fillRect(j*e,j*l,j,j))},125)</script> |