Skip to content

Commit

Permalink
Updated gitignore to ignore nmap outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-cues committed Jul 3, 2017
1 parent 66ad25f commit 33e01bf
Show file tree
Hide file tree
Showing 27 changed files with 5 additions and 1,014 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ build/
nbbuild/
dist/
nbdist/
.nb-gradle/
.nb-gradle/

### NMap outputs ###
nmap-scan_*.xml
Binary file removed data/elasticsearch/nodes/0/_state/global-523.st
Binary file not shown.
Binary file added data/elasticsearch/nodes/0/_state/global-524.st
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public CommandExecutor() {
@Async
public void execute(Command command){
cmd=command;
filename= new SimpleDateFormat("yyyy-MM-dd_HH-mm-ss")
filename= "nmap-scan_" + new SimpleDateFormat("yyyy-MM-dd_HH-mm-ss")
.format(new Date()) + ".xml";
tempPath=tempPath + filename;
String[] commands = (String[])ArrayUtils.addAll(new String[]{"nmap"},command.getText().split(" "));
Expand Down
44 changes: 0 additions & 44 deletions src/main/resources/static/temp/2017-07-03_02-48-06.xml

This file was deleted.

44 changes: 0 additions & 44 deletions src/main/resources/static/temp/2017-07-03_02-50-50.xml

This file was deleted.

Loading

0 comments on commit 33e01bf

Please sign in to comment.