I hereby claim:
- I am xntrik on github.
- I am xntrik (https://keybase.io/xntrik) on keybase.
- I have a public key whose fingerprint is F61F B27A 6FFD F1BB F3BD BD1F F68A 4ABD B663 DE5E
To claim this, I am signing this object:
| @slow | |
| Feature: Simple security scan against SSA | |
| Background: | |
| Given "nmap" is installed | |
| And "curl" is installed | |
| And "arachni" is installed | |
| And the following profile: | |
| | name | value | | |
| | hostname | ssa.asteriskinfosec.com.au | | |
| | host | ssa.asteriskinfosec.com.au | |
| This appears to work | |
| # gem install nokogiri -- --with-iconv-lib=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/lib --with-iconv-include=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include |
I hereby claim:
To claim this, I am signing this object:
| // print monkey's asshole | |
| fmt.Println(` | |
| __ | |
| / _,\ | |
| \_\ | |
| ,,,, _,_) # /) | |
| (= =)D__/ __/ // | |
| C/^__)/ _( ___// | |
| \_,/ -. '-._/,--' |
| // | |
| // Copyright (c) 2006-2014 Wade Alcorn - wade@bindshell.net | |
| // Browser Exploitation Framework (BeEF) - http://beefproject.com | |
| // See the file 'doc/COPYING' for copying permission | |
| // | |
| beef.execute(function() { | |
| window.setInterval(function() { | |
| //perform task | |
| //set something to var data |
| ruby -run -e httpd . -p 5000 |
| # | |
| # Copyright (c) 2006-2013 Wade Alcorn - wade@bindshell.net | |
| # Browser Exploitation Framework (BeEF) - http://beefproject.com | |
| # See the file 'doc/COPYING' for copying permission | |
| # | |
| beef: | |
| module: | |
| get_internal_ip_webrtc: | |
| enable: true | |
| category: "Host" |
| Steps I took: | |
| - followed the documented download | |
| - Ran 5 panes in tmux to start the various workers | |
| - cloned the additional plugins I wanted | |
| - ran their respective python ./setup develop | |
| - you have to restart the workers to get these plugins working | |
| - udpate your user to an administrator: | |
| $ mongo | |
| > use minion |
| $ git branch | |
| * master | |
| twitter_integration | |
| $ git checkout twitter_integration app/models/avatar.rb db/migrate/20090223104419_create_avatars.rb test/unit/models/avatar_test.rb test/functional/models/avatar_test.rb | |
| $ git status | |
| # On branch master | |
| # Changes to be committed: | |
| # (use "git reset HEAD <file>..." to unstage) | |
| # | |
| # new file: app/models/avatar.rb |
| http://railscasts.com/episodes/347-rubber-and-amazon-ec2?view=asciicast | |
| https://github.com/rubber/rubber/wiki/Commands | |
| cap rubber:create #creates instances - but - sometimes, depending on the AMI, and the *mood* of the EC2 gods, you can't establish that initial SSH session .. | |
| Eventually though, they should be setup. | |
| Good trick, if, you can start the instance creation, but, it times out. You can kill that process, and restart the instance a few times until you can SSH to it standalone. |