«
Expand/Collapse
18 items tagged "california"
Related tags:
hacks [+],
space [+],
recent advances in intrusion detection [+],
raid [+],
news [+],
menlo park california [+],
menlo park [+],
intrusion [+],
international symposium series [+],
call [+],
Area [+],
year [+],
wordlist [+],
warrantless [+],
toy [+],
tightened [+],
tanbo [+],
student [+],
stop [+],
spying [+],
spot satellite [+],
speaker line [+],
space labs [+],
social networking [+],
social [+],
san mateo california [+],
san [+],
sabrina merlo [+],
robots [+],
robogames [+],
rig [+],
report [+],
renovations [+],
radio interference [+],
pushes [+],
protection [+],
privacy protection [+],
privacy policies [+],
privacy [+],
pleads [+],
phone [+],
passes [+],
number combinations [+],
null space [+],
null [+],
none [+],
network privacy [+],
merlo [+],
mateo [+],
man [+],
makerfaire [+],
los angeles [+],
light [+],
life [+],
layerone [+],
law [+],
kickstarter [+],
joins [+],
home monitoring [+],
high altitude balloon [+],
hacking [+],
hackerspace [+],
hackers [+],
hacker [+],
hack [+],
guilty [+],
greg [+],
governor [+],
google [+],
glimpse [+],
food [+],
flight [+],
fbi [+],
fast food restaurant [+],
dojo [+],
digital [+],
cool stuff [+],
conference [+],
commotion [+],
charlie [+],
cell phones [+],
caught [+],
cameras [+],
california student [+],
california man [+],
california governor [+],
california attorney general [+],
beefing [+],
bay area [+],
balloon flight [+],
balloon [+],
attorney [+],
area code [+],
app [+],
anaheim california [+],
altitude [+],
allows [+],
Newbie [+],
Hackerspaces [+],
General [+]
-
-
4:01
»
Hack a Day
The [Hacker Dojo], as you might have suspected, is a California based hacker space that would like your money to help with renovations. Sure, there is nothing wrong with a little dust on the ground, but half of this space was apparently deemed unfit to use for it’s member hackers. For this purpose, they are [...]
-
-
6:37
»
Hack a Day
Unfortunately, none of our writers are located in California this year. This means that we weren’t able to go to the Bay Area MakerFaire and see the cool stuff for ourselves. We have been following along on the web though and a few projects have caught our eye. The rig you see above is a physical [...]
-
-
8:01
»
Hack a Day
[Charlie] from Null Space Labs in Los Angeles, California sent in this fun little video as an introduction to their hackerspace. Going a bit askew from the traditional “walk through” method of a tour, they decide to first attempt semi-successfully to fly a quadcopter, film some police commotion, then show off some projects in progress. [...]
-
-
7:01
»
Hack a Day
Last week we reported on the upcoming 2012 Robogames competition would be held in San Mateo, California. Nobody from the Hackaday staff could make it this year, but luckily [Sabrina Merlo] from the Make: blog was able to provide a full report of the spectacle of fire, sparks and pierced metal this year. For anyone [...]
-
-
6:01
»
Hack a Day
Surely, this is a glimpse into the future. No? Ok, its a glimpse into 1983. A small chinese fast-food restaurant in California put two 4.5 foot tall, 180 pound robots to work delivering food. Tanbo R-1 and Tanbo R-2 were their names and delivering food was their game. At least, when there wasn’t radio interference [...]
-
-
12:01
»
Hack a Day
[Greg Intermaggio] and [Shumit DasGupta] at Techsplosion launched a high altitude balloon last week that climbed to 90,000 feet above sea level somewhere over California. The play-by-play of the flight is one of the better stories we’ve seen on high altitude balloon builds. The balloon, christened VGER-1, carried a SPOT satellite GPS messanger to send telemetry back to the [...]
-
-
9:01
»
Hack a Day
We just wanted to give a heads up to everyone to remind them that the annual layerOne hacking and security conference is coming up soon. They have announced their speaker line-up which includes talks on home monitoring, lockpicking, mobile malware and tons more. The event is located in Anaheim California on May 28-29. They sent [...]
-
-
9:11
»
Packet Storm Security Recent Files
RAID 2011 Call For Papers - This symposium, the 14th in an annual series, brings together leading researchers and practitioners from academia, government, and industry to discuss issues and technologies related to intrusion detection and defense. The Recent Advances in Intrusion Detection (RAID) International Symposium series furthers advances in intrusion defense by promoting the exchange of ideas in a broad range of topics. This event will be held from September 20th through the 21st, 2011 in Menlo Park, California.
-
9:11
»
Packet Storm Security Misc. Files
RAID 2011 Call For Papers - This symposium, the 14th in an annual series, brings together leading researchers and practitioners from academia, government, and industry to discuss issues and technologies related to intrusion detection and defense. The Recent Advances in Intrusion Detection (RAID) International Symposium series furthers advances in intrusion defense by promoting the exchange of ideas in a broad range of topics. This event will be held from September 20th through the 21st, 2011 in Menlo Park, California.
-
-
23:15
»
remote-exploit & backtrack
How can I make a wordlist of all the possible phone number combinations that are in my area.
For example, I live in California where the area code to phone numbers is 818. So I need to learn how to make a wordlist with the numbers going from 8180000000 to 8189999999.
Can anyone help me out?
~Thanks
So sorry for posting this. I should've lurked more.
perl -e 'for($i=0; $i<=9999999999; $i++) {print "$i\n"}' > numberlist.txt