Bahat's Posts
Nairaland Forum › Bahat's Profile › Bahat's Posts
chrisUmendeche:Most people don't read about history of what they working on. All we want is getting started as soon as possible. Tueh. I remember while I was obsessed with Unix I read the history even history of computer networks. |
Enceladus:What's your thought on neural network, you said God's speed at it. Mechandize Package also works soft like selenium |
chrisUmendeche: |
If you need to know more about dark web. Download and install Tor browser. Search for sites on duckduckgo their default search engine. What they do, mainly illegal activities in the US and on the internet, Tor is an anonymous browser that's why people use it to surf the dark web.. There are some undeground forum on telegram and Icq as well. Law enforcement agencies maintain some of dark web forums so be mindful of what you do and people you Link up to on there. Well they not interested in buyers but coders and web maintainers They transact using BTC and other cryptography currency. You can be easily infected through the dark web. |
Enceladus:i was talking to one of my friends about recaptcha, i did some googling, i noticed there are websites that offers recaptcha bypass as a service for a small fee, it makes sense but from a coda point of view will i have to always go back to them whenever i need the solve the task? NO. with the little research i did in the past few days, Recaptcha can be solved using Neural netwoking with Tensor Flow,Keras and other related library by Training your tool to make suggestion trying to solve on a scale of 1-100%, during the implementation stage, i discussed about it with a friend of mine he gave me some sample code and output of Neural network he was working on, while trying to train his bot to work based on certain criterias, am not good at data science thats why i backed out but will get back to it soonest. its one of the reason that will make me visit data science(neural) using good proxy will reduce the amount of captchas being solved, About selenium i noticed it can be used to implement something like data stealer sorry for the late reply, i wanted to take my time to reply because you know what you talking about ![]() |
Javierleon:It's alright. |
vheckthor1:Most workplace have their policy so you adapt when problem arise they want you to solve and not fix the main issue. God is great |
vheckthor1:I get from my contacts to make them custom apps, it's not really easy but we scaling through. |
vheckthor1:Oh okay, I work as a freelancer not for a company. So I do my things my way. You can as well enlighten us on techniques |
Javierleon:I said earlier, as written in most documentation, cookies give web document state. You know if you're working with ftp there's no session data included or telnet. Cookie is used to track user activity on site and to sometimes verify if it's a new user or returning user. Meself never grab the concept of cookies while getting from client system. You know cookie data are stored locally on users PC. Once it's included in the server code. There's a lwpcookiejar() used to retrieve cookie data from clients PC I'm looking at some time ago. You should try to validate the method type as it is in the django tutorial page like. If the request you made Is right there's no need for error to be returned but it might be something else. Django returns so much error ![]() If request.method == POST: if request.status_code != 200: print('error code {}\n'.format(e.code)) elif request.status_code == 200: Continue post data operation else: die() #php die code for your post data methods. Server error code will give you what type of error Try to paste some of your code, that's where we figure out what's happening. You won't fetch data with POST request. You only fetch data with GET request. Post is sending data to server to verify |
Simple GeoIP tool, it gives info about a particular IP address, it's can be improved with new features. Developed with python
|
Javierleon:The HTTP its more than what i can explain, you can go online to read about it, absorb as much as you can because it is vast and deeper than i can say in few lines, if you read along and have some question i can help out with to explain and give you hints on where to look for other resources. Its all starts from the OSI model/IP suite. HTTP comes in play at the application level of the suite/layer. python request made me look back at it to get some more info about cookie,session which gives HTTP state(statefullness) Header data when making request with either Post or Get, because i was having issues making a request to some sites. While i was learning unix network programming, its much of a hassle filling the structure data to create new connection to server, much arcane protocol(out-of-dates) were used as an example, they didnt give much info about how HTTP protocol being the mainstream of this century. You should read about it when you think you need it, i make request thats why i had to go back to it. |
sinkhole:l Not only book, there are online forums where you see good codes to learn with |
sinkhole:Bros leave video, download python book start learning. You can always come back to ask questions |
Javierleon:Choosing cyber security you need to learn about those techs you intend to secure, code some programs to see you grabbing theconcept you learn. I did C, I loved C but it's mostly used to code exploits and network utilities, considering the fact that they build their own IP connection. It's a long journey takes years of study 1-5 of rigorous study to start with, after that you start grabbing concepts as you go deep in your learning phase. First thing is to know what the language you Intend to learn is used for. Most of us don't understand IP protocol suite, their dependencies, there's more to say on this topic, we will start having our conference to discuss these issues. Like now I have a topic of what python is used for. Most of our OG's don't know much about this things,all yousee it usedfor data science, all they want is exploit and exploits a weakness they know nothing about. It's not about reading all the time but thinking what you read through. As for the mentorship, mentors will only give you pointers and reference to materials you need to understand a concept, who has the time to start tutoring when you also busy. There are sites that answers any question you face. What we need is learn, understand, reflect, and question what's read. Right now, telnet, ftp are no longer used or embedded Into those big companies services, p2p and others are not obsolate, they still use it. HTTP is the forefront of all tech now, I can body say, most of our experienced programmers don't know this HTTP to start with and they write codes that's interact with this tech. How do you intend to exploit the service you don't know. Your mentor won't teach you all, him self no know it all. RFC's are there read them. After you grab some concept you can always come back here to talk about it as we doing now, let's spread good knowledge not the same thing we read all day long. We all know Python is best for data science after it has been hyped. I can say hackers now prefer to write their exploit code in python why? because of its higher level with so much wrappers to make your work alot easier, manipulating data Is kinda easy with python, it's not written mainly because of data science. You can create good Gui programs that does some good works with python-tk. C# is also good for doing Gui works, I'm learning that after am done with python that is if I deem it fit and it serves the purpose I want It. Yes it's reliable and complied language, people won't see your source code. But serious attackers will crack your compiled app using RE tools such as ollydgb, windgb and other related tools. Now If you don't know assembly how do you intend to crack Or reverse an app. Well the Lang Is not meant for weaklings, Before you choose a language you should have what motivate you to want programming. That's where you choose your line, what to learn, as a matter of fact you will need more than one language to hold your lane as a seasoned developer. Me self still dey learn. As for Java I have no comment. C# is easy to learn, it's the best option for gui apps and mostly used. Company use Java, Individual coda use C# or related tech. My thought. Our coda that think watching YouTube video will give you what you want that's a lie it only give you basic understanding of what's being discussed. Read documentation if you having problems with a topic from your language provider. That where everyone get back to when problem arise, ask questions on Google. |
progeek37:I agree with most of your point expect the Knuth book "Art of programming " bro, that book is expensive to read not a book for the weaklings, mist people that done justice to the book are some know kernel hacker, moreover that book is a 3 volume book. It's the last book Intend to read after cryptography book. You need to be proficient in calculus not just the normal once. For data structures and algorithms we have some books that does the job. Prof knuth book is not for everyone. My thought. |
naijasensei:Hmmmm okay that's good never heard of this thing you talked about also. That's why its good to share knowledge and sometimes discourse about some related Tech. I'm thinking from the web and mobile app automation in order to make an event occur period of time. |
Uzomacharles:All tools works well on windows and linux dont know about Andriod. once downloaded they work fine offline. just import the needed library file then you're good to go. best to use sublime text because of indentation problem when running your code. Indentation and tabs are what gives most problem but sublime solves that for you. |
Uzomacharles:Tools like IDLE or MU_CODE, sublime text or Python cli, i dont understand thats what i make use of. |
Uzomacharles:it can be hard to grasp programming concepts at times, keep at it, you will get it, read code(not those 2+2 codes), write code(with library functions)use statements to validate your response. e.g. def connect(self): try: req = urllib.request.Request(self.url) self.f = urllib.request.urlopen(req).read() if f.code != 200: print('[*] Error code {}'.format(code)) except (KeyboardInterrupt, BaseExcpetion): print('[*] Some Error Occured') print('[*] Died with Error code {}'.format(self.code)) sleep(2) exit(1) THE ABOVE CODE RETURNS A TIMEOUT ERROR CODE for the statement if f.code != 200: print (f.code) with time you will get it. furl= url + '?'+ dat try: req = urllib.request.Request(furl,data,method='POST') if req.status != 200: print('Reqesy not success') except URLError as Error: error_list=[] error_list.append(Error) i use online resources download and read doc files at times. try: with urllib.request.urlopen(req) as resp: page_source = resp.read() except URLError as Error: error_list = [] error_list.append(Error) if you already learn the language just move to creating a project while on the project you will learn the concepts you used. The above codes are sample codes not to stand as a reference might not contain error. |
Tools with cross platform support: security tools, account creators, website scrapers, proxy checkers, Discord bots, Steam bots, Reddit bots, malware, botnet backends, websites, APIs for websites like Instagram and Twitter, plugins for games like Sims 4 or Civilization IV, machine learning scripts, bruteforcers, torrent clients, BTC wallets, and millions of other things. COPIED. |
chrisUmendeche:yes but i think data science works best with R, or python. i dont know people use C++ for convenience, make you guys sha paste code or link us to github repos of your own. i know little cpp, i love C, but that thing doesnt bring money doing it at its core. |
we can always talk about Tools that does the job either Kali or custom made tools public or private, we all want to learn thats why we open thread, not to beef or prove anything, there will always be someone better than you in your field no matter how mighty you are, you aint invisible. Link us to interesting tools that does kick ass job, abeg no hoarding of knowledge, let us self reach you guys level. I'm talking to YOU, Yes YOU . Techniques will also be appreciated. |
naijasensei:Ah okay, tell me what you understand by the term we can learn a few things together if you dont mind |
naijasensei:Autopilot in web application or mobile application, in reference to Automation In general. i understand the term is mostly used in SEO for some automated task. Now the question how is the term related or to web task? individual experienced programmers make the app or script, dont know of any company that offers such service. |
There's are chatbots on github repo. Full code |
boomtube:Elvis can copyright his creation while not forgetting open source . We can only give shouts to him in our README.mst |
SegFault:i know, we are all learning. I want to ib you |
SegFault:i don't want Stackoverflow I actually posted the question here because of you guys, I want answers from Nairaland . People self good for here, they won't talk nii. |
Can someone explain what autopilot means with practical examples preferably with links to python or php example codes. Secondly who bypass 2Fa with raw code, js, php, or python. What about recaptcha. Have seen some old recaptcha bypassed without filling the required box by clicking the box twice before it loads up the recaptcha, it works in old version of recpatxh on some site. I know some framework bypass 2fa. What about I'm thinking of not using any of those frameworks and writing the bypass into my program file. Just thinking out loud. |
I only see good content in here. You can do us the favor of posting your solution in python code(formatted code snippet) While arguing about some code lines. We argue to learn. It creates more question for research topic. Good job guys |

