The Lounge 0001 [From the Beginning]

I know. Just playing.

Why did you need to filter time of day?

1 Like

my sister was playing the sick game and missed out on about 12 weeks of school and would just stay home and play on the internet. So i was tasked with having the internet shutoff during school hours M-F

3 Likes

Also monitor mode on this wireless card kicks ass. It just creates a separate interface and lets me continue using the card as normal :smiley:

2 Likes

Nice, always had to use two WiFi cards whenever I’ve used it in the past

Oh wow, that’s shitty. I used to love going to school because I knew more about the token-ring network than the computer lab tech.

That’s how monitor mode works. Welcome to the club, but keep in mind that it’s not ideal to use both, and you can have problems sometimes from it.

6 Likes

ive never been able to have a card do both. All of the wireless cards ive used in the past only let you enter monitor mode and you couldnt use the wireless card as a normal wireless card while it was in monitor mode

1 Like

I want to know how many “Nyeh-heh-heh-heh-hehhhhhhs” were had.

1 Like

Hmmm, all the atheros I had cards would do that, my current alfa antenna does it, I think the intel WLAN does it in my laptop, I’ve just assumed they all do it.

2 Likes

Even the really high end cicso cards when I was at uni couldn’t do I either

1 Like

you must have gotten lucky or i had some really shit cards XD

2 Likes

LOL. im surrounded by 10 APs atm in my school XD

2 Likes

kek I should’ve took a picture when I was at the hospital the other day, they had at least 100 AP I could detect with their SSID hidden.

1 Like

Its amazing how many people consider this a security measure XD

1 Like

Yeah I mean I had the channel they were using, type of security, mac address and therefore knew they were Cisco APs, it really doesn’t do anything it at all XD

1 Like

kek, I bet the idea was “If they can’t see it, they won’t know it’s there!”

Ah, ignorance really is bliss! I can see why people do it!

I mean, it’d probably prevent 99% of people from accessing it, but the 99% ain’t what you’re worried about when you’re setting stuff up.

2 Likes

Yep the 99% isn’t the people you should be worried about though XD

2 Likes

If they are smart enough to find it then they are smart enough to crack it.

2 Likes

FUCK I GOT IT.

uhhhhh

god I hate time

time_proper () {
      const now = new Date()
      const year = getYear(now)
      const month = getMonth(now)
      const day = getDate(now)
      if (this.editedItem.timeIn !== null) {
        this.editedItem.timeIn = format(new Date(year+'-'+month+'-'+day+'T'+this.editedItem.timeIn+':00'))
      }
      if (this.editedItem.timeOut !== null) {
        this.editedItem.timeOut = format(new Date(year+'-'+month+'-'+day+'T'+this.editedItem.timeOut+':00'))
      }
    },
 save () {
      this.time_proper()
      this.editedIndex > -1
        ? this.$store.dispatch('logs/updateLog', this.editedItem) // update
        : this.$store.dispatch('logs/newLog', this.editedItem) // new

      this.close()
      this.$store.dispatch('logs/todaysData')
    }
3 Likes

These days, you could go into any town center, do a scan for wireless networks and probably at least one of them will be some ancient router that is still using WEP. And if there isn’t one, time to pull out the dictionaries for the others :smiley:

2 Likes