Skip to content

Commit

Permalink
Automatic commit from github.com/kris-nova/bin/git-save
Browse files Browse the repository at this point in the history
Signed-off-by: Kris Nóva <kris@nivenly.com>
  • Loading branch information
krisnova committed Apr 18, 2022
1 parent 421db02 commit f35a4fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -262,14 +262,14 @@ int xcaprce(char search[INET_ADDRSTRLEN], char *rce) {
return 0; // Money, Success, Fame, Glamour
} else {
boopprintf(" -> [FILTER FAILURE] No RCE in xCap!\n");
snapshot_dump(snap);
//snapshot_dump(snap);
snapshot_free(snap);
return 1;
}
}
}
boopprintf(" -> No RCE in xCap!\n");
snapshot_dump(snap);
//snapshot_dump(snap);
snapshot_free(snap);
return 1;
// return 0; // When we found our RCE!
Expand Down

0 comments on commit f35a4fa

Please sign in to comment.