Skip to content

Commit

Permalink
Update usom.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ebubekirdgn authored Mar 4, 2022
1 parent 0a4324f commit 02ccb73
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 23-Cyber_Securit_Module/USOM/usom.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import requests


response = requests.get("https://www.usom.gov.tr/url-list.txt",verify=False)
file = open("usom.txt","w") # zararlı olan alan adları alınıp usom.txt dosyasına kaydedildi.
file.write(str(response.content))
file.close()
file.close()

0 comments on commit 02ccb73

Please sign in to comment.