This website requires JavaScript.
Explore
Help
Sign In
ChronosXYZ
/
PyNesca
Watch
1
Star
0
Fork
0
You've already forked PyNesca
mirror of
https://github.com/ChronosX88/PyNesca.git
synced
2024-11-22 21:22:18 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
b05cd4373d
PyNesca
/
modules
/
convert_functions
/
Ipv4toString.py
3 lines
77 B
Python
Raw
Normal View
History
Unescape
Escape
Changed communication principes - removed CommunicationDictionary, now all keys is defined by annotations. Added new modules to scan Google docs and other urls.
2019-07-05 14:26:25 +00:00
def
ipv4tostring
(
ip
:
"
ipv4
"
)
-
>
{
"
ipv4_str
"
}
:
return
{
"
ipv4_str
"
:
str
(
ip
)
}
Reference in New Issue
Copy Permalink