BSidesGreenville : Keynote Speakers and Exciting Cybersecurity Events

Listen to this Post

BSidesGreenville returns for 2025 on September 27th! This year’s event promises an exciting lineup, featuring keynote speakers Gerald Auger, Ph.D. of SimplyCyber and Jennifer Minella, a renowned WiFi cybersecurity expert. The conference will also host a Lockpick Village by Fox Pick, a CTF challenge by DEF CON 864, and more.

Event Details & Registration:

You Should Know:

  1. Essential Cybersecurity Commands for CTF & Lockpick Challenges

– Nmap Scanning:

nmap -sV -A -T4 target_IP 

Use aggressive scanning to detect open ports and services.

  • Hash Cracking with Hashcat:
    hashcat -m 0 -a 0 hashes.txt rockyou.txt 
    

Crack MD5 hashes using the RockYou wordlist.

  • WiFi Security Testing (Aircrack-ng):
    airodump-ng -c <channel> --bssid <BSSID> -w capture wlan0mon 
    

Capture WiFi handshakes for penetration testing.

2. ICS/OT Security Tools

  • Modbus TCP Scanning:
    python3 modbus-scanner.py -i 192.168.1.1 -p 502 
    

Identify exposed Industrial Control Systems.

  • PLC Exploitation (Metasploit):
    use auxiliary/scanner/scada/modbusdetect 
    set RHOSTS 192.168.1.100 
    run 
    

3. Flipper Zero Badge Hacking

  • RFID Cloning:
    flipper-cli rfid read --output dump.eml 
    

Clone RFID cards for physical security testing.

What Undercode Say:

BSidesGreenville 2025 is a must-attend for cybersecurity professionals and enthusiasts. The inclusion of hands-on villages and CTFs makes it a prime opportunity to sharpen skills.

Expected Output:

  • A fully scanned network report (nmap_output.txt).
  • Extracted WiFi handshake (capture.cap).
  • Modbus device inventory (modbus_scan.csv).

References:

Reported By: Mikeholcomb Bsidesgreenville – Hackers Feeds
Extra Hub: Undercode MoN
Basic Verification: Pass ✅

Join Our Cyber World:

💬 Whatsapp | 💬 TelegramFeatured Image