Skip to content

Instantly share code, notes, and snippets.

View 0xExal's full-sized avatar
🎓

Axel 0xExal

🎓
  • Student at the University of Rennes 1
  • Rennes
View GitHub Profile
@0xExal
0xExal / cowrie_abuseipdb_bulk_report.py
Last active January 11, 2024 19:44
Cowrie Bulk Reporting Script for AbuseIPDB
import pymongo
from pymongo import MongoClient
import csv
import datetime
import requests
import json
# Paramètres de configuration
MONGO_CONN_STRING = ""
DATABASE_NAME = ""