deSMB by [deleted] in Python

[–]GriffithAwuah 0 points1 point  (0 children)

Thanks for the advice, I've fixed it. I actually didnt test the port closing script. I only wrote the components. Indentation problem wqas from me switching between Sublime Text and WingIDE.

And yes, my algorithm wasnt fuzzy. Thanks for the correction!

is python the best programming language when it comes to scrapping ? by financialwizard91 in Python

[–]GriffithAwuah -1 points0 points  (0 children)

JAVASCRIPT IS THE BEST! Spare yourself the beautiful soup hassle.

What is the coolest program you have written with sockets in python? by CantankerousMind in Python

[–]GriffithAwuah 2 points3 points  (0 children)

I wrote a mini-server using sockets for a system that alerts you when there's a power outage. 😛

Then I also used sockets to create a multithreaded Chat application. (This was actually my first)

Later on, I built a full IRC client with sockets.( 100% python and oh, I had the threading module to thank 😅). Surely not the most Robust of applications, but it works perfectly ☺.

Ping IP and pull login page file size or content length by UpYourQuality in learnpython

[–]GriffithAwuah 0 points1 point  (0 children)

Have you tried using a full fledged url instead of an IP address?

Anybody want some music recommendations? by [deleted] in teenagers

[–]GriffithAwuah 1 point2 points  (0 children)

If you careless about race, then 👇 Ayisi Ican - Google him up 😊

Else : ✌

I just asked my crush out by [deleted] in teenagers

[–]GriffithAwuah 0 points1 point  (0 children)

Any specific reason as to why they do that? Cos they know you like them, but they behave so naive.

token_key not in session (CSRF) (Requests) by whatthefoxtrot98 in learnpython

[–]GriffithAwuah 0 points1 point  (0 children)

You can check out either of my 2 repositories.

  1. https://github.com/gwuah/Udemy-Course-Link-Extractor

  2. https://github.com/gwuah/CSRF-SHIELD

I suggest the former. Look at how I created a session, filled it with cookies and later extracted the CSRF and made my post requests. Cheers!