Kali Linux

Nanobrok : Web Service For Control And Protect Your Android Device Remotely

Nanobrok-Server is powerful opensource webservice for control and protect your android device, written in Python, that allow and offer a stable and security connection with your android device for protect , control remotely.

Main Features

  • Maps the location of your device
  • Alert flag (Event it’s lost or stolen)
  • Recorder Audio Mic
  • Remote File Transfer [PRO]
  • Network scanner [PRO]
  • and more!

Security Features

We implemented some security features for try protect your remote server. But remember that no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, and I cannot guarantee its absolute security.

  • CSRF token
  • Sign-in attempt block limit
  • X-Frame-Options
  • Same origin policy (SOP)
  • CORS flask implementation
  • HTTPS force redirect
  • API Header X-CSRFToken
  • Self Signed Certificate (CA)

we are always looking to implement security features.

Supported Platforms

  • Python: you need Python 3.7 or later to run Nanobrok-Server.
  • You can run localhost, VPS or as heroku app.
  • Operating System:
    • a recent version of Linux (we tested on Ubuntu 18.04 LTS);
    • please note: Windows is supported (was not tested yet)

Installation & Documentation

Learn more about using wiki

R K

Recent Posts

Bash Scripting Best Practices Every Beginner Should Know

Introduction Bash scripting is a powerful way to automate Linux tasks, but writing a script…

21 hours ago

How To Create A Self-Signed SSL Certificate Using Bash And OpenSSL

Introduction A self-signed SSL certificate is a certificate that is created and signed by the…

22 hours ago

How To Debug Bash Scripts Using bash -x And set Commands

Introduction Debugging is an important part of Bash scripting. When a script does not work…

1 day ago

How To Use Cron Jobs With Bash Scripts For Automation

Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…

1 day ago

How To Use Pipes In Bash Scripts For Command Chaining

Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…

1 day ago

How To Use grep, awk, And sed In Bash Scripts

Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…

1 day ago