kurobeats / fimap

fimap is a little python tool which can find, prepare, audit, exploit and even google automatically for local and remote file inclusion bugs in webapps.
GNU General Public License v2.0
521 stars 99 forks source link

Fimap got error on Vista #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open cmd
2. Change to path where fimap is stored
3. Run it

What is the expected output? What do you see instead?

D:\fimap_alpha_v05>fimap.py
Traceback (most recent call last):
  File "D:\fimap_alpha_v05\fimap.py", line 122, in <module>
    def list_results(lst = os.path.join(os.environ.get('HOME'), 
"fimap_result.xml")):
  File "C:\Python25\lib\ntpath.py", line 90, in join
    assert len(path) > 0
TypeError: object of type 'NoneType' has no len()

What version of the product are you using? On what operating system?

Vista
Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit 
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.

Please provide any additional information below.

This is line 122...Anything wrong with this?
def list_results(lst = os.path.join(os.environ.get('HOME'), 
"fimap_result.xml")):

Original issue reported on code.google.com by ntxplo...@gmail.com on 10 Oct 2009 at 4:09

GoogleCodeExporter commented 9 years ago
Hi,

Thank you for your bugreport.

This is because fimap currently doesn't run on windows.
But its already fixed in SVN version:

Solutions:
- Use SVN version.
- Or wait for v.06 which is 100% windows compatible.

Thanks for your time to report it!
-imax

Original comment by fimap....@gmail.com on 10 Oct 2009 at 2:36