Friday, 6 January 2012

reaver wps error: sqlite3 library not found! ubuntu | sqlite3_open


./configure not working?

New with reaver-wps 1.3

Need a bit of sqlite action

sudo apt-get install libsqlite3-dev

done!

WindyCityTech Blogger
WindyWindyCityTech Wordpress

paypal politically exposed person, why ask this question?

Politically Exposed Person

A Politically Exposed Person (PEP) is someone who performs important public functions, for example:

Heads of state, government and cabinet ministers;

Influential functionaries in nationalised industries and government administration;

Senior judges;

Senior party functionaries;

Senior and/or influential officials, functionaries and military leaders and people with similar functions in international or supranational organisations;

Members of ruling royal families;

Senior and/or influential representatives of religious organisations (if these functions are connected with political, judicial, military or administrative responsibilities).

politically exposed person


WindyCityTech Blogger
WindyWindyCityTech Wordpress

Monday, 2 January 2012

Displaying multiple web pages on a single web page

Source: http://www.sevenforums.com/browsers-mail/152344-multiple-web-pages-1-screen-page.html

If you like to keep a eye on multiple web pages without flooding tabs here is a way to do it.

I know there are FF extensions that can do this.

http://pastebin.com/z33nh5tw

<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title></title>
</head>
<body>
<table style="width: 1000px;">
<tbody>
<tr>
<td align="center" width="50%"><iframe src="http://slashdot.org" style="width: 500px; height: 400px;"></iframe><br>
</td>
<td align="center" width="50%"><iframe src="http://slashdot.org" style="width: 500px; height: 400px;"></iframe><br>
</td>
</tr>
<tr>
<td align="center" width="50%"><iframe src="http://slashdot.org" style="width: 500px; height: 400px;"></iframe><br>
</td>
<td align="center" width="50%"><iframe src="http://slashdot.org" style="width: 500px; height: 400px;"></iframe><br>
</td>
</tr>
</tbody>
</table>
</body>
</html>

WindyCityTech Blogger
WindyWindyCityTech Wordpress

Installing Reaver WPS on Ubuntu 11 code.google.com/p/reaver-wps



What a great program.

To install on Ubuntu, you need to have the prerequisites:
  • a brain
  • build-essential  i.e apt-get install build-essential
  • libpcap0.8 library and the development library libpcap0.8-dev
  • aircrack-ng- preferably the subversion
  • patched compat-wireless drivers - no channel -1 shit
  • wireless card that can do injection
  • reaver wps code http://code.google.com/p/reaver-wps/

The rest is pretty simple, just the usual extraction., ./configure, make, sudo make install.
Pay attention to the ./configure and make processes, if there is anything missing required, check or investigate.

You will need to put you wireless card into monitor mode, use airmon-ng for this.

You will also need to establish a good, solid signal between the AP and you radio, if you cannot then it will wont work very quickly or at all.




WindyCityTech Blogger
WindyWindyCityTech Wordpress

Saturday, 31 December 2011

Backup Home folder on Ubuntu onto a USB drive for upgrades on Linux

It is that simple, before a upgrade:

rsync -a -u  /home/ /media/you_usb_drive/your_backup_folder

Copies all hidden dotfiles, preserves permissions.


WindyCityTech Blogger
WindyWindyCityTech Wordpress