Skip to content

Commit

Permalink
Merge pull request #2 from delirious-lettuce/fix_typos
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
medbenali committed Jan 23, 2019
2 parents 6468b0b + 1fd8019 commit ca85794
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CyberScan.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def geo_ip(host):
zip_code = data['postal_code']
continent = data['continent']

print '[*] IP Adress: ',host
print '[*] IP Address: ',host
print '[*] City: ',city
print '[*] Region Code: ',region_code
print '[*] Area Code: ',area_code
Expand All @@ -116,7 +116,7 @@ def geo_ip(host):
print '[*] Country Name: ',country
print '[*] Country Code: ',country_code
print '[*] Country Code3: ',country_code3
print '[*] Countinent: ',continent
print '[*] Continent: ',continent

except :
print "[*] Please verify your ip !"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,12 @@ WARNING: No route found for IPv6 destination :: (no default route?)


------
## Geolicalisation IP
## Geolocalisation IP

```sh
$ CyberScan -s 72.229.28.185 -p geoip
WARNING: No route found for IPv6 destination :: (no default route?)
[*] IP Adress: 72.229.28.185
[*] IP Address: 72.229.28.185
[*] City: New York
[*] Region Code: NY
[*] Area Code: 212
Expand All @@ -149,13 +149,13 @@ WARNING: No route found for IPv6 destination :: (no default route?)
[*] Country Name: United States
[*] Country Code: US
[*] Country Code3: USA
[*] Countinent: NA
[*] Continent: NA
```

------
## Analyzing and Decoding Packets

CyberScan can analyse pcap files in order to extract and decode ethernet ,ip , tcp , icmp ,udp headrers .
CyberScan can analyse pcap files in order to extract and decode ethernet, ip, tcp, icmp, udp headers.

### Ethernet Headers

Expand Down

0 comments on commit ca85794

Please sign in to comment.