ldapsearch
´´´bash -x -> simple authentication -LLL -> supresses printing of version number and comments -b -> base DN ldap -x -LLL -b “C=DE” “(serialNumber=*)” -H ldap://server.example example ...
´´´bash -x -> simple authentication -LLL -> supresses printing of version number and comments -b -> base DN ldap -x -LLL -b “C=DE” “(serialNumber=*)” -H ldap://server.example example ...
Installation # create folder mkdir dnstwist # create virtual env python3 -m venv dnstwist # enter virtualenv source dnstwist/source/active # install dnstwist pip install dnstwist[full] # optio...
Introduction to Netcat Netcat is a versatile networking tool known for its simplicity and effectiveness. It’s used for tasks like port scanning, file transfers, and network debugging, utilizing TC...
Command Overview netstat -a Displays all current connections and listening ports on the system. netstat -t Lists TCP connections. netstat -u ...
This page is based on the app Splunk4Champions searchmodes Fast mode uses the least amount of system resources. It is great to use Fast Mode when merely checking if data is present or not or a...
Commands Convert Unix Timestamps | eval unix_time = 1725573600 | eval datetime=strftime(unix_time, "%Y-%m") # Examples %Y-%m-%d -> 2021-12-31 %y-%m-%d -> 21-12-31 %b %d, %Y ->...
Processes are created from the execution of an application an application can obtain one or more processes Example default processes: MsMpEng (Microsoft Defender) wininit (...
Zeek (formerly Bro) is an open-source and commercial passive Network Monitoring tool (traffic analysis framework) developed by Lawrence Berkeley Labs. Today, Zeek is supported by several developers...
Filters Use the following filters to refine your Shodan searches: # Search by ASN (Autonomous System Lookup) ASN:[NUMBER] # Search for specific products product:mysql product:nginx product:"VNC"...
Installation # clone Repo git clone https://github.com/imartinez/privateGPT.git # enter Repo cd privateGPT # virtuelle Umgebung erstellen python3 -m privateGPT venv # umgebung betretten source ...