45 Commits

Author SHA1 Message Date
922737777f Update README.md 2025-06-03 01:53:42 -07:00
176470f931 Update README.md
SnoopR updated version (2.0.1) brings exciting new features, including mesh networking for collaborative wardriving, aircraft tracking for aerial monitoring, and performance optimizations for smoother operation.
2025-06-02 22:27:58 -07:00
e04de3d63c Update README.md
Updated SkyHigh plugin (version 1.1.1)
2025-06-02 21:21:21 -07:00
3b9cb64a52 Update README.md 2025-05-12 03:41:12 -07:00
c15d61cdce Update README.md 2025-05-12 03:38:56 -07:00
33eddc6e95 Update README.md 2025-05-12 03:31:28 -07:00
70ad527b37 Update README.md 2025-05-11 20:09:08 -07:00
5c6d3a316e add table of contents and formatting to readme 2025-05-08 18:16:19 +01:00
e70320eebf Update README.md
ProbenPwn psutil install
2025-05-06 02:13:24 -07:00
39496d595a Update README.md
ProbeNpwn v1.3.0
2025-05-05 23:07:46 -07:00
f7fbe72797 Update README.md
SkyHigh is a custom plugin for Pwnagotchi that enables you to track nearby aircraft using the OpenSky Network API.
2025-05-05 22:50:44 -07:00
728af2d502 Update README.md 2025-05-05 12:48:14 -07:00
93fd916ba9 Update README.md
This updated version (2.0.0) brings a host of new features, including richer data collection, smarter snooper detection, whitelisting, automatic data pruning, and an improved web interface.
2025-05-04 15:16:31 -07:00
5bfa59c226 Update README.md 2025-05-04 14:52:04 -07:00
08f21907df Update README.md
An enhanced plugin with frequent titles, dynamic quotes, progress bars, random events, handshake streaks, personality evolution, and secret achievements. The UI is optimized to avoid clutter, ensuring a clean and engaging experience.
2025-05-04 14:25:05 -07:00
37ddfc9ce3 Update README.md 2025-03-30 16:27:54 -07:00
75b4f7b85d Update README.md 2025-03-25 12:58:08 +02:00
024f21f78a Update README.md
Updated config.toml on NeuroLyzer and SnoopR
2025-03-23 09:34:09 -07:00
d6172f3a6e Update README.md
New SnoopR plugin
2025-03-22 22:09:29 -07:00
ff7bf952b6 Update README.md
Neurolyzer 1.5.2 Update
2025-03-16 21:09:29 -07:00
62203c9eea Update README.md
ProbenPwn update 1.1.3
2025-03-16 20:33:45 -07:00
c070f87bcf Update README.md
New Enhancements in v2.0.3:

    Documented Training Logic:
        In on_epoch, a comment explains why train_epochs increments every 10 epochs: # Increment train_epochs every 10 epochs to simulate slower training progress.

    Enhanced File I/O Safety:
        In on_handshake, handshake logging is wrapped in a try-except block to handle file writing errors gracefully.

    Refined Decay Mechanics:
        In apply_decay, decay calculation uses floating-point division for smoother, more proportional point reduction.

    Increased Logging:
        Added debug and info logs for better transparency:

        on_epoch: Logs epoch number and points (logging.debug).
        check_achievements: Logs new titles (logging.info).
        apply_decay: Logs points lost due to decay (logging.info).
        on_handshake: Logs captured handshake details (logging.info).

    Thread Safety:  
        Imported threading and added a data_lock in __init__. Used in save_data to ensure thread-safe file writing.

    Accurate Achievement Notifications: 
        Tracks previous titles and stars to ensure new achievements are detected and announced correctly.
        
    Robust Handshake Handling: 
        Adds type checking and error logging to prevent crashes from unexpected data, making the plugin more stable.
        
    Seamless New Installations: 
        Fully initializes all attributes when starting fresh, improving reliability for new users.
        
    Persistent Progress: 
        Saves achievement states to the data file, maintaining continuity across sessions.
2025-03-16 16:49:05 -07:00
5434c014f4 Update README.md
1. Realistic MAC Address Generation

    Improvement: The updated version uses a more realistic MAC address by incorporating an OUI (Organizationally Unique Identifier) and randomizing the last three bytes within a restricted range.
   

2. Flexible Randomization Interval

    Improvement: The randomization interval is now flexible, varying between 30 minutes and 2 hours. Randomizing the interval adds unpredictability, making the MAC address changes harder to detect. This increases stealth.
    

3. Improved MAC Randomization for Monitor Mode

    Improvement: When the Wi-Fi interface is in monitor mode, the plugin temporarily switches to managed mode to change the MAC address and restores monitor mode afterward.

4. Updated UI Handling

    Improvement: The UI is now updated more effectively by directly modifying the value attribute of the UI components in on_ui_update().

5. Better Error Handling and Logging

    Improvement: The plugin now has enhanced error handling for subprocess calls, such as bringing the interface down or changing the MAC address. More detailed logs are provided for different stages.

6. Initial MAC Address Randomization

    Improvement: The plugin now performs an initial MAC address randomization when it is loaded (self.randomize_mac() in on_loaded()). This ensures that the device's MAC address is randomized as soon as the plugin starts, providing enhanced privacy from the start.
   

7. Time-Dependent MAC Randomization

    Improvement: The next MAC address change time is now dynamically calculated based on the random interval. This ensures the MAC address change schedule follows the random interval, making it harder to predict.
2025-02-20 03:18:28 -08:00
6394c10e1e Update README.md
def load_whitelist: Now loads the whitelist from Pwnagotchi's global config.
2025-02-19 19:52:11 -08:00
5877b3d4eb Update README.md 2025-02-19 15:31:00 -08:00
d35a75bfde Update README.md 2025-02-18 02:05:07 -08:00
98b71f2fd0 Update README.md
Update Summary:

    Dynamic Attack Strategy: The plugin now adjusts the aggressiveness of its attacks based on real-time performance, leading to better handling of different APs and more successful attacks.
    
    Enhanced Logging and Feedback: The plugin logs success and failure rates for handshakes, providing clear insight into its effectiveness. The added performance stats help in tuning attack strategies over time.
    
    Improved Robustness: The watchdog is more resilient, with checks for additional errors (e.g., missing wifi.interface) and the ability to restart the service when necessary.
    
    Adaptability: By adjusting the attack parameters based on success rates, the plugin can adapt its behavior, making it more intelligent and resource-efficient.
2025-02-18 01:56:09 -08:00
981d8874d1 Update README.md 2025-02-16 20:50:37 -08:00
02a572c066 Update README.md 2025-02-16 20:47:20 -08:00
7aa41436c7 Update README.md
New Enhancements in v2.0.2:

1. Dynamic Status Messages:

       Motivational Quotes: Displayed when the user levels up in age or strength (e.g., "You're a WiFi wizard in the making!").
       Inactivity Messages: Shown when the agent undergoes decay due to inactivity (e.g., "Time to wake up, you're rusting!").
       These dynamic messages are randomly chosen and help keep the user engaged, providing a personalized experience as they reach milestones or experience inactivity.

2. Quests System:

       The plugin now includes a quests system where the agent can complete tasks for rewards.
          Example quest: "Collect 10 WPA3 handshakes" with a reward of " Extra Star!"
          Example quest: "Survive 100 epochs without decaying" with a reward of "🛡️ Resilience Badge."
       Quests provide additional goals beyond epochs and handshakes, making the plugin more engaging and challenging for users.

3. Improved Age and Strength Titles:

       The titles for both age and strength have been revised to be more interesting and engaging:
          Age Titles: "Neon Spawn," "WiFi Outlaw," "Data Raider," etc.
          Strength Titles: "Fleshbag," "Deauth King," "Handshake Hunter," etc.
       These titles make the progression more varied and fun, allowing users to see their growth in a more exciting way.

4. Updated UI with Quests:

       The UI now includes a section for quests, showing users their quest progress directly on the screen.
          Completed Quests: Shows rewards for finished quests.
        Active Quest Progress: Tracks how close the user is to completing their quests.

5. Quest Progress Tracking:

       The plugin now tracks quest progress, showing completion percentages (e.g., "10% complete" for a quest based on handshakes or epochs).
       Quests are saved as completed once the user achieves the required milestones, and rewards are automatically awarded.

6. Enhanced Data Management for Quests:

       The plugin saves and loads the status of completed quests to ensure progress is maintained between reboots or sessions. This includes:
        The completed quests list.
        Other progress data such as epochs, handshakes, and network points.
       This ensures that the user's quest progress is persistent, providing a more stable and reliable experience across sessions.

7. Updated Logging and Milestones:

       The logging system has been maintained, and now includes milestone tracking for key intervals (e.g., every 100 epochs).
       Milestones trigger UI updates with faces and messages to keep the agent engaged as they reach new achievements.
2025-02-16 17:49:30 -08:00
126f6f6ddf Update README.md
The plugin now includes advanced features like dynamic tuning, attack attempt tracking, a watchdog recovery system, improved logging, channel sanitization, and better error handling. These changes make the plugin more reliable, flexible, and effective in performing aggressive Wi-Fi probing and attacks.
2025-02-12 22:35:07 -08:00
92deeff385 Update README.md 2025-02-03 18:48:47 -08:00
039743c33f Update README.md
Full Control Over Attack Strategies
2025-02-03 11:37:19 -08:00
89d92586e1 Update README.md 2025-02-02 19:52:28 -08:00
4ff5ce6cdf Update README.md 2025-02-02 17:29:21 -08:00
5caa22de98 Update README.md 2025-02-02 17:19:39 -08:00
f553c5af9d Update README.md
With Version 2.0.1, your Pwnagotchi can now level up in style with achievements, new titles, and a decay system that keeps things exciting! Update now to track your progress and show off your milestones. 🎮🔥
2025-02-01 18:18:04 -08:00
d83baa2952 Update README.md 2024-12-15 16:58:37 -08:00
38b0239615 Update README.md 2024-12-15 14:52:12 -08:00
144a54bc58 Update README.md 2024-12-14 23:26:20 -08:00
fd53589e0f Update README.md 2024-03-09 17:14:38 -08:00
adde3dd285 Update README.md 2024-03-09 17:13:27 -08:00
c53e94137c Update README.md 2024-02-19 00:36:35 -08:00
e9ac555331 Update README.md 2024-02-18 23:20:53 -08:00
a56d0ca76d Initial commit 2024-02-18 23:12:50 -08:00