detrojones / reaver-wps

Automatically exported from code.google.com/p/reaver-wps
0 stars 0 forks source link

Can't get revision 88 working. #128

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm kinda new to the whole revision thing, so it could just be me (ahaha).

I just spent a while updating every module with the updated code from the 
revision repository. I take it everything past r3 needed updating, so i just 
downloaded reaver 1.3 and then tweaked each file, that was over r3. By copying 
and pasting the code directly. 

After doing a ./configure with all the updated code, seems to work o.k

I do a make and it says....

Makefile:13: *** missing separator (did you mean TAB instead of 8 spaces?). 
Stop.

Any ideas? 

Cheers. 

Original issue reported on code.google.com by ObiDanKi...@googlemail.com on 12 Jan 2012 at 8:42

GoogleCodeExporter commented 9 years ago
@cheff It could be a good idea to put reaver 1.4 for downloading with those 
revisions in it what do you think?

Original comment by patricks...@gmail.com on 12 Jan 2012 at 9:03

GoogleCodeExporter commented 9 years ago
One thing thats slightly confusing though is the code on the page and the 
"raw-file".

They are two different pieces of code.

I was expecting view "raw-file" to be the same code as the code on the viewing 
page.

Just in an easier to manage format.

But looking at the file-sizes they seem to differ.

Rather than clicking and dragging over all the code, i was expecting to be able 
to click raw-file, then select all, to speed up things. 

It seems "raw-file" is in fact the original untouched code from the last proper 
release though?

Correct me if i'm wrong though.

Cheers.

Original comment by ObiDanKi...@googlemail.com on 12 Jan 2012 at 9:04

GoogleCodeExporter commented 9 years ago
O.k i think i've sussed it, the google page i.e the page with the code number 
lines, if you try and click and drag the code from there, for some reason i 
think it adds the whitespace to the total file-size and possibly thats the 
reason why the "make" did not work.

I'm guessing it is preferable to grab the individual modules from the "view 
raw-file" section, as i'm guessing they are the same code but with whitespace 
removed. 

Grabbing the code from the code lined part and from the "view-raw" results in 
two different file-sizes thus the confusion on my part.

Yup i was fool.

Just confirmed this, by doing a character and word count using both pieces of 
code as a test. 6,000 more bytes in the google line code one. But the code is 
identiical.

I shall try compiling a revision with the raw-files! 

I'm new to this milarkee i guess would be a suitable excuse. ;) 

Original comment by ObiDanKi...@googlemail.com on 12 Jan 2012 at 9:32

GoogleCodeExporter commented 9 years ago
ObiDanKi, check out http://tortoisesvn.net/. It will let you download the 
revisions off of here much more easily.

Original comment by dgprat...@gmail.com on 12 Jan 2012 at 10:06

GoogleCodeExporter commented 9 years ago
It's cool bud, i got it sorted now.

I just clicked raw-image for all the files then save page as....Much quicker. 

Just finished compiling 1.4 its sat ready to go, so i'll give it a squizz, see 
if it works on my set-up.

It was because i copied and pasted the whitespace that it didn't work before. 
Ah well i wasn't to know, i saw the difference in file size and wondered why 
that was a bit odd! ;) 

Had to remember to chmod all the executables as well. Anyways just tried wash 
and i like the new layout, and way it gives you a wee bit more info. 

- dan 

Original comment by ObiDanKi...@googlemail.com on 12 Jan 2012 at 10:41

GoogleCodeExporter commented 9 years ago
Yeah Makefiles are picky about their white space, copy/paste usually comes back 
to bite you there.

Original comment by cheff...@tacnetsol.com on 12 Jan 2012 at 2:33