Skip to content

A Swift App running with Raspberry to scan nearby network while walking.

Notifications You must be signed in to change notification settings

LincolnKermit/LiveScan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LiveScan

⚠️ This project is strictly for educational purposes only. ⚠️

Documentation

image

Installation

Launch the Server

  git clone https://github.com/lincolnkermit/livescan
  cd livescan
  pip3 install flask
  python3 Server/app.py

The server is running on private_ip:1337

Launch the App

Convert the swift app into .ipa through XCode and run it into an iPhone as dev-mode.

Tech Stack

Client: Swift

Server: Flask RESTful API

SwiftUI: For building the user interface.

CoreLocation ( Swift Lib ) : For accessing and tracking GPS coordinates.

Flask: A lightweight Python web framework for handling and processing incoming data on the server.

airmon-ng: A command-line tool for enabling monitor mode on wireless interfaces to scan nearby networks.

RESTful API Communication: For sending GPS data to the remote server using HTTP POST requests.

Authors

About

A Swift App running with Raspberry to scan nearby network while walking.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published