Posts tagged Python

sf

ScriptFinder.py, Searches for file contains dangerous command

2


Searches for file contains dangerous command, this tools inspired from tools created by d3hydr8[at]gmail[dot]com
Usage :

python sf-1.1.py /path/to/dir

Then answer these following question:
Recursive ? ( Y/n )

Y for recursive scan /path/to/dir and it’s sub directory.

Full scan Mode (Y/n)

Full scan all suspected commands. Answering “n” will be asked again to specify string to search. Ex : “symlink”

Specific File extension to scan

File extension to scan: press return/enter to scan all file extension or fill the file extension you want to scan. Ex: php

logfile

The scan result you wan to save to. Default sf.log

So, here we go (more…)

successkey.py

What is the most decisive factors for success? Written In Python?

1

successkey.pyBecause I’m too confuse with thousands of lines of code, I read again the book that can always burn my spirit: “Fight Like A Tiger And Win Like A Champion“. Motivation Book written by Mr.Darmadi Darmawangsa and Mr.Imam Munadi. This book really like supplement for me to evoke the spirit of my life to keep fighting to get what I want with good way.

What is the most decisive factors for success?
Luck, knowledge, hard work, attitude, beliefs, goals, failure, motivation, integrity, consistency, or persistent action?

In one chapter, the book writer asked us to play with numbers and letters, Writing a letter to the paper and present value of the letters according ajbad.
For example A = 1, B = 2, c = 3 and so on … (more…)

Go to Top