![]() |
|
jbot v1.1 - IRC Bot - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Python (https://sinister.ly/Forum-Python) +--- Thread: jbot v1.1 - IRC Bot (/Thread-jbot-v1-1-IRC-Bot) |
RE: jbot v1.1 - IRC Bot - MiS - 06-08-2014 (06-08-2014, 04:26 AM)m0rph Wrote: If you're going to flame me for no fucking reason, prepare to be flamed back Actually, you'd probably be better off closing the thread and taking it to PM, in that case. RE: jbot v1.1 - IRC Bot - Equinox - 06-08-2014 (06-08-2014, 04:36 AM)MiS Wrote: Actually, you'd probably be better off closing the thread and taking it to PM, in that case. He can't, only Elites and up can. @Oni, probably best you close it, as stated by MiS. RE: jbot v1.1 - IRC Bot - Satan - 06-08-2014 Copycat function would be neat. Irrelevant, but neat. Clone flooding would be cool. Etc. RE: jbot v1.1 - IRC Bot - Ebola-chan - 06-08-2014 Removed, my posts are not to be available for this forum anymore. RE: jbot v1.1 - IRC Bot - superMAUS - 06-08-2014 (06-08-2014, 04:26 AM)m0rph Wrote: I didn't draw first troll. Duubz claimed I stole code without giving credit, and he was proven wrong. Dr.Jekyll and Mr.Hyde tried to criticize my project without giving constructive feedback, which is flaming in its most basic form. Why should I give respect to someone who clearly doesn't give it to other people? Additionally, he rage quit the entire forum. Ok. So after a few seconds looking at your code I saw this. Code: ftpSkt.send('USER anonymous\r\n')
ftpSkt.send('PASS bullshit\r\n')Apart from the fact that bullshit is going to look suspicious in the logs, many (if not most) FTP daemons that allow anonymous access require an email, so they make sure to search for @ in the password. Perhaps a better piece of code would be: Code: ftpSkt.send('USER anonymous\r\n')
ftpSkt.send('PASS anonymous@'+host+'\r\n')(Im not sure if that is proper python syntax, sue me) I will look over your code some more and would be pleased to offer suggestions, I do realize Mr. Hyde came across as rude. I also think that a great addition would be to incorporate a bot that will aid with netsplit riding, as they say IRC pwnage ftw. (06-08-2014, 03:33 AM)MiS Wrote: Considering his final wish was to flame the ever-living goodness out of this forum, it's pretty much a given. I do apologise for Mr.Hyde he does get rather carried away. RE: jbot v1.1 - IRC Bot - Christ - 06-08-2014 Eh, more or less, it is correct. Example: Code: sliced = usearch[x * i:(x + 1) * i]RE: jbot v1.1 - IRC Bot - BreShiE - 06-09-2014 (06-01-2014, 11:02 AM)m0rph Wrote: -1 dude, you're a fuckin scrub, and you can't even read! m0rph you started the flaming. Now all of you shut the fuck up and stop being so immature. Get back on topic or take it to PM. Otherwise I'll start dishing out warnings and/or close the thread. |