w3af

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
TomStage
Forum User
Forum User
Posts: 8
Joined: Wed May 30, 2012 5:09 am
Location: Copenhagen

w3af

Unread post by TomStage »

Hi All

I have found a small error in the w3af package, which is easy to fix if any other runs into it.

If you find an error in the output from running w3af_console in script mode about the plugins/discovery/oHmap/known.servers/mbedthis-appweb-2.4.0.juniper-srx100 having a syntax error, it is becurse it has been written on a dos / windows machine, and have not been converted to a unix format, so the fix is:

Code: Select all

[root@[MASKED] ~]# dos2unix /usr/share/w3af/plugins/discovery/oHmap/known.servers/mbedthis-appweb-2.4.0.juniper-srx100
dos2unix: converting file /usr/share/w3af/plugins/discovery/oHmap/known.servers/mbedthis-appweb-2.4.0.juniper-srx100 to UNIX format ...
[root@[MASKED] ~]#
If u dont have dos2unix installed type the following:

Code: Select all

[root@[MASKED] ~]# yum install dos2unix -y
Cheers Tom
Post Reply