Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VisualBean authored Dec 9, 2022
1 parent cefe043 commit b2a37fa
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions reversing/banke-paa/README.md
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!}

0 comments on commit b2a37fa

Please sign in to comment.