Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 595 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 595 Bytes

The Panel of Lamb by dc414 - https://dc414.org/

An open source alternative to Wall of Sheep.

WEBUI Setup

  • Create a mysql database using the structure found in mysql.db
  • edit service.php with your mysql credentials and database

Automated sheep hearder

There is an included ettercap.rb in automate/ for parsing a ettercap log and posting lambs to the panel.

Have ettercap log to a file # ettercap -Tq -m sniff.log then pipe it through ettercap.rb tail -f sniff.log | ruby -n automate/ettercap.rb

You'll need to modify ettercap.rb with the correct URL to service.php