Skip to content

A Python script developed to expose a vulnerability in the biometric attendance devices used in my school.

Notifications You must be signed in to change notification settings

inth3wild/roll-call

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

roll-call

Built with the following tools and technologies:

Python Poetry

Demo

Roll Call Demo

Code Overview

The script performs the following actions:

  1. Connects with a biometric attendance device.
  2. Retrieve attendance records for a specific student.
  3. Identify days where the student hasn't signed in.
  4. Optionally, manipulate the device's date and time to allow the student to sign in for previous days.

Project Structure

└── roll-call/
    ├── README.md
    ├── poetry.lock
    ├── pyproject.toml
    ├── roll_call.py
    └── settings
        └── config.py

About

A Python script developed to expose a vulnerability in the biometric attendance devices used in my school.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages