amass-track, amass-viz: remove page (#11424)
* amass-track: delete page * amass-track: remove Spanish page * amass-track: remove French page * amass-viz: remove page * amass-viz: remove French page * amass-viz: remove Spanish page
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
# amass track
|
||||
|
||||
> Track differences between enumerations of the same domain.
|
||||
> More information: <https://github.com/OWASP/Amass/blob/master/doc/user_guide.md#the-track-subcommand>.
|
||||
|
||||
- Show the difference between the last two enumerations of the specified domain:
|
||||
|
||||
`amass track -dir {{path/to/database_directory}} -d {{domain_name}} -last 2`
|
||||
|
||||
- Show the difference between a certain point in time and the last enumeration:
|
||||
|
||||
`amass track -dir {{path/to/database_directory}} -d {{domain_name}} -since {{01/02 15:04:05 2006 MST}}`
|
@@ -1,24 +0,0 @@
|
||||
# amass viz
|
||||
|
||||
> Visualize gathered information in a network graph.
|
||||
> More information: <https://github.com/OWASP/Amass/blob/master/doc/user_guide.md#the-viz-subcommand>.
|
||||
|
||||
- Generate a D3.js visualization based on database data:
|
||||
|
||||
`amass viz -d3 -dir {{path/to/database_directory}}`
|
||||
|
||||
- Generate a DOT file based on database data:
|
||||
|
||||
`amass viz -dot -dir {{path/to/database_directory}}`
|
||||
|
||||
- Generate a Gephi Graph Exchange XML Format (GEXF) file based on database data:
|
||||
|
||||
`amass viz -gexf -dir {{path/to/database_directory}}`
|
||||
|
||||
- Generate a Graphistry JSON file based on database data:
|
||||
|
||||
`amass viz -graphistry -dir {{path/to/database_directory}}`
|
||||
|
||||
- Generate a Maltego CSV file based on database data:
|
||||
|
||||
`amass viz -maltego -dir {{path/to/database_directory}}`
|
Reference in New Issue
Block a user