Hi Darwinblaine,
Since there are lots of things, I will try to cover a whatever I can think of right now. Here are some of the things that you can do to secure you SSH:
Disable root login...
Type: Posts; User: c0dist
Hi Darwinblaine,
Since there are lots of things, I will try to cover a whatever I can think of right now. Here are some of the things that you can do to secure you SSH:
Disable root login...
Similar can also be achieved using the "imp" module. I have seen this being used in CapTipper. Here's the simple code to load the modules from a directory "modules".
#!/usr/bin/env python
...
Hi guys,
In this post, I will demonstrate that how you can make your Firefox/PhantomJS webdriver go via a socks4/5 proxy. In this scenario, we will assume that we want our webdriver to go via a...
Hi.
Sharing one of my scripts. Albeit this is a little late, but nevertheless here is it. This is a small Python script that checks (tries to check) if a target is vulnerable to MS-15-034...
For future reference, here's the script on my Github. If I add something or fix something, please check here - https://github.com/RahulBinjve/scripts/blob/master/alexa.py
There are various situations where instead of keeping configurations in the python script, we might need to keep an external config file. The advantage of keeping a config file is that then multiple...
In Python, if you want to read/write from a file, you might call "open()" first, and then read() or write() accordingly and then finally a close() to close that file handle.
For example, one way...
Hey brut3f0rc3,
Good news, this month's NULL/G4H meet is around the corner (May 16) - http://swachalit.null.co.in/events/92-bangalore-null-bangalore-meet-16-may-2015-null-owasp-g4h
...
Just came across this post on Twitter - http://www.seculert.com/blog/2015/04/new-dyre-version-evades-sandboxes.html
The post outlines a technique used by Dyre banking malware, by detecting...
Oh, another thing. There's one more faster way, Perl. Here is the Perl syntax for doing that,
$ perl -e 'for(<*>){((stat)[9]<(unlink))}'
OR
$ perl -e 'unlink <*>'
Sorry, I actually have never tried selecting any other option. Why don't you try and let us know? :D
If it fails, you can always go back to selecting right option.
Regards,
c0dist
Hi,
Just select Ubuntu 64-bit from the list and it should be fine.
Regards,
c0dist
Hello everyone,
Just sharing something new that I learnt today, so that others can get the benefit out of it and also so that I'll know where to look when I forget. :p
I believe we all know what...
Just came across a handy Python cheat sheet via @Punter. Posting this here so others could benefit from it and also so that I don't forget. :D
Here it is - http://overapi.com/python/
Enjoy. :)
...
hi dotcppfile,
first of all, awesome project. The project looks nice though I haven't given it a try yet but would like to sometime. One suggestion that I would like to give is if possible, can...
I'm sure there are many people who can answer your query but we really don't encourage people to post their homeworks here. A better approach would be to learn loops. You'll be able to solve this...
Also, while browsing forum, came across this Perl script by silentph33r which does the same work plus reverse IP lookup. Though haven't tested the script.
POst link -...
Hello,
I just wrote a quick and dirty solution to check Alexa ranking of a domain. So, I thought would share the script with you guys. Might help someone. :)
Note: This script uses...
Hi r0B-O,
If you're starting with Linux, I'd suggest starting with something as simple as Xubuntu or Linux Mint. There are various tutorials available online that'll explain the concepts of...
In Python, you can reverse a string simply by using this syntax,
>>> string = "Garage4Hackers"
>>> print string[::-1]
srekcaH4egaraG
The way this works is by using something known as...
Hi,
Want to share files between PCs? Want to test your html page? Need a quick simple http server? Call python. :D
Here's the one liner that will start serving a web server on port 8000
...
Hello,
This post is here so people can share their Python tips, tricks, hacks and best practices. This post follows the footsteps of bash cheat sheet here -...
Hi Kiran,
Welcome to the forum. Commerce graduate here too. :D
Doesn't matter much if you ask me. Hope you learn from the forum and share your knowledge too. Enjoy your stay and search forum for...
Hi 41.w4r10r,
To develop some signature, I would need to observe/analyze a attack that's happening in the wild or either if I can get my hands on source :cool: So, as soon as I learn more about...
Hello,
Just found this on http://www.reddit.com/r/netsec/. Someone was good enough to make a playlist out of the Black Hat USA videos. Also the videos are labelled according to their...