@@ -149,13 +149,13 @@ def getSubdomainsfromFile(filesname, url):
149149
150150 # cloud services regex:
151151 cfreg = re .compile (r'([\w]+.cloudfront\.net)' , re .IGNORECASE )
152- s3bucketreg = re .compile (r'([\w\-.]*s3[\w\-.]*.?amazonaws.com/?[\w\-.]*)' , re .IGNORECASE )
152+ s3bucketreg = re .compile (r'([\w\-.]*s3[\w\-.]*\ .?amazonaws\ .com/?[\w\-.]*)' , re .IGNORECASE )
153153 doreg = re .compile (r'([\w\-.]*\.?digitaloceanspaces\.com/?[\w\-.]*)' , re .IGNORECASE )
154154 gsreg1 = re .compile (r'(storage\.cloud\.google\.com/[\w\-.]+)' , re .IGNORECASE )
155155 gsreg2 = re .compile (r'([\w\-.]*\.?storage.googleapis.com/?[\w\-.]*)' , re .IGNORECASE )
156- gsreg3 = re .compile (r'([\w\-.]*.?storage-download.googleapis.com/?[\w\-.]*)' , re .IGNORECASE )
157- gsreg4 = re .compile (r'([\w\-.]*.?content-storage-upload.googleapis.com/?[\w\-.]*)' , re .IGNORECASE )
158- gsreg5 = re .compile (r'([\w\-.]*.?content-storage-download.googleapis.com/?[\w\-.]*)' , re .IGNORECASE )
156+ gsreg3 = re .compile (r'([\w\-.]*\ .?storage-download.googleapis.com/?[\w\-.]*)' , re .IGNORECASE )
157+ gsreg4 = re .compile (r'([\w\-.]*\ .?content-storage-upload.googleapis.com/?[\w\-.]*)' , re .IGNORECASE )
158+ gsreg5 = re .compile (r'([\w\-.]*\ .?content-storage-download.googleapis.com/?[\w\-.]*)' , re .IGNORECASE )
159159 azureg1 = re .compile (r'([\w\-.]*\.?1drv\.com/?[\w\-.]*)' , re .IGNORECASE )
160160 azureg2 = re .compile (r'(onedrive.live.com/[\w.\-]+)' , re .IGNORECASE )
161161 azureg3 = re .compile (r'([\w\-.]*\.?blob\.core\.windows\.net/?[\w\-.]*)' , re .IGNORECASE )
0 commit comments