CounterHack / HolidayHack2020

SANS Holiday Hack Challenge 2020
13 stars 1 forks source link

Wording on Scapy Prepper #26

Open mirthestam opened 3 years ago

mirthestam commented 3 years ago

Some questions begin with Submit the class object of the scapy module that .... However, what the questions actually accept are method/function names. The name of their containing class is rejected.

class SndRcvHandler(object):
    def send():
chrisjd20 commented 3 years ago

Without seeing the full question and number, its hard to say for sure because I believe (if my memory serves) is that some of them may actually be classes. Send def looks like a function though. Either way, your probably correct and some of them are probably functions not classes. Good wording typo catch. Will have to revisit that. Thanks!

chrisjd20 commented 3 years ago

OK, can confirm you are correct. May be a while before this reflects in game but thanks for the help!

:)