Skip to content

Commit 7fc1848

Browse files
author
Michael Skelton
committed
Added inital credits markdown
1 parent 077eed4 commit 7fc1848

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CREDITS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# September 2017
2+
The original class for this project was taken from [Reconnoitre](https://github.com/codingo/Reconnoitre) which adapted virtual host discovery code from [teknogeek's virtual-host-scan](https://github.com/teknogeek/virtual-host-discovery-py).
3+
4+
This in turn was adapted from [jobertabma's virtual-host-discovery](https://github.com/jobertabma/virtual-host-discovery).

lib/core/virtual_host_scanner.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,6 @@ def likely_matches(self):
9898
d=df.groupby("val_col").filter(lambda x: len(x) <= self.unique_depth)
9999
matches=((d["key_col"].values).tolist())
100100

101-
return matches
101+
return matches
102+
103+
def page_difference_ratios

0 commit comments

Comments
 (0)