parv.ashwani преди 3 седмици
родител
ревизия
605a2c1a5a
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      .bash_profile

+ 2 - 0
.bash_profile

@@ -70,6 +70,8 @@ fastfind () {
     find . -iname "*$1*" 2>/dev/null
 }
 
+# [LASTOOL] LAS Your Netscaler VPX
+alias lastool="python /home/CITRITE/pashwani/NSTools/las_tool.py"
 
 # =============== APPENDED SECTION: PCAP SSLKEYS INJECTOR ===============
 # [PCAP TLS INJECTOR] Inject TLS secrets into captures using editcap | Usage: pcap-inject <ssl_keys> <pcap> [out.pcapng] | Example: pcap-inject sslkeys.log in.pcap out.pcapng