This website works better with JavaScript.
Home
Explore
Help
Sign In
CSLab
/
scan_detector
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Source Code for network and port scanner, TRW algorithm, and reduction method implementations.
5
Commits
1
Branch
Tree:
28c244f064
scan_detector
/
Practica
/
otherHash.py
otherHash.py
118B
History
Raw
1
2
3
4
5
6
7
8
9
newHash = {}
dip =
"hola"
if
dip
in
newHash:
newHash[dip] +=
1
else
:
newHash[dip] =
1
print
newHash