-
-
Notifications
You must be signed in to change notification settings - Fork 332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BruteSharkCli is killed when trying to use network map module on a directory of pcaps, no output created #122
Comments
Hi @robertnixon2003 ! I can suggest few ways to investigate the issue:
Feel free to contact with any further questions |
Hi guys, I also encountered the same problem.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Output from terminal:
xxx@xxx:/xxx$ sudo ./BruteSharkCli -m NetworkMap -d /xxx/data/packets/servers/dailylogs/2019-05-02/ -o /xxx/results
[+] Start analyzing 11 files
[+] Start processing file : daemonlogger.pcap.1556805601
[+] Finished processing file : daemonlogger.pcap.1556805601
[+] Start processing file : daemonlogger.pcap.1556816401
[+] Finished processing file : daemonlogger.pcap.1556816401
[+] Start processing file : daemonlogger.pcap.1556820001
[+] Finished processing file : daemonlogger.pcap.1556820001
[+] Start processing file : daemonlogger.pcap.1556803424
[+] Finished processing file : daemonlogger.pcap.1556803424
[+] Start processing file : daemonlogger.pcap.1556809201
[+] Finished processing file : daemonlogger.pcap.1556809201
[+] Start processing file : daemonlogger.pcap.1556830801
[+] Finished processing file : daemonlogger.pcap.1556830801
[+] Start processing file : daemonlogger.pcap.1556827201
[+] Finished processing file : daemonlogger.pcap.1556827201
[+] Start processing file : daemonlogger.pcap.1556834401
Killed
If I run it against one file:
xxx@xxx:/xxx$ ./BruteSharkCli -m NetworkMap -i /xxx/data/packets/servers/dailylogs/2019-05-02/daemonlogger.pcap.1556812801 -o /xxx/
[+] Start analyzing 1 files
[+] Start processing file : daemonlogger.pcap.1556812801
[+] Finished processing file : daemonlogger.pcap.1556812801
[+] Successfully exported network map to json file: /xxx/resultsBruteShark Network Map.json
[+] Successfully exported network nodes data to json file: /xxx/BruteShark Network Nodes Data.json
[+] Successfully exported extracted files to: /xxx/Files
[+] BruteShark finished processing
Size of directory is 912M. Is there a limit. System has 8 gig of memory.
The text was updated successfully, but these errors were encountered: