-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cefe043
commit b2a37fa
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Assignment | ||
Det er nissen der står herude og banker på. | ||
|
||
You get 2 files; | ||
* banke-paa | ||
* banke-paa.pcapng | ||
|
||
the first file is an elf-file, so we try to run it | ||
`./banke-paa [kodeord [ip adresse]` | ||
|
||
The pcap files contains a lot of icmp packets, probably references by the "banker" part of the assignment. | ||
we know that flags start med `nc3{` so we try that towards `127.0.0.1` which is the ip address of the icmp packets | ||
|
||
it spits out | ||
``` | ||
Knock: 31357 | ||
Knock: 31415 | ||
Knock: 31528 | ||
Knock: 31361 | ||
``` | ||
|
||
which fits with the first 4 icmp packet, ports. - we are on to something. | ||
Brute force to find the correct port and move on | ||
|
||
`./banke-paa 'nc3{julemanden banker aldrig paa!}' 127.0.0.1` | ||
|
||
# Flag | ||
nc3{julemanden banker aldrig paa!} |