dam-du / SECT_Bachelorprojekt

Computer Security Bachelorprojekt: Honeypot
GNU General Public License v3.0
0 stars 0 forks source link

Update Malware #35

Closed dam-du closed 1 year ago

dam-du commented 1 year ago
  1. Session after successful login will be recorded; all commands will be captured inside the log (json file). This is located in honeypot_logs/data/recorded.
  2. After downloading a file, a list of objects is created containing the location, time, and URL of the downloaded items The list can be found inside honeypot_logs/data (Close #34).
  3. Add new module: Cleaner -> clean a log that only contains login then logout (it cleans every 100s)
  4. Update activation's scripts
  5. Code clean up for dos-modules