Ubuntu Networking :: Aireplay-ng - How To Generate ARP
May 20, 2011How to generate ARP since i started aireplay-ng in ARP request replay mode by using the command :
And i got no arp`s. Screen looks like this :
How to generate ARP since i started aireplay-ng in ARP request replay mode by using the command :
And i got no arp`s. Screen looks like this :
I'm having an issue with aircrack-ng, when I use an aireplay-ng I don't get any ACKs from my network.
I'm using a RNX-EASYN1 with a rt3070 chipset on ubuntu 9.10
That's my command:
HTML Code:
And that's what comes up after:
HTML Code:
This one is for my network, but I tried it for some other networks just to check if there's something wrong with my network. But I didn't get any ACKs anyway.
I'm not very familiar with aircrack-ng, because I just started to play with it, please if there's somebody who's good with using an aircrack-ng.
I want to test syn flood attack in my pc
but i dnt know how to generate it, can you tell me
how to generate syn flood attack in pc
I had some troubles on samba, so I re-installed it.After I uninstalled samba, I noticed old /etc/samba folder/ files were left, so I deleted all of them. Then I installed samba, however, no /etc/samba files were installed.How can I generate default samba configuration files??
View 4 Replies View RelatedI installed bonnmotion 1.4 but when I try to generate a scenario, i get the error msg
bm: command not found.
if I replace bm by ~/Bureau/bonnmotion-1.4/bin/bm , I get This error msg :
Exception in thread "main" java.lang.NoClassDefFoundError: edu/bonn/cs/iv/bonnmotion/run/BM
Caused by: java.lang.ClassNotFoundException: edu.bonn.cs.iv.bonnmotion.run.BM
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
Plsss any idea on how to resolve this?
how an agent itself generate trap on some particular situation arises
View 1 Replies View RelatedI am trying to see whether wget can be used to generate actual url hits on a webpage. This does not look good so far�. I changed the following lines in /etc/wgetrc to:
Code: http_proxy=http : / /<proxy_ip>:<port>/ use_proxy on Output :
Code: root# wget -c <url>/ > /dev/null
--2011-01-16 12:26:38-- <url>
Connecting to <proxy_ip>:<port>... connected.
[code]....
2011-01-16 12:26:39 (88,9 KB/s) - `index.html.3' saved [50548] This does NOT generate a hit on the actual web page! It does not seem like the, > /dev/null part is working either... How can I get this to work?
I want to generate snmp trap when cpu usage is high..me how to configure snmpd.conf....to generate this trap...
View 2 Replies View RelatedIs there any possible way to generate IPv6 extension headers such as Hop-by-hop, destinations options, etc with linux boxes.
If possible, can any one of you give me the set up details.
Since the computer does not have xorg.conf, can I have the computer generate that file because I need to work on it and so I need to create it. That is why it would be useful to have a xorg.conf file still.
View 5 Replies View RelatedI was trying to figure out how to generate compressed files in zip format and searched on here. The search produced a list of forum entries on the topic, but all of the instructions were on how to do it in terminal, how to download obscure programs and install them from terminal, then run them from terminal, with all these arcane sets of switches and parameters. Eesh.
It comes with Ubuntu, after all. In the case of zipping files, all you have to do is to go to the File Manager, find the file(s), select it or them, right-click on it or them, and select Compress and file type zip. It's so simple.
There have been a number of other tasks where I wind up spending hours figuring out how to implement the advice offered in these forums through Terminal. The folks who offer the advice often are so good at it that they leave out steps obvious to them, but that take a lot of work for somebody not as skilled at it to find out. After crawling through broken glass to get the job done, and normally screwing something up so it's not quite right once I get it going, I figure out how to do it through the GUI and find out it takes a fraction of the effort.
if there is an application available to generate a list with files and folders from a location, like a hard drive or a folder? The list could be in any format, even a text file would be just fine.
View 3 Replies View RelatedI need to generate pdf documents programmatically using Ruby. i.e. I don't want a GUI interface but an API interface. The bulk of my document is text but there are images included as well. I've looked at this thread: [URL] and it's 2 main recommendations PDFEdit and ImageMagik. PDFEdit has scripting available but I can't get my head round how to call this using Ruby. ImageMagik has a number of Ruby wrappers and is the kind of thing I want but as far as I can tell it only deals with Images and my stuff is mainly text.
View 1 Replies View RelatedI am trying to modify the sample program pcm.c(which generates a sine wave) from the alsa website to produce a square wave.Square wave = sign(sinusoidal wave)So then why isn't the following code creating a square wave:
Code:
int sgn(double d){
if (d>=0) d=1;
[code]....
How do i generate a new notifyOSD bubble from a command line?
View 1 Replies View Relatedxorg nowadays does not use a xorg.conf.Is it possibly to make it "spill out" one of the current configuration though?
View 6 Replies View RelatedI'm trying to write a script to generate an html file (complete with formatting- echo "[random formatting]" >> index.html) for all the files in the given directory. So far, it works pretty well. HOWEVER, I want the listed files to be treated as links. I'm using awk to grab the part of the filename I want, but I don't know how to do this out as it fails if there is more than one file. The HTML side would look something like this:
Code:
<li><a href="2010.05.29.html">May 29</a></li>
It all works fine up to the actual number of the day- fine with one file, fails with more than one. My code is this:
Code:
# Grabs all the files and puts them in a list with anchor text "Listed"
ls | find 2*.html | sed -e 's/^/<li><a href="/'
[Code]...
I recently upgraded to Ubuntu 10.04. I love the passwords and keys application, but was somewhat surprised at the lack of a context menu in gnome to encrypt a file.
In general, I cannot find how to encrypt files using the keys I generate. Maybe I'm missing something? Probably, I just thought since Ubuntu comes with OOB key generation it would have OOB encryption capabilities.
I've read about seahorse and other ways to ADD encryption, I'm just wondering if ubuntu does it natively. It'd be a good idea to add to brainstorms, right click and encrypt.
I'm trying to learn how to create a user account manually on the system, and I've edited the /etc/passwd and /etc/groups as well as creating a new home directory by copying /etc/skel but I'm stuck at how to generate an entry in the /etc/shadow file since it comprises of the hash and all?
View 4 Replies View RelatedThere's a podcast on the internet I love, and I would like to have them all in the same playlist. This podcast doesn't put their episodes in a playlist. Are there any software or scripts I can use for this to work so I can simply just type in the http://url/directory, and have all the mp3 files in a playlist. Or if the playlist part isn't possible, then at least a text documents with all the links?
View 4 Replies View Relatedi'm trying to install an orb, MICO, that can generate stubs, skeletons to C++ language, but i'm not having any sucess until now. Anyone knows some orb to c++ and how to install in fedora? I'm using fedora 12 x86_64, my gcc is gcc (GCC) 4.5.1 20100924 (Red Hat 4.5.1-4).
View 1 Replies View RelatedI am configuring syslog-ng on my server.
I suspect something to be wrong.
Is there a tool I can use in the shell to generate a log? So I can check that the log appear in the syslog file.
I m not able to find anything under boot.log file. Here is the output of boot.log files.
As you can see nothing is getting written inside the boot.log files .
How can i make all the events to be logged under boot.log file?
Code:
# ls -ltr /var/log | grep boot
-rw------- 1 root root 0 Jan 25 15:59 boot.log.4
-rw------- 1 root root 0 Feb 1 18:38 boot.log.3
-rw------- 1 root root 0 Feb 9 00:00 boot.log.2
-rw------- 1 root root 0 Feb 16 17:57 boot.log.1
-rw------- 1 root root 0 Feb 20 04:02 boot.log
I am real tired of getting those SSL errors when I go to my intranet. So I am now trying to generate my own SSL certs (go me). I have easy-rsa installed for my openvpn can I use that so sign the csr?
View 2 Replies View RelatedIn OpenOffice how do you generate a PDF from the current sheet in a spreadsheet. This spreadsheet has 40 sheets. But I want to get a PDF of sheet8 only. When I "Export as PDF", I get a PDF file that contains all 40 sheets.
View 3 Replies View RelatedHow can I generate a md5 or sha-1 code with perl?
View 2 Replies View RelatedI'd like to know how do I rotate the audit logs under "/var/log/audit/audit.log" every 6 month. Currently I have set the parameter inside /etc/audit/auditd.conf to "KEEP_LOGS" (Previously "ROTATE" )and logs files are generated up to the size 5M and never deleted. Do I need to change inside "/etc/audit/audit.rules" file?
[root@RHEL5 ~]# more /etc/audit/auditd.conf
#
# This file controls the configuration of the audit daemon
#
log_file = /var/log/audit/audit.log
[Code].....
I have recently got a new car, which as a USB port to connect either an iPOD or Storage Device. For some reason I decided to get a portable 500GB HDD to put my music on. When you plug in an iPOD you get the nice options to search by genre, artist, etc. You don't get this option with a storage device, just the option to go through the folders. The car stereo will read playlists. I'm wondering whether there's an easy way to create playlists so I get these options:
Artists > Artists A-D
Artists > Artists E-G
etc
Genre > Genre A-D
etc
I know rhythmbox can do this manually (as can iTunes) but surely there's an easier way. I'm planning to keep adding more music so an automated process would be nice to keep the playlists refreshed. Where the playlists are saved onto my HDD rather than having to save them one by one.
I want to do everything with disk labels. My /etc/fstab is already set up for labels.How can I tell grub2 to use labels? I need it to stop using UUID for root.
View 5 Replies View RelatedAt some point after one of the many updates I do to my system, I seem to have lost the ability to preview myself on cam. Simply put, software like CamStream and Cheese just give me a black screen when I open it up. So, I cant see how I look on cam and what's in or out of the shot. If I tell Cheese or Camstream to capture a still, there is no problem. In fact, that is the only way I can determine what the camera is seeing of me and my background.
The only "solution" is to either have Cheese takke my pic and determine from there (as just mentioned), or go on a video chat room and have it use my camera to give me a real-time look at what the camera is aimed to. As someone who creates webcam videos for upload, and sometimes needs to move the camera while still live, this is not convenient so I hope to fix it.
Here are the command line outputs Im getting:
Cheese:
Code:
** (cheese:3704): WARNING **: could not generate thumbnail for /home/lixen69y2k/Webcam/2010-08-25-101226.ogv (video/ogg)
** (cheese:3704): WARNING **: Icon 'video-ogg' not present in theme
Camstream:
Code:
W: CamStream version 0.27 starting.
>> void CCamStreamApp::ReadConfigFile()
<< void CCamStreamApp::ReadConfigFile()
code....
Could not grab image (select timeout): Resource temporarily unavailable.Seems that GUVCview gives me the best articulation of what the problem is. I have both a built-in webcam for my laptop as well as a USB one. Both seem to have this problem so I know its a case of some part of my software being the trouble.