Skip to content

Commit

Permalink
Use example.com in the specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Aug 14, 2024
1 parent ed2c1c9 commit 8a676f4
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion spec/builtin/cmd/awk/reverse_shell_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
end
end

let(:host) { 'hacker.com' }
let(:host) { 'example.com' }
let(:port) { 1337 }

subject do
Expand Down
2 changes: 1 addition & 1 deletion spec/builtin/cmd/bash/reverse_shell_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
end
end

let(:host) { 'hacker.com' }
let(:host) { 'example.com' }
let(:port) { 1337 }

subject do
Expand Down
2 changes: 1 addition & 1 deletion spec/builtin/cmd/lua/reverse_shell_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
end
end

let(:host) { 'hacker.com' }
let(:host) { 'example.com' }
let(:port) { 1337 }

subject do
Expand Down
2 changes: 1 addition & 1 deletion spec/builtin/cmd/node/reverse_shell_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
end
end

let(:host) { 'hacker.com' }
let(:host) { 'example.com' }
let(:port) { 1337 }

subject do
Expand Down
2 changes: 1 addition & 1 deletion spec/builtin/cmd/openssl/reverse_shell_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
end
end

let(:host) { 'hacker.com' }
let(:host) { 'example.com' }
let(:port) { 1337 }

subject do
Expand Down
2 changes: 1 addition & 1 deletion spec/builtin/cmd/perl/reverse_shell_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
end
end

let(:host) { 'hacker.com' }
let(:host) { 'example.com' }
let(:port) { 1337 }

subject do
Expand Down
2 changes: 1 addition & 1 deletion spec/builtin/cmd/php/reverse_shell_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
end
end

let(:host) { 'hacker.com' }
let(:host) { 'example.com' }
let(:port) { 1337 }

subject do
Expand Down
2 changes: 1 addition & 1 deletion spec/builtin/cmd/powershell/reverse_shell_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
end
end

let(:host) { 'hacker.com' }
let(:host) { 'example.com' }
let(:port) { 1337 }

subject do
Expand Down
2 changes: 1 addition & 1 deletion spec/builtin/cmd/python/reverse_shell_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
end
end

let(:host) { 'hacker.com' }
let(:host) { 'example.com' }
let(:port) { 1337 }

subject do
Expand Down
2 changes: 1 addition & 1 deletion spec/builtin/cmd/ruby/reverse_shell_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
end
end

let(:host) { 'hacker.com' }
let(:host) { 'example.com' }
let(:port) { 1337 }

subject do
Expand Down
2 changes: 1 addition & 1 deletion spec/builtin/cmd/zsh/reverse_shell_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
end
end

let(:host) { 'hacker.com' }
let(:host) { 'example.com' }
let(:port) { 1337 }

subject do
Expand Down
2 changes: 1 addition & 1 deletion spec/builtin/groovy/reverse_shell_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
end
end

let(:host) { 'hacker.com' }
let(:host) { 'example.com' }
let(:port) { 1337 }

subject do
Expand Down
2 changes: 1 addition & 1 deletion spec/builtin/java/reverse_shell_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
end
end

let(:host) { 'hacker.com' }
let(:host) { 'example.com' }
let(:port) { 1337 }

subject do
Expand Down
2 changes: 1 addition & 1 deletion spec/builtin/js/nashorn/reverse_shell_payload.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
end
end

let(:host) { 'hacker.com' }
let(:host) { 'example.com' }
let(:port) { 1337 }

subject do
Expand Down
2 changes: 1 addition & 1 deletion spec/builtin/js/node/reverse_shell_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
end
end

let(:host) { 'hacker.com' }
let(:host) { 'example.com' }
let(:port) { 1337 }

subject do
Expand Down

0 comments on commit 8a676f4

Please sign in to comment.