diff --git a/iwla.py b/iwla.py index 169e32e..583d9e1 100755 --- a/iwla.py +++ b/iwla.py @@ -329,6 +329,10 @@ class IWLA(object): if ip.match(remote_addr): return + # Redirected page/hit + if int(hit['status']) in (301, 302, 307, 308): + return + if not remote_addr in self.current_analysis['visits'].keys(): self._createVisitor(hit)