You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
I hope you are well.
I am running the USTC-TK2016 on Ubuntu16. Have cloned the directory and have acquired the pcapng files as well. As I run the pwsh 1_Pcap2Session.ps1, I get an error as follows.
PS > pwsh 1_Pcap2Session.ps1 -p
[INFO] Create folder 'AllLayers_Pkts'
[INFO] Spliting the PCAP file into each packet
editcap: /home/omesh/USTC-TK2016/1_Pcap2Session.ps1:94
Line |
94 | editcap -c 1 $f ./2_Session/AllLayers_Pkts/$($f.BaseName) …
| ~~~~~~~
| The term 'editcap' is not recognized as a name of a cmdlet, function, script file, or executable program. Check the spelling
| of the name, or if a path was included, verify that the path is correct and try again.
[INFO] Removing duplicate files
fdupes: /home/omesh/USTC-TK2016/1_Pcap2Session.ps1:105
Line |
105 | fdupes -rdN ./2_Session/AllLayers_Pkts/
| ~~~~~~
| The term 'fdupes' is not recognized as a name of a cmdlet, function, script file, or executable program. Check the spelling
| of the name, or if a path was included, verify that the path is correct and try again.
If you could kindly assist me with this regard I would deeply appreciate it.
Thank you
Best wishes
Omesh Anthony
The text was updated successfully, but these errors were encountered:
omeshF
changed the title
The module '0_Tool' could not be loaded
Error in 1_Pcap2Session.ps1
Feb 17, 2021
Hello
I hope you are well.
I am running the USTC-TK2016 on Ubuntu16. Have cloned the directory and have acquired the pcapng files as well. As I run the pwsh 1_Pcap2Session.ps1, I get an error as follows.
PS > pwsh 1_Pcap2Session.ps1 -p$f ./2_Session/AllLayers_Pkts/$ ($f.BaseName) …
[INFO] Create folder 'AllLayers_Pkts'
[INFO] Spliting the PCAP file into each packet
editcap: /home/omesh/USTC-TK2016/1_Pcap2Session.ps1:94
Line |
94 | editcap -c 1
| ~~~~~~~
| The term 'editcap' is not recognized as a name of a cmdlet, function, script file, or executable program. Check the spelling
| of the name, or if a path was included, verify that the path is correct and try again.
[INFO] Removing duplicate files
fdupes: /home/omesh/USTC-TK2016/1_Pcap2Session.ps1:105
Line |
105 | fdupes -rdN ./2_Session/AllLayers_Pkts/
| ~~~~~~
| The term 'fdupes' is not recognized as a name of a cmdlet, function, script file, or executable program. Check the spelling
| of the name, or if a path was included, verify that the path is correct and try again.
If you could kindly assist me with this regard I would deeply appreciate it.
Thank you
Best wishes
Omesh Anthony
The text was updated successfully, but these errors were encountered: