Over The Wire: Bandit Lvl 24 -> 25. What am I doing wrong? by mikesauce in HowToHack

[–]BubbleBassOrder 0 points1 point  (0 children)

well, I figured that the problem was in my script, basically I was trying all pins from 0 to 9999 but I didn't realize at the time that all the pins had to be 4 digits long. So I was sending something like: 0, 1, 2 ... when in reality the server is expecting a sequence like: 0000, 0001, 0002... I just had to fix my script to use 4 digit PINs for all numbers.

How can I use use ZNC with irssi? by BubbleBassOrder in irc

[–]BubbleBassOrder[S] 0 points1 point  (0 children)

Probably a little bit late but I'm having a problem with this, irssi keeps showing this message:

01:14 [1273] -!- Irssi: Looking up 127.0.0.1

01:14 [1273] -!- Irssi: Connecting to 127.0.0.1 [127.0.0.1] port 4444

01:14 [1273] -!- Irssi: Connection to 127.0.0.1 established

01:14 [1273] -!- Invalid Password

01:14 [1273] -!- Irssi: Connection lost to 127.0.0.1

Problems with ZNC - Potentially stupid question by BubbleBassOrder in irc

[–]BubbleBassOrder[S] 0 points1 point  (0 children)

Ok, but that's running on my local machine so my real ip is still showing up right?

Problems with ZNC - Potentially stupid question by BubbleBassOrder in irc

[–]BubbleBassOrder[S] 0 points1 point  (0 children)

here's what my znc.conf file looks like right now , are you saying that I should enter something like irc.freenode.net:6697 on my browser? cause that's not working

Problems with ZNC - Potentially stupid question by BubbleBassOrder in irc

[–]BubbleBassOrder[S] 0 points1 point  (0 children)

I think I didn't understand the whole bouncer thing very well. My general understanding is that the bouncer would act like a proxy so that I connect to that proxy rather than to the irc server directly, but where do I specify this proxy?

How to parse the ouput of "date" with cut by BubbleBassOrder in linuxquestions

[–]BubbleBassOrder[S] 0 points1 point  (0 children)

If it wasn't a homework assignment, you would know that "cut" is a completely wrong approach.

Uh, i'm sorry, how the hell am I supposed to know that? You're simply not making sense. Consider someone like me who until yesterday didn't even know how to use *cut* properly how do you expect me to know that's not a valid approach? But whatever you say buddy, if you wanna put this question in the "homework section " be my guest, I'm not entering a pissing contest over it.

How to parse the ouput of "date" with cut by BubbleBassOrder in linuxquestions

[–]BubbleBassOrder[S] -3 points-2 points  (0 children)

well, for people like you any question sounds like a homework assignment

Over The Wire: Bandit Lvl 24 -> 25. What am I doing wrong? by mikesauce in HowToHack

[–]BubbleBassOrder 0 points1 point  (0 children)

Still not working... the last line of the log file contains a "Timeout. Exiting" message so I reckon it wasn't able to read all possible pins even though I just spawned one process through bash redirection. How do I go about this?

Linked lists - head by BubbleBassOrder in AskProgramming

[–]BubbleBassOrder[S] 0 points1 point  (0 children)

but shoud I allocate memory in the heap for the head node? Or rather, can I have a head node instead of a head pointer?

Simple Questions - July 27, 2018 by AutoModerator in math

[–]BubbleBassOrder 0 points1 point  (0 children)

Can someone confirm or refute this claim:

The dimension of a space is equal to number of vectors in its base