Skip to content
View 4xe1's full-sized avatar
πŸŽ“
πŸŽ“

Highlights

  • Pro
Block or Report

Block or report 4xe1

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
4xe1/README.md

Pinned Loading

  1. bsky-bridge bsky-bridge Public

    bsky-bridge is a Python library connecting Python apps to the BlueSky Social Network through its API.

    Python 4

  2. Secret-Scanner Secret-Scanner Public

    Secret-Scanner is a tool that detects hardcoded secrets in directories using keyword matching and entropy analysis.

    Python

  3. Intrusion-detection-system Intrusion-detection-system Public

    A 2022 educational project in Go, this work-in-progress IDS focuses on port scan detection and network traffic analysis for learning purposes.

    Go 3

  4. Cowrie Bulk Reporting Script for Abu... Cowrie Bulk Reporting Script for AbuseIPDB
    1
    import pymongo
    2
    from pymongo import MongoClient
    3
    import csv
    4
    import datetime
    5
    import requests