Difference between revisions of "OpenLI Testing Tools"

From neil.tappsville.com
Jump to navigationJump to search
(Created page with "==OpenLI Testing Tools== ===General Tools=== <code> yum install nc tcpdump </code> ===Pretending to be an LEA=== Using OpenLI / WAND decode - Works for HI2 and HI3 Warning:...")
 
m
Line 10: Line 10:
 
Using OpenLI / WAND decode - Works for HI2 and HI3
 
Using OpenLI / WAND decode - Works for HI2 and HI3
 
Warning: Shares the same code as OpenLI - Validate against the standards / a third party tool
 
Warning: Shares the same code as OpenLI - Validate against the standards / a third party tool
<code>
+
<pre>
 
yum install libtrace4-tools nc tcpdump
 
yum install libtrace4-tools nc tcpdump
 
sudo tracepktdump etsilive:[IPADDRESS]:[PORT]
 
sudo tracepktdump etsilive:[IPADDRESS]:[PORT]
</code>
+
</pre>
  
  
 
Cyberprobe   
 
Cyberprobe   
 
We only use a small part of the tool - but it will accept all HI3 IP CC packets and pipe it out in pcap format.
 
We only use a small part of the tool - but it will accept all HI3 IP CC packets and pipe it out in pcap format.
<code>
+
<pre>
 
wget https://github.com/cybermaggedon/cyberprobe/releases/download/v1.9.11/centos-cyberprobe-1.9.11-1.el7.centos.x86_64.rpm
 
wget https://github.com/cybermaggedon/cyberprobe/releases/download/v1.9.11/centos-cyberprobe-1.9.11-1.el7.centos.x86_64.rpm
 
  yum install centos-cyberprobe-1.9.11-1.el7.centos.x86_64.rpm
 
  yum install centos-cyberprobe-1.9.11-1.el7.centos.x86_64.rpm
 
 
etsi-rcvr 44444 | tcpdump -n -r
 
etsi-rcvr 44444 | tcpdump -n -r
</code>
+
</pre>

Revision as of 20:19, 26 November 2019

OpenLI Testing Tools

General Tools

yum install nc tcpdump

Pretending to be an LEA

Using OpenLI / WAND decode - Works for HI2 and HI3 Warning: Shares the same code as OpenLI - Validate against the standards / a third party tool

yum install libtrace4-tools nc tcpdump
sudo tracepktdump etsilive:[IPADDRESS]:[PORT]


Cyberprobe We only use a small part of the tool - but it will accept all HI3 IP CC packets and pipe it out in pcap format.

wget https://github.com/cybermaggedon/cyberprobe/releases/download/v1.9.11/centos-cyberprobe-1.9.11-1.el7.centos.x86_64.rpm
 yum install centos-cyberprobe-1.9.11-1.el7.centos.x86_64.rpm
etsi-rcvr 44444 | tcpdump -n -r