mirror of
https://github.com/mubix/kaliwiki.git
synced 2025-10-29 16:59:26 +00:00
commit
f965b5b488
16
tools/0trace.md
Normal file
16
tools/0trace.md
Normal file
@ -0,0 +1,16 @@
|
||||
# 0trace
|
||||
|
||||
Notes
|
||||
-------
|
||||
|
||||
Help Text
|
||||
-------
|
||||
```
|
||||
Usage: /usr/bin/0trace.sh iface target_ip [ target_port ]
|
||||
```
|
||||
|
||||
Example Usage
|
||||
-------
|
||||
|
||||
Links
|
||||
-------
|
||||
37
tools/casefile.md
Normal file
37
tools/casefile.md
Normal file
@ -0,0 +1,37 @@
|
||||
# casefile
|
||||
|
||||
Notes
|
||||
-------
|
||||
|
||||
Help Text
|
||||
-------
|
||||
```
|
||||
Usage: /usr/share/casefile/bin/../platform/lib/nbexec {options} arguments
|
||||
|
||||
General options:
|
||||
--help show this help
|
||||
--jdkhome <path> path to Java(TM) 2 SDK, Standard Edition
|
||||
-J<jvm_option> pass <jvm_option> to JVM
|
||||
|
||||
--cp:p <classpath> prepend <classpath> to classpath
|
||||
--cp:a <classpath> append <classpath> to classpath
|
||||
Module reload options:
|
||||
--reload /path/to/module.jar Installs or reinstalls a module JAR file.
|
||||
|
||||
Additional Module(s) Option(s):
|
||||
-o, --open <arg1>...<argN>
|
||||
-i, --import <arg>
|
||||
|
||||
Core options:
|
||||
--laf <LaF classname> use given LookAndFeel class instead of the default
|
||||
--fontsize <size> set the base font size of the user interface, in points
|
||||
--locale <language[:country[:variant]]> use specified locale
|
||||
--userdir <path> use specified directory to store user settings
|
||||
--nosplash do not show the splash screen
|
||||
```
|
||||
|
||||
Example Usage
|
||||
-------
|
||||
|
||||
Links
|
||||
-------
|
||||
13
tools/creepy.md
Normal file
13
tools/creepy.md
Normal file
@ -0,0 +1,13 @@
|
||||
# Creepy
|
||||
|
||||
Notes
|
||||
-------
|
||||
|
||||
Help Text
|
||||
-------
|
||||
|
||||
Example Usage
|
||||
-------
|
||||
|
||||
Links
|
||||
-------
|
||||
18
tools/intrace.md
Normal file
18
tools/intrace.md
Normal file
@ -0,0 +1,18 @@
|
||||
# InTrace
|
||||
|
||||
Notes
|
||||
-------
|
||||
|
||||
Help Text
|
||||
-------
|
||||
```
|
||||
InTrace, version 1.5 (C)2007-2011 Robert Swiecki <robert@swiecki.net>
|
||||
intrace: option requires an argument -- 'h'
|
||||
2014/02/16 18:47:50.480433 <INFO> Usage: intrace <-h hostname> [-p <port>] [-d <debuglevel>] [-s <payloadsize>] [-6]
|
||||
```
|
||||
|
||||
Example Usage
|
||||
-------
|
||||
|
||||
Links
|
||||
-------
|
||||
34
tools/jigsaw.md
Normal file
34
tools/jigsaw.md
Normal file
@ -0,0 +1,34 @@
|
||||
# Jigsaw
|
||||
|
||||
Notes
|
||||
-------
|
||||
|
||||
Help Text
|
||||
-------
|
||||
```
|
||||
Jigsaw.rb VERSION: 1.5.3 - UPDATED: 09/15/2013
|
||||
|
||||
References:
|
||||
http://www.pentestgeek.com/2012/09/27/email-address-harvesting/
|
||||
https://github.com/AccuvantLABS/jigsaw
|
||||
|
||||
Usage: jigsaw [options]
|
||||
|
||||
example: jigsaw -s Google
|
||||
|
||||
-i, --id [Jigsaw Company ID] The Jigsaw ID to use to pull records
|
||||
-P, --proxy-host [IP Address] IP Address or Hostname of proxy server
|
||||
-p, --proxy-port [Port Number[ Proxy port
|
||||
-k, --keyword [Text String] Text string contained in employee's title
|
||||
-s, --search [Company Name] Name of organization to search for
|
||||
-r, --report [Output Filename] Name to use for report EXAMPLE: '-r google' will generate 'google.csv'
|
||||
-d, --domain [Domain Name] If you want you can specify the domain name to craft emails with
|
||||
-D, --debug Set this option to see HTTP requests/responses
|
||||
-v, --verbose Enables verbose output
|
||||
```
|
||||
|
||||
Example Usage
|
||||
-------
|
||||
|
||||
Links
|
||||
-------
|
||||
41
tools/maltego.md
Normal file
41
tools/maltego.md
Normal file
@ -0,0 +1,41 @@
|
||||
# Maltego
|
||||
|
||||
Notes
|
||||
-------
|
||||
|
||||
Help Text
|
||||
-------
|
||||
```
|
||||
Module reload options:
|
||||
--reload /path/to/module.jar install or reinstall a module JAR file
|
||||
|
||||
Additional module options:
|
||||
--modules
|
||||
--refresh Refresh all catalogs
|
||||
--list Prints the list of all modules, their versions and enablement status
|
||||
--install <arg1>...<argN> Installs provided JAR files as modules
|
||||
--disable <arg1>...<argN> Disable modules for specified codebase names
|
||||
--enable <arg1>...<argN> Enable modules for specified codebase names
|
||||
--update <arg1>...<argN> Updates all or specified modules
|
||||
--update-all Updates all modules
|
||||
--extra-uc <arg> Add a extra Update Center (URL)
|
||||
-o, --open <arg1>...<argN>
|
||||
-m, --machine <arg>
|
||||
-a, --alias <arg>
|
||||
-u, --updates <arg>
|
||||
-i, --import <arg>
|
||||
|
||||
Core options:
|
||||
--laf <LaF classname> use given LookAndFeel class instead of the default
|
||||
--fontsize <size> set the base font size of the user interface, in points
|
||||
--locale <language[:country[:variant]]> use specified locale
|
||||
--userdir <path> use specified directory to store user settings
|
||||
--cachedir <path> use specified directory to store user cache, must be different from userdir
|
||||
--nosplash do not show the splash screen
|
||||
```
|
||||
|
||||
Example Usage
|
||||
-------
|
||||
|
||||
Links
|
||||
-------
|
||||
40
tools/metagoofil.md
Normal file
40
tools/metagoofil.md
Normal file
@ -0,0 +1,40 @@
|
||||
# Metagoofil
|
||||
|
||||
Notes
|
||||
-------
|
||||
|
||||
Help Text
|
||||
-------
|
||||
```
|
||||
******************************************************
|
||||
* /\/\ ___| |_ __ _ __ _ ___ ___ / _(_) | *
|
||||
* / \ / _ \ __/ _` |/ _` |/ _ \ / _ \| |_| | | *
|
||||
* / /\/\ \ __/ || (_| | (_| | (_) | (_) | _| | | *
|
||||
* \/ \/\___|\__\__,_|\__, |\___/ \___/|_| |_|_| *
|
||||
* |___/ *
|
||||
* Metagoofil Ver 2.2 *
|
||||
* Christian Martorella *
|
||||
* Edge-Security.com *
|
||||
* cmartorella_at_edge-security.com *
|
||||
******************************************************
|
||||
|
||||
Usage: metagoofil options
|
||||
|
||||
-d: domain to search
|
||||
-t: filetype to download (pdf,doc,xls,ppt,odp,ods,docx,xlsx,pptx)
|
||||
-l: limit of results to search (default 200)
|
||||
-h: work with documents in directory (use "yes" for local analysis)
|
||||
-n: limit of files to download
|
||||
-o: working directory (location to save downloaded files)
|
||||
-f: output file
|
||||
|
||||
Examples:
|
||||
metagoofil.py -d apple.com -t doc,pdf -l 200 -n 50 -o applefiles -f results.html
|
||||
metagoofil.py -h yes -o applefiles -f results.html (local dir analysis)
|
||||
```
|
||||
|
||||
Example Usage
|
||||
-------
|
||||
|
||||
Links
|
||||
-------
|
||||
41
tools/netmask.md
Normal file
41
tools/netmask.md
Normal file
@ -0,0 +1,41 @@
|
||||
# netmask
|
||||
|
||||
Notes
|
||||
-------
|
||||
|
||||
Help Text
|
||||
-------
|
||||
```
|
||||
This is netmask, an address netmask generation utility
|
||||
Usage: netmask spec [spec ...]
|
||||
-h, --help Print a summary of the options
|
||||
-v, --version Print the version number
|
||||
-d, --debug Print status/progress information
|
||||
-s, --standard Output address/netmask pairs
|
||||
-c, --cidr Output CIDR format address lists
|
||||
-i, --cisco Output Cisco style address lists
|
||||
-r, --range Output ip address ranges
|
||||
-x, --hex Output address/netmask pairs in hex
|
||||
-o, --octal Output address/netmask pairs in octal
|
||||
-b, --binary Output address/netmask pairs in binary
|
||||
-n, --nodns Disable DNS lookups for addresses
|
||||
Definitions:
|
||||
a spec can be any of:
|
||||
address
|
||||
address:address
|
||||
address:+address
|
||||
address/mask
|
||||
an address can be any of:
|
||||
N decimal number
|
||||
0N octal number
|
||||
0xN hex number
|
||||
N.N.N.N dotted quad
|
||||
hostname dns domain name
|
||||
a mask is the number of bits set to one from the left
|
||||
```
|
||||
|
||||
Example Usage
|
||||
-------
|
||||
|
||||
Links
|
||||
-------
|
||||
@ -3,12 +3,11 @@
|
||||
Notes
|
||||
-------
|
||||
What is Nmap?
|
||||
Nmap(“Network Mapper”) is a security scanner originally written by Gordon Lyon used to discover hosts and services on a computer network, thus creating a "map" of the network.
|
||||
Nmap("Network Mapper") is a security scanner originally written by Gordon Lyon used to discover hosts and services on a computer network, thus creating a "map" of the network.
|
||||
|
||||
Help Text
|
||||
-------
|
||||
```
|
||||
root@kali:~# nmap -help
|
||||
Nmap 6.25 ( http://nmap.org )
|
||||
Usage: nmap [Scan Type(s)] [Options] {target specification}
|
||||
TARGET SPECIFICATION:
|
||||
@ -120,9 +119,7 @@ EXAMPLES:
|
||||
nmap -v -sn 192.168.0.0/16 10.0.0.0/8
|
||||
nmap -v -iR 10000 -Pn -p 80
|
||||
SEE THE MAN PAGE (http://nmap.org/book/man.html) FOR MORE OPTIONS AND EXAMPLES
|
||||
root@kali:~#
|
||||
|
||||
|
||||
```
|
||||
Example Usage
|
||||
-------
|
||||
# nmap -O -v scanme.nmap.org
|
||||
|
||||
47
tools/theharvester.md
Normal file
47
tools/theharvester.md
Normal file
@ -0,0 +1,47 @@
|
||||
# theHarvester
|
||||
|
||||
Notes
|
||||
-------
|
||||
|
||||
Help Text
|
||||
-------
|
||||
```
|
||||
*******************************************************************
|
||||
* *
|
||||
* | |_| |__ ___ /\ /\__ _ _ ____ _____ ___| |_ ___ _ __ *
|
||||
* | __| '_ \ / _ \ / /_/ / _` | '__\ \ / / _ \/ __| __/ _ \ '__| *
|
||||
* | |_| | | | __/ / __ / (_| | | \ V / __/\__ \ || __/ | *
|
||||
* \__|_| |_|\___| \/ /_/ \__,_|_| \_/ \___||___/\__\___|_| *
|
||||
* *
|
||||
* TheHarvester Ver. 2.2a *
|
||||
* Coded by Christian Martorella *
|
||||
* Edge-Security Research *
|
||||
* cmartorella@edge-security.com *
|
||||
*******************************************************************
|
||||
|
||||
|
||||
Usage: theharvester options
|
||||
|
||||
-d: Domain to search or company name
|
||||
-b: Data source (google,bing,bingapi,pgp,linkedin,google-profiles,people123,jigsaw,all)
|
||||
-s: Start in result number X (default 0)
|
||||
-v: Verify host name via dns resolution and search for virtual hosts
|
||||
-f: Save the results into an HTML and XML file
|
||||
-n: Perform a DNS reverse query on all ranges discovered
|
||||
-c: Perform a DNS brute force for the domain name
|
||||
-t: Perform a DNS TLD expansion discovery
|
||||
-e: Use this DNS server
|
||||
-l: Limit the number of results to work with(bing goes from 50 to 50 results,
|
||||
-h: use SHODAN database to query discovered hosts
|
||||
google 100 to 100, and pgp doesn't use this option)
|
||||
|
||||
Examples:./theharvester.py -d microsoft.com -l 500 -b google
|
||||
./theharvester.py -d microsoft.com -b pgp
|
||||
./theharvester.py -d microsoft -l 200 -b linkedin
|
||||
```
|
||||
|
||||
Example Usage
|
||||
-------
|
||||
|
||||
Links
|
||||
-------
|
||||
34
tools/trace6.md
Normal file
34
tools/trace6.md
Normal file
@ -0,0 +1,34 @@
|
||||
# trace6
|
||||
|
||||
Notes
|
||||
-------
|
||||
|
||||
Help Text
|
||||
-------
|
||||
```
|
||||
trace6 v2.3 (c) 2013 by van Hauser / THC <vh@thc.org> www.thc.org
|
||||
|
||||
Syntax: trace6 [-abdt] [-s src6] interface targetaddress [port]
|
||||
|
||||
Options:
|
||||
-a insert a hop-by-hop header with router alert option.
|
||||
-D insert a destination extension header
|
||||
-E insert a destination extension header with an invalid option
|
||||
-F insert a one-shot fragmentation header
|
||||
-b instead of an ICMP6 Ping, use TooBig (you will not see the target)
|
||||
-B instead of an ICMP6 Ping, use PingReply (you will not see the target)
|
||||
-d resolves the IPv6 addresses to DNS.
|
||||
-t enables tunnel detection
|
||||
-s src6 specifies the source IPv6 address
|
||||
Maximum hop reach: 31
|
||||
|
||||
A basic but very fast traceroute6 program.
|
||||
If no port is specified, ICMP6 Ping requests are used, otherwise TCP SYN
|
||||
packets to the specified port. Options D, E and F can be use multiple times.
|
||||
```
|
||||
|
||||
Example Usage
|
||||
-------
|
||||
|
||||
Links
|
||||
-------
|
||||
29
tools/twofi.md
Normal file
29
tools/twofi.md
Normal file
@ -0,0 +1,29 @@
|
||||
# twofi
|
||||
|
||||
Notes
|
||||
-------
|
||||
|
||||
Help Text
|
||||
-------
|
||||
```
|
||||
twofi 1.0 Robin Wood (robin@digininja.org) (www.digininja.org)
|
||||
twofi - Twitter Words Of Interest
|
||||
|
||||
Usage: twofi [OPTIONS]
|
||||
--help, -h: show help
|
||||
--count, -c: include the count with the words
|
||||
--min_word_length, -m: minimum word length
|
||||
--term_file, -T file: a file containing a list of terms
|
||||
--terms, -t: comma separated usernames
|
||||
quote words containing spaces, no space after commas
|
||||
--user_file, -U file: a file containing a list of users
|
||||
--users, -u: comma separated search terms
|
||||
quote words containing spaces, no space after commas
|
||||
--verbose, -v: verbose
|
||||
```
|
||||
|
||||
Example Usage
|
||||
-------
|
||||
|
||||
Links
|
||||
-------
|
||||
Loading…
x
Reference in New Issue
Block a user