Skip to content

Commit

Permalink
Merge branch 'gidoBOSSftw5731-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ameshkov committed Mar 22, 2021
2 parents a64945e + 691be29 commit f8bf206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mitm/mitm.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (

// While generating a new certificate, in order to get a unique serial
// number every time we increment this value.
var currentSerialNumber int64
var currentSerialNumber int64 = time.Now().Unix()

// Config is a set of configuration values that are used to build TLS configs
// capable of MITM.
Expand Down

0 comments on commit f8bf206

Please sign in to comment.